Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexInstall this specific version:
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.10.6
# Windows (PowerShell)
$v="v0.10.6"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexChangelog
Bug Fixes
- 2c97e88 fix: MQ sweep - Go 1.26.4 stdlib CVEs, DBWatcher concurrency fixes
Other
- 94cf1ea deps: update indirect dependencies
Full Changelog: v0.10.5...v0.10.6
Contributors
Thanks to the following people for their contributions to this release:
- Copilot (@Copilot)
- Jon Gallant (@jongio)