Skip to content

Releases: 256dpi/lwmqtt

v0.2.2

18 Aug 13:51
Compare
Choose a tag to compare
  • removed another unsigned modifier

v0.2.1

18 Aug 13:36
Compare
Choose a tag to compare
  • removed obsolete ternary operator

v0.2.0

17 Aug 22:36
Compare
Choose a tag to compare
  • properly handle not enough data error when waiting for the first header byte
  • peek on network in example
  • make buffer type void* and allocate memory with malloc in example
  • remove unsigned modifiers (potential bitmap errors)
  • added varnum helpers
  • support multiple subscriptions in single packets for subscribe and unsubscribe
  • fix potential integer overflows by using enough sized signed types
  • added docs about buffer sizes and the use of the int type
  • check suback codes and return error if a subscription has been denied

v0.1.4

28 May 20:26
Compare
Choose a tag to compare
  • clarify callback calls in docs
  • simplify will
  • some small refactorings

v0.1.3

14 May 09:25
Compare
Choose a tag to compare
  • callbacks are allowed to read and write data partially

v0.1.2

03 May 12:28
Compare
Choose a tag to compare
  • test and protect against buffer overflow
  • broke general FAILURE error into multiple more descriptive errors

v0.1.1

29 Apr 09:32
Compare
Choose a tag to compare
  • allow passing a custom reference to callback

v0.1.0

29 Mar 10:53
Compare
Choose a tag to compare
  • first release