Skip to content

Releases: wolfSSL/wolfMQTT

wolfMQTT v1.19.0 (22MAR2024)

22 Mar 18:43
06a7812
Compare
Choose a tag to compare

v1.19.0 (3/22/2024)
Release 1.19.0 has been developed according to wolfSSL's development and QA process (see link below) and successfully passed the quality criteria.
https://www.wolfssl.com/about/wolfssl-software-development-process-quality-assurance

wolfMQTT v1.18.0 (22DEC2023)

22 Dec 18:06
91b01f4
Compare
Choose a tag to compare

v1.18.0 (12/22/2023)

Release 1.18.0 has been developed according to wolfSSL's development and QA process (see link below) and successfully passed the quality criteria.
https://www.wolfssl.com/about/wolfssl-software-development-process-quality-assurance

wolfMQTT v1.17.1 (29NOV2023)

29 Nov 20:09
bc7ac50
Compare
Choose a tag to compare

v1.17.1 (11/29/2023)

Release 1.17.1 has been developed according to wolfSSL's development and QA process (see link below) and successfully passed the quality criteria.
https://www.wolfssl.com/about/wolfssl-software-development-process-quality-assurance

  • Include stdint.h in userio_template.h by @lealem47 in #371
  • Improvements to multithread locking and tests. by @dgarske in #369
  • Cleanup executable status on src files. by @philljj in #372
  • Close socket on error in NetConnect by @embhorn in #375
  • Fixes for non-blocking with larger payload and improvements to the test and examples by @dgarske in #373
  • Add MQTT-SN CI tests by @embhorn in #376
  • Fix Wild read in MqttProps_Free by @embhorn in #377
  • Fix fuzzer issues in MqttDecode_Props by @embhorn in #378

wolfMQTT v1.17.0 (02NOV2023)

02 Nov 15:32
51b84ea
Compare
Choose a tag to compare

v1.17.0 (11/2/2023)

Release 1.17.0 has been developed according to wolfSSL's development and QA process (see link below) and successfully passed the quality criteria.
https://www.wolfssl.com/about/wolfssl-software-development-process-quality-assurance

wolfMQTT v1.16.0 (29JUN2023)

29 Jun 12:58
a501fa2
Compare
Choose a tag to compare

v1.16.0 (6/29/2023)

wolfMQTT v1.15.1 (14MAR2023)

14 Mar 18:14
6a1a7f8
Compare
Choose a tag to compare
  • Fix to protect read from client->write.len, which resolve edge case issue
    when using multi-threading. (PR #318 and PR #319)

wolfMQTT v1.15.0 (30DEC2022)

04 Jan 00:25
fa958ff
Compare
Choose a tag to compare
  • Fix for --with-libwolfssl-prefix config option #312
  • Call disconn CB with MQTTv5 reason code #314
  • Add github CIFuzz action by #315
  • Fix SN disconnect with sleep should not use CB #294

wolfMQTT v1.14.1 (31AUG2022)

06 Sep 14:01
f657f8d
Compare
Choose a tag to compare
  • Fix for Vcpkg on Windows not getting wolfssl/options.h included by @dgarske in #305
  • Fix cmake builds by @embhorn in #307

wolfMQTT v1.14.0 (25JUL2022)

25 Jul 21:18
55fc0a5
Compare
Choose a tag to compare
  • Support post-quantum KYBER_LEVEL1 and P256_KYBER_LEVEL1 with FALCON_LEVEL1
    in wolfMQTT. by @anhu #300
  • Add WOLFMQTT_USE_CB_ON_DISCONNECT for CB on client disconnect by @embhorn
    in #302
  • Fix to release connect ack props by @embhorn in #301

wolfMQTT v1.13.0 (04MAY2022)

05 May 12:38
5cf4821
Compare
Choose a tag to compare
  • Fix windows build test by @lealem47 in #286
  • Add async support for wolfMQTT by @dgarske in #285
  • Allow message callback to set reason code for response by @embhorn in #287
  • Porting WolfMQTT to NUCLEO F767ZI with TOPPERS OS by @nekoman2187 in #254
  • Fixes for non-blocking state and large payload by @dgarske in #288
  • Add CMake support build by @elms in #292
  • Fix for improper reset of shared object by @dgarske in #291
  • cmake: add example option and fixes for vcpkg by @elms in #293
  • cmake: shared/static lib build and cleanup by @elms in #295
  • Fix example msg cb print error @embhorn in #298