Skip to content

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@adam-fowler adam-fowler released this 24 Nov 15:50
· 164 commits to main since this release
d8df5b8

Major version changes

  • Added support for NIO Transport services TLS configuration. Added new struct TSTLSConfiguration with NIOTS specific attributes. MQTTClient is no longer initialized with a TLSConfiguration it now takes an enum TLSConfigurationType which can hold either a TLSConfiguration or TSTLSConfiguration`.

Patch version changes

  • Attach MQTTClient.identifier to Logger in MQTTClient.init.