PackageTrack

Go modules · #2546

github.com/cschleiden/go-workflows

v1.4.2cschleiden/go-workflows

Release timeline

219 releases since 2022
20222023202420252026

Releases

  1. v1.4.3-nightly.202608110537.6910 Aug 2026pre-release
    Release notes

    What's Changed

    Other Changes

    • Guard HMGET against empty payload keys in GetWorkflowInstanceHistory by @DerkSchooltink in #487

    Full Changelog: v1.4.3-nightly.202607100629.37...v1.4.3-nightly.202608110537.69

    Open source →
  2. v1.4.3-nightly.202607100629.37.0.20260810193903-48e811947bec10 Aug 2026pre-release

    Nothing published for this version

  3. v1.4.3-nightly.202607100629.379 Jul 2026pre-release
    Release notes

    What's Changed

    Other Changes

    • Bump github.com/jackc/pgx/v5 from 5.5.4 to 5.9.2 by @dependabot[bot] in #490

    Full Changelog: v1.4.3-nightly.202606060625.3...v1.4.3-nightly.202607100629.37

    Open source →
  4. v1.4.3-nightly.202606060625.3.0.20260709210324-339368fb86d39 Jul 2026pre-release

    Nothing published for this version

  5. v1.4.3-nightly.202606060625.35 Jun 2026pre-release
    Release notes

    What's Changed

    Other Changes

    • Expose workflow.Cause to retrieve cancellation cause by @Copilot in #483

    Full Changelog: v1.4.2...v1.4.3-nightly.202606060625.3

    Open source →
  6. v1.4.3-0.20260605164658-8ef4f86f45f45 Jun 2026pre-release

    Nothing published for this version

  7. v1.4.25 Jun 2026
    Release notes

    What's Changed

    Features

    • Add *WithDB constructors for SQL backends by @cschleiden in #465
    • implement err group as an alternative to a wait group so errors from activities can be propagated upwards nicely by @DerkSchooltink in #462
    • Expose SpanID and TraceID in workflow context by @cschleiden in #477

    Bugfixes

    • Fix waitGroup.Wait() blocking forever when Add is never called by @cschleiden in #474
    • Fix ZRangeArgs Start/Stop ordering for BYSCORE REV in GetWorkflowInstances by @DerkSchooltink in #480

    Other Changes

    New Contributors

    Full Changelog: v1.4.1...v1.4.2

    Open source →
  8. v1.4.2-nightly.202606050645.25 Jun 2026pre-release
    Release notes

    What's Changed

    Other Changes

    • Fix ZRangeArgs Start/Stop ordering for BYSCORE REV in GetWorkflowInstances by @DerkSchooltink in #480

    Full Changelog: v1.4.2-nightly.202606040652.1...v1.4.2-nightly.202606050645.2

    Open source →
  9. v1.4.2-nightly.202606040652.14 Jun 2026pre-release
    Release notes

    What's Changed

    Other Changes

    • Update Agents.md by @sdil in #459
    • Add *WithDB constructors for SQL backends by @cschleiden in #465
    • Fix waitGroup.Wait() blocking forever when Add is never called by @cschleiden in #474
    • implement err group as an alternative to a wait group so errors from activities can be propagated upwards nicely by @DerkSchooltink in #462
    • Expose SpanID and TraceID in workflow context by @cschleiden in #477
    • Add nightly release workflow by @cschleiden in #484

    New Contributors

    Full Changelog: v1.4.1...v1.4.2-nightly.202606040652.1

    Open source →
  10. v1.4.2-0.20260530051307-d0990f3e575330 May 2026pre-release

    Nothing published for this version

  11. v1.4.2-0.20260529205510-6298a191c48929 May 2026pre-release

    Nothing published for this version

  12. v1.4.2-0.20260323052111-dbca48ecd25323 Mar 2026pre-release

    Nothing published for this version

  13. v1.4.2-0.20260219003819-362897eaae5519 Feb 2026pre-release

    Nothing published for this version

  14. v1.4.2-0.20260219003819-28249117ad6419 Feb 2026pre-release

    Nothing published for this version

  15. v1.4.2-0.20260120000516-f14c4f3fe57120 Jan 2026pre-release

    Nothing published for this version

  16. v1.4.2-0.20251103202556-e2b9c6f994f43 Nov 2025pre-release

    Nothing published for this version

  17. v1.4.11 Nov 2025
    Release notes

    What's Changed

    Other Changes

    • Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4 by @dependabot[bot] in #457

    Full Changelog: v1.4.0...v1.4.1

    Open source →
  18. v1.4.1-0.20251101035756-2441ef3f1a2c1 Nov 2025pre-release

    Nothing published for this version

  19. v1.4.031 Oct 2025
    Release notes

    What's Changed

    Features

    • Add postgres support by @vr009 in #441
    • Make the workflow history length available by @cschleiden in #445
    • Display failed workflows with red "Failed" badge instead of green "Completed" by @Copilot in #449
    • Add queue display to diagnostic UI by @Copilot in #451

    Bugfixes

    Other Changes

    • Add immediate transaction lock mode to SQLite backend by @Copilot in #450
    • Retry cancellation tests by @cschleiden in #442
    • Move to Agents.MD by @cschleiden in #448
    • Add comprehensive linting instructions to AGENTS.md by @Copilot in #452

    Docs

    • Add PostgreSQL backend documentation by @Copilot in #456

    New Contributors

    Full Changelog: v1.3.0...v1.4.0

    Open source →
  20. v1.3.1-0.20251028235441-ed82bcb89f1828 Oct 2025pre-release

    Nothing published for this version

  21. v1.3.1-0.20251024172220-8cc8dc5d425a24 Oct 2025pre-release

    Nothing published for this version

  22. v1.3.1-0.20251023182425-c7163a73c58823 Oct 2025pre-release

    Nothing published for this version

  23. v1.3.021 Sept 2025
    Release notes

    What's Changed

    Other Changes

    • Upgrade Go version from 1.22 to 1.23 across repository by @Copilot in #416
    • Upgrade Go version from 1.23 to 1.24 by @Copilot in #418
    • Declare tools via new tools directive by @cschleiden in #410
    • Execute activity with name by @lyuboxa in #379
    • Improve JSON output formatting in web UI by @Copilot in #419
    • Increase CI test timeouts to improve MySQL backend test reliability by @Copilot in #421
    • Fix context canceled logged as error when attempting to heartbeat tasks by @Copilot in #423
    • Add Makefile & fmt by @cschleiden in #427
    • Remove checked in binary file by @jwilder in #428
    • Fix various linting errors by @cschleiden in #432
    • Move analyzer to golangci-lint-v2's module system. by @cschleiden in #433
    • Fix linter errors and enable in CI by @cschleiden in #434
    • Update GetBackend calls to include clear option for backend initialization by @cschleiden in #435

    New Contributors

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

    Open source →
  24. v1.2.1-0.20250921051807-41d6f69e5b3b21 Sept 2025pre-release

    Nothing published for this version

  25. v1.2.1-0.20250904044536-aa62ce6db8f64 Sept 2025pre-release

    Nothing published for this version

  26. v1.2.1-0.20250820233041-27a800e830d120 Aug 2025pre-release

    Nothing published for this version

  27. v1.2.015 Aug 2025
    Release notes

    What's Changed

    Features

    • Expose WorkflowLockTimeout and ActivityLockTimeout options by @Copilot in #404

    Bugfixes

    • Fix duplicate workflow instance and execution ID fields in logs by @Copilot in #406
    • Update sqlite DSN by @cschleiden in #408

    Documentation

    • Document the WithRemoveContinuedAsNewInstances backend option by @Copilot in #399
    • Document backend options by @cschleiden in #409

    Other

    • Add comprehensive GitHub Copilot instructions for go-workflows development by @Copilot in #401

    Full Changelog: v1.1.0...v1.2.0

    Open source →
  28. v1.1.1-0.20250815025821-9d455793161215 Aug 2025pre-release

    Nothing published for this version

  29. v1.1.1-0.20250815014004-b22d828b1c9a15 Aug 2025pre-release

    Nothing published for this version

  30. v1.1.1-0.20250814212504-d4b4b73be65514 Aug 2025pre-release

    Nothing published for this version

  31. v1.1.1-0.20250814203206-f21dabc0db0514 Aug 2025pre-release

    Nothing published for this version

  32. v1.1.013 Aug 2025

    Nothing published for this version

  33. v1.0.111 Jul 2025

    Nothing published for this version

  34. v1.0.1-0.20250711161806-7f57f38ad6fd11 Jul 2025pre-release

    Nothing published for this version

  35. v1.0.1-0.20250710220707-2a6003aef87510 Jul 2025pre-release

    Nothing published for this version

  36. v1.0.09 Jul 2025

    Nothing published for this version

  37. v0.19.1-0.20241217180856-5f123040fe0017 Dec 2024pre-release

    Nothing published for this version

  38. v0.19.1-0.20241112051638-5cb923bd4b6a12 Nov 2024pre-release

    Nothing published for this version

  39. v0.19.1-0.20241111045059-1f6bb05a48b111 Nov 2024pre-release

    Nothing published for this version

  40. v0.19.027 Oct 2024

    Nothing published for this version

  41. v0.18.6-0.20241027213447-fcc98ff38e0a27 Oct 2024pre-release

    Nothing published for this version

  42. v0.18.6-0.20240926044446-8dee17710dd526 Sept 2024pre-release

    Nothing published for this version

  43. v0.18.6-0.20240809154243-23a3052460989 Aug 2024pre-release

    Nothing published for this version

  44. v0.18.6-0.20240809050123-394711e669279 Aug 2024pre-release

    Nothing published for this version

  45. v0.18.6-0.20240628040255-c83048f8d02928 Jun 2024pre-release

    Nothing published for this version

  46. v0.18.6-0.20240605052940-c798be962de25 Jun 2024pre-release

    Nothing published for this version

  47. v0.18.6-0.20240517042325-fbb13326abf717 May 2024pre-release

    Nothing published for this version

  48. v0.18.6-0.20240516212718-1e0a1dfdc0e216 May 2024pre-release

    Nothing published for this version

  49. v0.18.6-0.20240509045355-d4047703095c9 May 2024pre-release

    Nothing published for this version

  50. v0.18.6-0.20240409232600-9c96c3d6c66e9 Apr 2024pre-release

    Nothing published for this version

  51. v0.18.6-0.20240328044621-b70a35648e7128 Mar 2024pre-release

    Nothing published for this version

  52. v0.18.6-0.20240320033717-1ad95ac3c19720 Mar 2024pre-release

    Nothing published for this version

  53. v0.18.6-0.20240318031614-0c9c67d8916118 Mar 2024pre-release

    Nothing published for this version

  54. v0.18.6-0.20240313042229-b40e6ea1f00b13 Mar 2024pre-release

    Nothing published for this version

  55. v0.18.6-0.20240229184343-929cfd22a4fb29 Feb 2024pre-release

    Nothing published for this version

  56. v0.18.6-0.20240220230449-e9dff1b8134220 Feb 2024pre-release

    Nothing published for this version

  57. v0.18.6-0.20240205235949-2ca3576f69565 Feb 2024pre-release

    Nothing published for this version

  58. v0.18.6-0.20240125011715-97a13f2160db25 Jan 2024pre-release

    Nothing published for this version

  59. v0.18.6-0.20240123224406-1375fc26ff4a23 Jan 2024pre-release

    Nothing published for this version

  60. v0.18.6-0.20240123175507-418ac25f86f323 Jan 2024pre-release

    Nothing published for this version