Releases: xraph/dispatch
Releases · xraph/dispatch
Release list
v1.5.4
v1.5.3
v1.5.2
v1.5.1
Changes
- build(deps): update Go version to 1.26 in CI configuration (1825a16)
- chore: update Go version to 1.26 in CI configuration (bf27b81)
- chore: update dependencies for xraph/forge and xraph/grove to v1.6.4 and v1.5.2 respectively (226c28f)
- feat: implement DeleteStaleWorkers method to clean up outdated worker entries (0e37c20)
- feat: add configurable timeouts for worker and cron operations (cf38109)
Installation
go get github.com/xraph/dispatch@v1.5.1Full Changelog: v1.5.0...v1.5.1
v1.5.0
Changes
- refactor: enhance scheduler and worker pool with context cancellation support (6d06398)
Installation
go get github.com/xraph/dispatch@v1.5.0Full Changelog: v1.4.2...v1.5.0
v1.4.2
Changes
- refactor: update logger initialization and dashboard base path (c91b7ee)
Installation
go get github.com/xraph/dispatch@v1.4.2Full Changelog: v1.4.1...v1.4.2
v1.4.1
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.1Full Changelog: v1.4.0...v1.4.1
v1.4.0
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.0Full Changelog: v1.3.1...v1.4.0
v1.3.0
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.0Full Changelog: v0.1.0...v1.3.0
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