Skip to content

Releases: 256dpi/lwmqtt

v0.5.4

24 Oct 21:42
Compare
Choose a tag to compare
  • fixed bit helpers

v0.5.3

22 Oct 17:00
Compare
Choose a tag to compare
  • made string helpers NULL-safe

v0.5.2

19 Oct 20:25
Compare
Choose a tag to compare
  • support for big endian architectures

v0.5.1

18 Oct 14:31
Compare
Choose a tag to compare
  • allow timers to return negative numbers

v0.5.0

18 Oct 13:28
Compare
Choose a tag to compare
  • properly initialize callback_ref
  • removed mandatory client parameter for callbacks
  • safely set return codes
  • be more careful with qos levels

v0.4.0

17 Oct 19:02
Compare
Choose a tag to compare
  • renamed ping pong logic
  • reset pong pending on connect

v0.3.3

11 Oct 14:42
Compare
Choose a tag to compare
  • send the ping request a little earlier than needed

v0.3.2

29 Sep 13:53
Compare
Choose a tag to compare
  • use uint32_t for timeouts (fixes 16bit integer overflows)
  • use const modifier for buf_end parameters

v0.3.1

22 Aug 15:36
Compare
Choose a tag to compare
  • fixed bug in example
  • fix payload issue
  • improved yield with no availability data
  • improved tests

v0.3.0

19 Aug 18:39
Compare
Choose a tag to compare
  • updated code to use fixed integers and size_t if appropriate
  • store will payload as a string
  • change API to expose string objects rather than C strings
  • renamed string constructor