Skip to content

v2.5.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 12 Nov 16:50
· 49 commits to main since this release

Minor version changes

  • Add TSTLSVersion an enum for TLS version used by NIOTransportServices.
  • new versions of TSTLSConfiguration.init use new enum TSTLSVersion. Deprecated old versions using tls_protocol_version_t.

Patch version changes

  • Combined PingreqHandler, ByteToMQTTMessageDecoder and MQTTEncodeHandler into one channel handler MQTTMessageHandler.

Other changes

  • Renamed sanity.sh to validate.sh
  • Added CONTRIBUTING.md
  • Added CODE_OF_CONDUCT.md
  • Added SECURITY.md