Releases: xraph/dispatch
Releases · xraph/dispatch
v0.1.0
Changes
- refactor: remove old SQLite store tests and implement new workflow store functionality (4cc3492)
Installation
go get github.com/xraph/dispatch@v0.1.0Full Changelog: v0.0.1...v0.1.0
v0.0.1
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.1What's Changed
- build(deps): bump the minor-and-patch group in /docs with 6 updates by @dependabot[bot] in #1
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: https://github.com/xraph/dispatch/commits/v0.0.1