Skip to content

Releases: moscajs/aedes

v0.15.1

25 Apr 16:12
Compare
Choose a tag to compare

v0.15.0

13 Apr 17:30
Compare
Choose a tag to compare

v0.14.0

18 Mar 08:53
Compare
Choose a tag to compare

v0.13.1

26 Feb 08:23
Compare
Choose a tag to compare
  • README tweaks.

v0.13.0

26 Feb 08:22
Compare
Choose a tag to compare
  • Support for authenticate, authorizePublish, authorizeSubscribe and published in the constructor #36 by @pkinney
  • Fix passing the client into published in QoS 2 packets #35 by @pkinney.

0.12.6

24 Feb 13:27
Compare
Choose a tag to compare
  • Right count of connected clients if a client disconnected before completing the connect phase #32 by @dpatekar.
  • Downgrade of QoS 0 packets for QoS 1/2 subscriptions by @dpatekar.

v0.12.5

14 Feb 11:57
Compare
Choose a tag to compare
  • Do not crash on a UNSUBSCRIBE without a subscription #30 by @dpatekar

v0.12.4

11 Jan 21:43
Compare
Choose a tag to compare
  • Remove offline subscriptions during an UNSUBSCRIBE.
  • Do not double subscribe, but rather update the subscription to the new QOS (if different).

v0.12.3

05 Jan 09:00
Compare
Choose a tag to compare
  • Authenticated user gets kicked when trying to connect with the same account with wrong credentials (reported as #6)

v0.12.2

05 Jan 08:51
Compare
Choose a tag to compare
  • Stop ingesting packets after the client has errored #21 #22