Skip to content

Releases: moscajs/aedes

v0.12.0

31 Dec 09:19
Compare
Choose a tag to compare
  • Correctly deliver retained messages over a QoS 1/2 subscription #20.

v0.11.1

16 Dec 22:35
Compare
Choose a tag to compare
  • Do not forward or store $SYS topics for # subscription with QoS 1 or 2 #17
  • Added istanbul and coveralls to track code coverage

v0.11.0

30 Nov 19:51
Compare
Choose a tag to compare

v0.10.3

16 Nov 08:29
Compare
Choose a tag to compare
  • Correctly emit the client in 'publish' events, reported as #7.

v0.10.2

05 Nov 13:42
Compare
Choose a tag to compare
  • Performance optimization of QoS 1 & 2 (2x improvement).
  • Fixed QoS problem on high load scenario that could lead to client disconnections.

v0.10.0

25 Oct 11:05
Compare
Choose a tag to compare
  • Increased performance x5 with the use of mqtt-packet 4.0.0.
  • Added events to track what client has been doing.

v0.9.0

05 Oct 08:19
Compare
Choose a tag to compare
  • Support Client#publish and Client#subscribe.

v0.8.0

28 Sep 16:43
Compare
Choose a tag to compare
  • Count the number of offline clients and subscriptions
  • Server heartbeat refactoring and optimizations

v0.7.0

28 Jul 18:36
Compare
Choose a tag to compare
  • Disconnect any client with a previous clientId

v0.6.0

25 Jul 14:07
Compare
Choose a tag to compare
  • Added support for Aedes#authorizePublish and Aedes#authorizeSubscribe.