Skip to content

MQTT5 fixes, WebSocket flow-control, PQ TLS Cipher Prefs

Pre-release
Pre-release
Compare
Choose a tag to compare
@graebm graebm released this 21 Dec 17:27
· 118 commits to main since this release
c1c25ca

What's Changed

  • Fix GCC/Clang ASM error by @graebm in #421
  • handle null ack packets in callbacks by @sbSteveK in #422
  • Convert from strlen to strnlen where it's safe and reasonable to do so by @bretambrose in #424
  • Fix bug passing enum value from python to C as a byte instead of int by @graebm in #425
  • Mqtt5 reconnect enum by @sbSteveK in #428
  • Add Option to configure Hybrid PQ TLS Cipher Preferences by @alexw91 in #427
  • Websocket flow-control by @graebm in #429

New Contributors

Full Changelog: v0.16.1...v0.16.2