mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-07-26 09:58:40 +00:00
-
released this
2026-05-23 12:57:42 +00:00 | 85 commits to main since this release📅 Originally published on GitHub: Sat, 23 May 2026 16:53:34 GMT
🏷️ Git tag created: Sat, 23 May 2026 12:57:42 GMTWhat's Changed
Module 📦
- rework database module to not expose raw DB by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/160
- BREAKING: convert nats and mqtt to a generic pub/sub module type by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/163
Processor 🏭
- BREAKING: rename router.output to module.output by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/164
- BREAKING: switch kv.set to take value from incoming payload by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/167
CLI ⌨️
- BREAKING: remove otel tracing by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/165
Other Changes
- don't make params schema required if all properties are optional by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/166
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.21.1...v0.22.0
Downloads