Skip to content

Releases: 256dpi/gomqtt

v0.6.1

14 Jul 11:23
Compare
Choose a tag to compare
  • cleaned up log events
  • allow message to be received while waiting on the suback

v0.6.0

12 Jul 17:13
Compare
Choose a tag to compare
  • added methods to set read and write buffers
  • optimized connections for higher throughput
  • refactored broker client and backend to a new pull based architecture

v0.5.3

29 Apr 09:38
Compare
Choose a tag to compare
  • properly return error if not authorized (this caused non authorized connections to actually be continued...)

v0.5.2

17 Apr 08:17
Compare
Choose a tag to compare
  • small fixes

v0.5.1

17 Apr 07:54
Compare
Choose a tag to compare
  • added gomqtt-stat tool
  • return error if backend does not return a session

v0.5.0

29 Dec 15:29
Compare
Choose a tag to compare
  • removed unfinished router package
  • moved tools to session package
  • moved flow package
  • moved message queue
  • removed tools package and added topic package
  • added topic parsing helpers

v0.4.0

28 Dec 15:22
Compare
Choose a tag to compare
  • lowercased errors obtained from connack codes
  • fixed a race condition in the backend
  • treat missing client id and wrong clean session as a protocol error

v0.3.5

07 Nov 17:42
Compare
Choose a tag to compare
  • launch pinger in client processor
  • added ref field to backend client
  • improved message queue

v0.3.4

04 Nov 23:47
Compare
Choose a tag to compare
  • fix queue to be FIFO and not LIFO
  • added Range method to queue

v0.3.3

04 Nov 18:04
Compare
Choose a tag to compare
  • allow access to client id and clean session during authentication