Skip to content

Releases: 256dpi/gomqtt

v0.12.0

05 Feb 16:20
Compare
Choose a tag to compare
  • added maximum keep alive setting

v0.11.2

28 Jan 19:43
Compare
Choose a tag to compare
  • improved broker connection closing

v0.11.1

27 Jan 18:00
Compare
Choose a tag to compare
  • added back the ref property

v0.11.0

16 Jan 14:15
Compare
Choose a tag to compare
  • allow configuration of max write delay

v0.10.4

10 Jan 21:15
Compare
Choose a tag to compare
  • added missing wait

v0.10.3

13 Nov 20:50
Compare
Choose a tag to compare
  • removed incorrect queueing of retained messages
  • added an interactive client
  • integrated mercury
  • updated docs

v0.10.2

20 Oct 15:43
Compare
Choose a tag to compare
  • make flow handle multiple packets
  • fix missing dup flag in client test
  • do not assume order when testing with flow
  • various small improvements

v0.10.1

15 Oct 22:43
Compare
Choose a tag to compare
  • added a method to ID to check if is valid
  • clean up unused packet prefetch
  • clarify parallel settings and session storage
  • do not yield disconnect packets to packet callback
  • added token timeout to prevent deadlocks
  • allow client configuration through backend
  • added dequeue token and token timeout tests
  • prevent deadlocks when putting back tokens
  • properly handle unexpected pubrel packets
  • consume dequeue tokens for resent packets

v0.10.0

14 Oct 17:00
Compare
Choose a tag to compare
  • improved packet error generation
  • allow retained messages in benchmark utility
  • added new qos type
  • expose session fields
  • allow session id counter to be constructed with a next id
  • added constructor for session packet stores

v0.9.3

16 Sep 10:57
Compare
Choose a tag to compare
  • buffer size changes should be hanndle outside of this package
  • added Dialer interface