Releases: linyows/probe
Releases · linyows/probe
v1.2.1
v1.2.0
Refactoring
- Fix browser E2E test failure by @linyows in #167
- Apply go fix modernization across codebase by @linyows in #169
Dependencies
- Bump github.com/lib/pq from 1.10.9 to 1.11.1 by @dependabot[bot] in #160
- Bump golang.org/x/crypto from 0.47.0 to 0.48.0 by @dependabot[bot] in #162
- Bump github.com/emersion/go-imap/v2 from 2.0.0-beta.7 to 2.0.0-beta.8 by @dependabot[bot] in #161
- Bump google.golang.org/grpc from 1.78.0 to 1.79.1 by @dependabot[bot] in #166
- Bump github.com/mattn/go-sqlite3 from 1.14.33 to 1.14.34 by @dependabot[bot] in #165
- Bump github.com/expr-lang/expr from 1.17.7 to 1.17.8 by @dependabot[bot] in #164
- Bump github.com/lib/pq from 1.11.1 to 1.11.2 by @dependabot[bot] in #163
- Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in the go_modules group across 1 directory by @dependabot[bot] in #168
Full Changelog: v1.1.2...v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
What's Changed
- Enable browser action tests in E2E suite and CI by @linyows in #149
- Add --graph option to display workflow job dependencies by @linyows in #150
- Add --dag-ascii option for job and step visualization by @linyows in #151
- Refactor: use dag package for cycle detection in scheduler by @linyows in #152
- Add comprehensive golden tests for DAG ASCII rendering by @linyows in #153
- Add --dag-mermaid option to output workflow DAG in Mermaid format by @linyows in #154
Package Updates
- Bump golang.org/x/crypto from 0.46.0 to 0.47.0 by @dependabot[bot] in #144
- Optimize E2E tests by replacing HTTP dependencies with shell/hello actions by @linyows in #148
- Bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 by @dependabot[bot] in #145
Full Changelog: v0.34.0...v1.0.0