Releases: golain-io/mqtt-bridge
Releases · golain-io/mqtt-bridge
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