File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ in JavaScript to be used in node.js.
7
7
8
8
## Important notes for existing users
9
9
10
- * v0.3.0 improves connection stability, performance and the reconnection
11
- logic. See [ #118 ] ( https://github.com/adamvr/MQTT.js/pull/118 ) for
12
- details. Also, an Connection is a Writable stream, so you can run
13
- MQTT.js over any kind of Stream (doc needed).
10
+ * v0.3.0 improves connection stability, performance, the reconnection
11
+ logic and SSL support. See [ #118 ] ( https://github.com/adamvr/MQTT.js/pull/118 ) for
12
+ details. A Connection is a Writable stream, so you can run
13
+ MQTT.js over any kind of Stream (doc needed). Both the constructors of
14
+ MqttClient and MqttConnection changed, but not the factory method
15
+ ` mqtt.createClient ` and ` mqtt.createConnection ` .
14
16
15
17
* v0.2.0 has brough some API breaking changes to mqtt.js.
16
18
Please consult the [ migration guide] ( http://github.com/adamvr/MQTT.js/wiki/migration ) for information
You can’t perform that action at this time.
0 commit comments