rumqttd-0.17.0
github-actions
released this
15 Aug 12:30
·
116 commits
to main
since this release
Whats New? π€―
- π Subscription IDs support in broker by @swanandx in #632
- π₯ Shared subscriptions with configurable strategy by @Nickztar in #668
We can configure strategy for shared subscriptions using rumqttd.toml
The available strategies are as follows:
round_robin
(Default): select clients in turns as per the order of their subscription.
random
: randomly choose a client and sent it. ( note: once a client is chosen, we try to send as many msg as we can )
sticky
: stick to a subscriber and keep sending it all the messages until its gone.
Maintenance changes π§
- build(deps): Bump dependencies to latest by @Dirreke in #666
- chore(github): removed stale by @carlocorradini in #675
- chore(mqttverifier): fix typo and better structure with jsdoc type by @carlocorradini in #679
- docs: add AUR package in README.md by @neruyzo in #681
New Contributors π
Full Changelog: rumqttd-0.16.0...rumqttd-0.17.0