The is a minor release that incorporates fixes/improvements made over the last 9 months.
There is one breaking change, autopaho.ConnectPacketBuilder
may now return an error
(this is useful when the packet cannot be built, for example when auth details are temporarily unavailable).
Thanks to those who have provided fixes/enhanceents included in this release!.
What's Changed
- fix: respect context cancellation while using the provided Dialer by @Lorderot in #248
- PublishWithOptions QoS0 return empty PublishRespoonse by @wic006 in #255
- Improve default ping handler by @Lorderot in #257
- Add Publish comment detailing PublishResponse usage by @wic006 in #256
- Prevent RPC blocking when context cancelled by @MattBrittan in #260
- Add option for dynamic backoff by @ViToni in #258
- Allow ConnectPacketBuilder to fail by @dimitrov-anasoft in #269
- Update dependencies by @MattBrittan in #259
New Contributors
- @wic006 made their first contribution in #255
- @ViToni made their first contribution in #258
- @dimitrov-anasoft made their first contribution in #269
Full Changelog: v0.21.0...v0.22.0