We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b64ca commit e1dc735Copy full SHA for e1dc735
CHANGES.md
@@ -1,4 +1,17 @@
1
2
+# msgflo-nodejs 0.9.0, 04.02.2017
3
+
4
+* Transport: Add new interface for subscribing to data changes on a binding.
5
+See MessageBroker `subscribeData()` and `unsubscribeData()`.
6
+* MQTT: Support `subscribeData()`
7
+* MQTT: Fix falsy messages not being forwarded
8
+* MQTT: Fix addBinding() not working if a removeBinding() had been done before
9
+* No support for subscribeData on AMQP yet
10
11
+# msgflo-nodejs 0.8.2, 01.02.2017
12
13
+* MsgFlo discovery message now sent periodically. Defaults to couple of times per minute.
14
15
# msgflo-nodejs 0.7.2, 09.10.2016
16
17
* MQTT: Fix compatibility with newer versions of library (> 1.4.x)
0 commit comments