Skip to content

Releases: xraph/dispatch

v1.4.1

29 Mar 16:10

Choose a tag to compare

Changes

  • chore: update grove and its drivers to v1.4.1 in go.mod and go.sum (9e6e530)

Installation

go get github.com/xraph/dispatch@v1.4.1

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

v1.4.0

28 Mar 18:54

Choose a tag to compare

Changes

  • chore: update go-utils to v1.1.0 and bump dependencies for forge and grove to v1.4.0 (e3b44ca)
  • refactor: update BasePath to "/dispatch" and improve scheduler Stop method safety (a1ba1ac)

Installation

go get github.com/xraph/dispatch@v1.4.0

Full Changelog: v1.3.1...v1.4.0

v1.3.0

12 Mar 19:11

Choose a tag to compare

Changes

  • chore: exclude G118 from gosec linter checks in golangci configuration (3e414fb)
  • refactor: add error handling comments for best-effort dashboard data retrieval (bed0ea2)
  • chore: update dependencies to version 1.3.0 for multiple xraph packages (f4508a3)
  • refactor: improve formatting and readability of Go and TSX syntax highlighter functions (4e16f91)
  • Refactor logging to use go-utils/log package (dfeb8c9)
  • feat(workflow): implement saga pattern with compensation steps and child workflows (2d5553a)

Installation

go get github.com/xraph/dispatch@v1.3.0

Full Changelog: v0.1.0...v1.3.0

v0.1.0

25 Feb 04:48

Choose a tag to compare

Changes

  • refactor: remove old SQLite store tests and implement new workflow store functionality (4cc3492)

Installation

go get github.com/xraph/dispatch@v0.1.0

Full Changelog: v0.0.1...v0.1.0

v0.0.1

21 Feb 00:25

Choose a tag to compare

Changes

  • fix: disable var-naming linter to avoid meaningless package names (75f283d)
  • fix: add package comment for clarity in multiple handler files (ad2ecc0)
  • fix: add package comment for clarity in job_handler.go (addfd27)
  • fix: update SQL query string construction to use parameterized queries for limits and offsets (e7ff219)
  • fix: reorder import statements in store.go for consistency (a142aac)
  • fix: improve SQL query string construction by using strconv.Itoa for limits and offsets (5b89822)
  • fix: update k8s dependencies to remove indirect status (468f50e)
  • fix: update biome schema version to 2.4.2 and simplify FlowNode components in MiniDispatchFlow (16e2d70)
  • fix: update Go version to 1.25.7 in CI and release workflows (d9a57cf)
  • fix: update repository name and title from Relay to Dispatch (0ee5fff)
  • refactor: update documentation and code examples to reflect the transition from Relay to Dispatch (e6fc96e)
  • feat(audit_hook): add comprehensive tests for audit events and options configuration (66aa43d)
  • Add integration tests for Redis store and improve workflow handling (58e4686)
  • feat(redis): implement Redis-backed store for jobs, events, workflows, and DLQ (f39220a)
  • Add unit tests for SQLite store and documentation for workflow package (af18d2f)
  • refactor: replace OpenTelemetry metrics with go-utils MetricFactory for improved observability (7b35a83)
  • Merge pull request #1 from xraph/dependabot/npm_and_yarn/docs/minor-and-patch-38b3979e8b (50756b3)
  • chore: update dependencies in go.mod and go.sum for improved compatibility (4348de1)
  • build(deps): bump the minor-and-patch group in /docs with 6 updates (75ee2e4)
  • fix: update project name from Dispatchy to Dispatch in documentation (c833739)
  • fix: correct project name from RDispatchy to Dispatchy in documentation (86be717)
  • fix: update documentation title and link from Relay to Dispatch (1b0323e)
  • feat: implement workflow runner and step execution with checkpointing (37604f6)

Installation

go get github.com/xraph/dispatch@v0.0.1

What's Changed

  • build(deps): bump the minor-and-patch group in /docs with 6 updates by @dependabot[bot] in #1

New Contributors

Full Changelog: https://github.com/xraph/dispatch/commits/v0.0.1