Skip to content

Commit 9459df9

Browse files
committed
Update changes file
1 parent f6521a2 commit 9459df9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

PubSubClient/CHANGES.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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+
18
1.9
29
* Do not split MQTT packets over multiple calls to _client->write()
310
* API change: All constructors now require an instance of Client
4-
to be passed in.
11+
to be passed in.
512
* Fixed example to match 1.8 api changes - dpslwk
613
* Added username/password support - WilHall
714
* Added publish_P - publishes messages from PROGMEM - jobytaffey
@@ -10,7 +17,7 @@
1017
* KeepAlive interval is configurable in PubSubClient.h
1118
* Maximum packet size is configurable in PubSubClient.h
1219
* 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
1421
from int to unsigned int
1522
* Various internal tidy-ups around types
1623
1.7
@@ -44,4 +51,3 @@
4451
* The maximum message size, including header, is 128 bytes
4552
* The keepalive interval is set to 30 seconds
4653
* No support for Will messages
47-

0 commit comments

Comments
 (0)