-
released this
2026-06-02 02:35:58 +00:00 | 65 commits to main since this release📅 Originally published on GitHub: Tue, 02 Jun 2026 02:45:25 GMT
🏷️ Git tag created: Tue, 02 Jun 2026 02:35:58 GMTWhat's Changed
Module 📦
- add description information to params for modules by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/177
- make sure to use a distinct framer for both directions of communication by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/179
Processor 🏭
- add description information to params for processors by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/178
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.23.0...v0.23.1
Downloads
-
released this
2026-05-31 03:18:48 +00:00 | 72 commits to main since this release📅 Originally published on GitHub: Sun, 31 May 2026 03:25:44 GMT
🏷️ Git tag created: Sun, 31 May 2026 03:18:48 GMTWhat's Changed
Module 📦
- rework module shutdown process to cancel module context in defer by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/175
Processor 🏭
- add rate limiting filter by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/168
- align http.response.create schema with reality by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/176
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.22.0...v0.23.0
Downloads
-
released this
2026-05-23 12:57:42 +00:00 | 101 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
-
released this
2026-05-18 23:44:03 +00:00 | 134 commits to main since this release📅 Originally published on GitHub: Tue, 19 May 2026 01:01:32 GMT
🏷️ Git tag created: Mon, 18 May 2026 23:44:03 GMTWhat's Changed
Module 📦
- rework context handling throughout router and modules by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/158
Processor 🏭
- add missing params schema to db.query processor by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/157
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.21.0...v0.21.1
Downloads
-
released this
2026-05-17 18:13:41 +00:00 | 143 commits to main since this release📅 Originally published on GitHub: Sun, 17 May 2026 18:22:43 GMT
🏷️ Git tag created: Sun, 17 May 2026 18:13:41 GMTWhat's Changed
NO MORE EXCLUDED MODULES!!! The pre-built binaries now include all modules (mainly MIDI and serial) thanks to a combo of native building and cross-compilation with zig!
Module 📦
- fix params schema for serial.client by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/152
- close serial client more reliably by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/153
- add read header timeout to http servers by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/154
CLI ⌨️
- tighten up permission bits on config file writes by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/155
Other Changes
- add basic benchmark for most processors by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/151
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.20.0...v0.21.0
Downloads
-
released this
2026-05-14 00:59:30 +00:00 | 175 commits to main since this release📅 Originally published on GitHub: Thu, 14 May 2026 01:48:32 GMT
🏷️ Git tag created: Thu, 14 May 2026 00:59:30 GMTWhat's Changed
Module 📦
- add websocket.client module by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/150
Other Changes
- pull all non-request scoped values out of context by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/147
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.19.2...v0.20.0
Downloads
-
released this
2026-05-06 22:18:31 +00:00 | 187 commits to main since this release📅 Originally published on GitHub: Thu, 07 May 2026 01:15:04 GMT
🏷️ Git tag created: Wed, 06 May 2026 22:18:31 GMTWhat's Changed
Routing 🛣️
- work towards decoupling api from router by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/146
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.19.1...v0.19.2
Downloads
-
released this
2026-04-14 12:40:35 +00:00 | 214 commits to main since this release📅 Originally published on GitHub: Tue, 14 Apr 2026 13:49:04 GMT
🏷️ Git tag created: Tue, 14 Apr 2026 12:40:35 GMTWhat's Changed
Other Changes
- upgrade osc-go library to v0.3.0 and handle new error cases by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/133
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.19.0...v0.19.1
Downloads
-
released this
2026-04-13 01:17:36 +00:00 | 217 commits to main since this release📅 Originally published on GitHub: Mon, 13 Apr 2026 01:39:42 GMT
🏷️ Git tag created: Mon, 13 Apr 2026 01:17:36 GMTWhat's Changed
Processor 🏭
- convert midi.message.create into separate processors by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/122
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.18.1...v0.19.0
Downloads
-
released this
2026-03-26 23:56:03 +00:00 | 238 commits to main since this release📅 Originally published on GitHub: Fri, 27 Mar 2026 00:03:10 GMT
🏷️ Git tag created: Thu, 26 Mar 2026 23:56:03 GMTWhat's Changed
CLI ⌨️
- add support for sourcing flags from ENV vars by @jwetzell in https://github.com/jwetzell/showbridge-go/pull/119
JSON Schema
- add missing HTTP methods to
http.request.do - correct optional ip property of
net.udp.server
Full Changelog: https://github.com/jwetzell/showbridge-go/compare/v0.18.0...v0.18.1
Downloads
mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-07 15:33:39 +00:00