github jongio/dispatch v0.10.6

10 hours ago

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Install 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 | iex

Changelog

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)

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.