v3.0
This release contains various bug fixes and migrates emitter to use badger/v3
as the underlying message storage. This message storage is incompatible with v1
, hence the bump of the major version (breaking change). It also rebases docker to run on Go 1.17
which increases overall throughput.
What's Changed
- Added last will & refactored service by @kelindar in #321
- fix a typo error by @lzh2nix in #364
- MQTT topic matching strategy by @cravler in #360
- Upgrading emitter/address by @kelindar in #370
- Fix conn.Track(): CompareAndSwapUint32 by @Florimond in #372
- Replace in-memory storage with badger/v3 by @kelindar in #371
- Bump go version to 1.17 by @Florimond in #384
- Fix bug allowing one connection to subscribe twice by @Florimond in #383
New Contributors
Full Changelog: v2.8...v3.0