File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
- - ' 0.12'
5
4
- ' 4'
6
- - ' 5'
7
5
- ' 6'
8
6
env :
9
7
global :
Original file line number Diff line number Diff line change @@ -32,10 +32,12 @@ Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.
32
32
<a name =" notes " ></a >
33
33
## Important notes for existing users
34
34
35
- v2.0.0 removes support for node v0.8 and v0.10 , and it is 3x faster in sending
35
+ v2.0.0 removes support for node v0.8, v0.10 and v0.12 , and it is 3x faster in sending
36
36
packets. It also removes all the deprecated functionality in v1.0.0,
37
37
mainly ` mqtt.createConnection ` and ` mqtt.Server ` . From v2.0.0,
38
38
subscriptions are restored upon reconnection if ` clean: true ` .
39
+ v1.x.x is now in * LTS* , and it will keep being supported as long as
40
+ there are v0.8, v0.10 and v0.12 users.
39
41
40
42
v1.0.0 improves the overall architecture of the project, which is now
41
43
split into three components: MQTT.js keeps the Client,
You can’t perform that action at this time.
0 commit comments