File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2.0
2
+ * Add (and default to) MQTT 3.1.1 support
3
+ * Fix PROGMEM handling for Intel Galileo/ESP8266
4
+ * Add overloaded constructors for convenience
5
+ * Add chainable setters for server/callback/client/stream
6
+ * Add state function to return connack return code
7
+
1
8
1.9
2
9
* Do not split MQTT packets over multiple calls to _client->write()
3
10
* API change: All constructors now require an instance of Client
4
- to be passed in.
11
+ to be passed in.
5
12
* Fixed example to match 1.8 api changes - dpslwk
6
13
* Added username/password support - WilHall
7
14
* Added publish_P - publishes messages from PROGMEM - jobytaffey
10
17
* KeepAlive interval is configurable in PubSubClient.h
11
18
* Maximum packet size is configurable in PubSubClient.h
12
19
* API change: Return boolean rather than int from various functions
13
- * API change: Length parameter in message callback changed
20
+ * API change: Length parameter in message callback changed
14
21
from int to unsigned int
15
22
* Various internal tidy-ups around types
16
23
1.7
44
51
* The maximum message size, including header, is 128 bytes
45
52
* The keepalive interval is set to 30 seconds
46
53
* No support for Will messages
47
-
You can’t perform that action at this time.
0 commit comments