Releases: golain-io/mqtt-bridge
Releases · golain-io/mqtt-bridge
v0.1.4
What's Changed
- fix: add sessionID getter to MQTTNetBridgeConn by @kulkarnivedant in #7
- Feat/session bridge by @kulkarnivedant in #10
- sqlite session handler hooks
Full Changelog: v0.1.3...v0.1.4
v0.1.3 - Suspend Sessions, Passing Tests
What's Changed
- feat: suspend sessions
- chore(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 by @dependabot in #6
New Contributors
- @dependabot made their first contribution in #6
Full Changelog: v0.1.2.2...v0.1.3
v0.1.2.2
What's Changed
- Feat/add base topics by @kulkarnivedant in #4
- Feat/pty example by @kulkarnivedant in #3
- feat: add qos option to net bridge by @kulkarnivedant in #5
Full Changelog: v0.1.2.1...v0.1.2.2
v0.1.2.1
What's Changed
- Bridge Options for loggers, root topic
- OnMessageHooks to allow message modification (eg: insert traces / remove traceIDs)
- Fix: bad bridge close func: deadlock on connection mutex
- Feat (untested): Unix socket listeners to local-proxy existing gRPC servers not written in golang.
New Contributors
- @kulkarnivedant made their first contribution in #1
Full Changelog: v0.1.1...v0.1.2
native grpc resolver
Changes
- Implemented grpc's resolver interface for
mqtt://
url prefixes inMQTTNetBridge
client
Full Changelog: v0.1.0...v0.1.1