TOKN v0.3.16
Queue-driven agent runs, now closed end to end.
What's new
- Send events, not just receive them.
tokn events publish --source servicebusputs a message on an Azure Service Bus queue or topic, so the same tool that consumes events can produce them. Works with Microsoft Entra ID (--namespace) or a connection string — useful if your tenant disables SAS. - Routes without an explicit
mode:now work. They previously failed on every delivery and ended in the dead-letter queue. If you hit this, no config change is needed. tokn events validatecatches a bad mode before you spend anything. It used to pass configs that could never run a message.- Failed runs say why. The reason now appears in your console instead of only in the broker's dead-letter metadata.
Install
Download the binary for your platform, then:
chmod +x tokn_linux_amd64 && ./tokn_linux_amd64 --help.\tokn_windows_amd64.exe --helpVerify
sha256sum -c SHA256SUMS