Skip to content

Releases: LiamBindle/MQTT-C

Minor updates

24 May 17:45
f69ce1e
Compare
Choose a tag to compare
  • MinGW support coutesy of @kimim
  • CMake improvments courtesy of @hobbes1069
  • Fixed keep alive ping time compliance courtesy of @ziron4
  • Fixed bug in UNIX PAL that caused MQTT_ERROR_SOCKET_ERROR
  • Added simple CI tests
  • Converted #ifdef to #if defined coutesy of @yamt
  • Custom pal template coutesy of @yamt
  • Fixed build compatibility with -Wc++-compat flag coutesy of @NoelGraf

Other contributors: @alvin1221, @Willieodwyer, @gc87

Minor updates

31 Mar 13:26
9699785
Compare
Choose a tag to compare

Small updates and some minor fixes

06 Oct 13:43
9a7cc93
Compare
Choose a tag to compare
  • New mqtt_reconnect() function to terminate session and trigger reconnect courtesy of @markrad
  • Headers are now C++ compatible courtesy of @markrad
  • Added mechanism to specify own PAL header courtesy of @vpetrigo
  • OpenSSL example for windows courtesy of @learn-more
  • Minor fixes for CMakeLists for Windows courtesy of @learn-more

Additional contributions by @vpetrigo, @kokke, @timgates42

BearSSL support and minor bug fixes

23 Jul 12:38
606ef06
Compare
Choose a tag to compare
  • BearSSL support courtesy of @markrad
  • Fixed bug breaking messages larger than 64 KB courtesy of @adamczykpiotr
  • Minor Mbed TLS fixes courtesy of @yamt

MacOS and Mbed TLS support

28 Apr 15:25
Compare
Choose a tag to compare
  • Fixed macOS (courtesy of @yamt)
  • Added Mbed TLS PAL and examples (courtesy of @yamt)
  • Minor fixes

Minor bug fix

05 Feb 15:37
399361f
Compare
Choose a tag to compare
  • Internal type used for the payload size was mistakenly a 16 bit uint

Minor updates

25 Nov 02:37
399361f
Compare
Choose a tag to compare

1.0.3: Merge pull request #67 from daanpape/fix_wrong_remaining_length_size

26 Aug 13:30
399361f
Compare
Choose a tag to compare
  • Minor bug fix: if socket partially sends message it should work ok now

1.0.2: Merge pull request #67 from daanpape/fix_wrong_remaining_length_size

19 Aug 12:23
399361f
Compare
Choose a tag to compare
  • Minor bug fixes
    • Fixes DUP Flag in PUBLISH packets when using QoS 1

1.0.1: Merge pull request #67 from daanpape/fix_wrong_remaining_length_size

20 Mar 01:45
399361f
Compare
Choose a tag to compare
  • ANSI C compatibility
  • Minor bug fix: unalignment exceptions on some platforms (16-bit integer packing fix for #27)