Skip to content

Releases: tchaloupka/vibe-mqtt

v1.1.0

11 Oct 15:24
d1a1867
Compare
Choose a tag to compare
  • Updated vibe-d dependency version

v1.0.0

13 Jun 09:03
Compare
Choose a tag to compare
  • fixes obsolete usage of body in contracts
  • fix compatibility with the latest vibe-d changes
  • fixes warnings with newer dlang compilers
  • more deterministic way of message clean-up from the session cache

v1.0.0-alpha.3

27 Apr 09:37
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release
  • fix compatibility with the latest vibe-d changes

v1.0.0-alpha.2

19 Sep 07:27
e568cd3
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • fixes obsolete usage of body in contracts

v0.3.2

19 Sep 07:26
Compare
Choose a tag to compare
  • fixes obsolete usage of body in contracts

v1.0.0-alpha.1

12 Jan 16:49
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Breaking changes:

  • reconnect parameter in settings is changed to more usable Duration, this change is needed to keep the original behavior:
-	settings.reconnect = 1;
+	settings.reconnect = 1.seconds;

v0.3.1

07 Aug 12:48
Compare
Choose a tag to compare
  • Make vibe-d version dependency more generic
  • Fix still being processed messages when disconnected (could cause problems during reconnects too)

v0.3.0

01 Jul 16:56
Compare
Choose a tag to compare
  • Droped support for old vibe-d:core
  • Fix disconnect deadlock when no ConAck is received from server
  • Fix possible contract assert when starting listener/dispatcher tasks
  • Support for TLS ALPN extensions by @kubo39

v0.2.1

09 Sep 12:26
Compare
Choose a tag to compare
update travis ci

v0.2.0

28 Mar 15:01
Compare
Choose a tag to compare

See changelog for changes