Skip to content

Releases: linyows/probe

v1.2.1

05 Mar 02:58
f438719

Choose a tag to compare

What's Changed

  • Fix URL encoding of query parameter delimiter in relative paths by @linyows in #170
  • Fix test target to propagate exit code on failure by @linyows in #171

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Mar 11:42
147e47a

Choose a tag to compare

Refactoring

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

27 Jan 15:00
81a3499

Choose a tag to compare

What's Changed

  • Fix JSON body conversion for array types in HTTP requests by @linyows in #159

Full Changelog: v1.1.1...v1.1.2

v1.1.1

26 Jan 12:27
3b12b21

Choose a tag to compare

What's Changed

  • Fix unixtime() E notation issue caused by protobuf float64 conversion by @linyows in #158

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Jan 06:31
b2c67ea

Choose a tag to compare

What's Changed

  • Add embedded action step expansion to --dag-ascii output by @linyows in #155
  • Add embedded action step expansion to --dag-mermaid output by @linyows in #156

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Jan 05:58
52a5483

Choose a tag to compare

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

v0.34.0

13 Jan 03:46
6cbafc0

Choose a tag to compare

What's Changed

  • Add SSH E2E test with container-based approach by @linyows in #143
  • Fix bulk mail delivery to return actual message count by @linyows in #146
  • Add container-based E2E tests for SMTP and IMAP by @linyows in #147

Full Changelog: v0.33.0...v0.34.0

v0.33.0

11 Jan 15:10
a0e183f

Choose a tag to compare

What's Changed

  • Verify examples by @linyows in #139
  • Fix deadlock in multi-level job dependency failures by @linyows in #141
  • Display dependency-failed jobs as skipped (grayed out) by @linyows in #142

Full Changelog: v0.32.0...v0.33.0

v0.32.0

10 Jan 13:54
2b97adc

Choose a tag to compare

What's Changed

  • Add step-level timeout to prevent infinite execution by @linyows in #140

Full Changelog: v0.31.0...v0.32.0

v0.31.0

08 Jan 03:05
9e5620b

Choose a tag to compare

What's Changed

  • Add AllowDuplicateMapKey option and fix exit code handling by @linyows in #138

Full Changelog: v0.30.0...v0.31.0