Skip to content

Releases: tchaloupka/vibe-mqtt

v0.1.8

04 Feb 20:33
Compare
Choose a tag to compare

Just some cherry picked fixes:

  • Fix #25 - 32bit platform type fix
  • Fix unittest imports
  • Fix subscribe to go through session, not directly
  • Partial fix to be usable with vibe-0.8.0

v0.1.7

24 Sep 15:09
Compare
Choose a tag to compare
  • Fix import in tests.d
  • Make client.subscribe topics parameter const to allow receive immutable
  • onDisconnect() added to detect client disconnection from broker

v0.1.6

30 Aug 22:08
Compare
Choose a tag to compare
  • Remove repeated allocation of buffer in listener loop
  • Clean read buffer before connect
  • Check if TCPConnection is empty in listener loop
  • Fix #6 - disconnect() hangs up then listener() fibre in different task

v0.1.5

20 Aug 21:24
Compare
Choose a tag to compare
Use of vibe submodules

v0.1.4

20 Apr 08:12
Compare
Choose a tag to compare
  • Fix publishing QoS1 messages
  • Fix warnings for imports with dmd-2.071

v0.1.3

13 Apr 19:57
Compare
Choose a tag to compare

Fix assertion failure due to packet buffer filling up

v0.1.2

09 Mar 21:45
Compare
Choose a tag to compare

Just minor fixes to build against latest dmd

v0.1.1

29 Sep 13:41
Compare
Choose a tag to compare

Just some fixes and prepqarations for higher QoS levels support

Version 0.1.0

25 Jul 14:49
Compare
Choose a tag to compare
v0.1.0

license in dub.json