Skip to content

Releases: jasoet/go-wf

v1.16.5

03 Apr 15:54

Choose a tag to compare

1.16.5 (2026-04-03)

Full Changelog: v1.16.4...v1.16.5

go get github.com/jasoet/go-wf@v1.16.5

Bug Fixes

  • local: auto-detect container compose tool and avoid port conflicts (4d611ff)

v1.16.4

30 Mar 04:06

Choose a tag to compare

1.16.4 (2026-03-30)

Full Changelog: v1.16.3...v1.16.4

go get github.com/jasoet/go-wf@v1.16.4

Bug Fixes

  • ci: disable set-safe-directory to suppress gitconfig warning on self-hosted runner (7793c95)

v1.16.3

30 Mar 04:04

Choose a tag to compare

1.16.3 (2026-03-30)

Full Changelog: v1.16.2...v1.16.3

go get github.com/jasoet/go-wf@v1.16.3

Bug Fixes

  • ci: install semantic-release dependencies locally for bunx resolution (51da708)
  • correct British spellings in godoc comments (0dab0c9)

v1.16.2

28 Mar 00:13

Choose a tag to compare

1.16.2 (2026-03-28)

Full Changelog: v1.16.1...v1.16.2

go get github.com/jasoet/go-wf@v1.16.2

Bug Fixes

  • examples: update trigger to use generic workflow types for function workflows (f4bf940)

v1.16.1

27 Mar 23:45

Choose a tag to compare

1.16.1 (2026-03-27)

Full Changelog: v1.16.0...v1.16.1

go get github.com/jasoet/go-wf@v1.16.1

Bug Fixes

  • container: add missing docker import in integration test (18b3d8f)

v1.16.0

27 Mar 23:39
abb1212

Choose a tag to compare

1.16.0 (2026-03-27)

Full Changelog: v1.15.2...v1.16.0

go get github.com/jasoet/go-wf@v1.16.0

Features

  • generic redesign with Store[T], typed builders, and dual type params (#16) (abb1212)

v1.15.2

27 Mar 05:04

Choose a tag to compare

1.15.2 (2026-03-27)

Full Changelog: v1.15.1...v1.15.2

go get github.com/jasoet/go-wf@v1.15.2

Bug Fixes

  • compose: remove container-worker profile, fix podman socket path (aa55687)

v1.15.1

27 Mar 04:41

Choose a tag to compare

1.15.1 (2026-03-27)

Full Changelog: v1.15.0...v1.15.1

go get github.com/jasoet/go-wf@v1.15.1

Bug Fixes

  • datasync: align worker job names with trigger (user-sync, product-sync, order-sync) (6d5b8d4)

v1.15.0

27 Mar 04:18

Choose a tag to compare

1.15.0 (2026-03-27)

Full Changelog: v1.14.0...v1.15.0

go get github.com/jasoet/go-wf@v1.15.0

Features

  • datasync: integrate datasync worker into local dev environment (69cd821)

v1.14.0

27 Mar 04:14

Choose a tag to compare

1.14.0 (2026-03-27)

Full Changelog: v1.13.0...v1.14.0

go get github.com/jasoet/go-wf@v1.14.0

Features

  • datasync: add examples — basic, builder, pipeline, parallel, worker (6406ae4)