Skip to content

Releases: xraph/dispatch

v1.5.4

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:45

Changes


Installation

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

Full Changelog: v1.5.3...v1.5.4

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 02:37

Changes

  • chore: updated the forge deps (6f7dda7)
  • chore: bump forge to v1.7.2 and grove to v1.5.6 (5b116a4)

Installation

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

Full Changelog: v1.5.2...v1.5.3

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 13 Jun 05:47

Changes

  • chore: removed path to modules (db38559)
  • fix: fixed excessive connections bug (2cf0ce3)

Installation

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

Full Changelog: v1.5.1...v1.5.2

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 18 May 15:43

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.1

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 18:51

Changes

  • refactor: enhance scheduler and worker pool with context cancellation support (6d06398)

Installation

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

Full Changelog: v1.4.2...v1.5.0

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 05 Apr 17:59

Changes

  • refactor: update logger initialization and dashboard base path (c91b7ee)

Installation

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

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

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 29 Mar 16:10

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

Choose a tag to compare

@github-actions github-actions released this 28 Mar 18:54

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

Choose a tag to compare

@github-actions github-actions released this 12 Mar 19:11

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

Choose a tag to compare

@github-actions github-actions released this 25 Feb 04:48

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