Skip to content

rumqttd-0.17.0

Compare
Choose a tag to compare
@github-actions 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 🚧

New Contributors πŸŽ‰

  • @Dirreke made their first contribution in #666
  • @neruyzo made their first contribution in #681

Full Changelog: rumqttd-0.16.0...rumqttd-0.17.0