Update for 2.7
This commit is contained in:
parent
a29d0c3d72
commit
26ce89fa47
10
CHANGES.txt
10
CHANGES.txt
@ -1,8 +1,16 @@
|
|||||||
|
2.7
|
||||||
|
* Fix remaining-length handling to prevent buffer overrun
|
||||||
|
* Add large-payload API - beginPublish/write/publish/endPublish
|
||||||
|
* Add yield call to improve reliability on ESP
|
||||||
|
* Add Clean Session flag to connect options
|
||||||
|
* Add ESP32 support for functional callback signature
|
||||||
|
* Various other fixes
|
||||||
|
|
||||||
2.4
|
2.4
|
||||||
* Add MQTT_SOCKET_TIMEOUT to prevent it blocking indefinitely
|
* Add MQTT_SOCKET_TIMEOUT to prevent it blocking indefinitely
|
||||||
whilst waiting for inbound data
|
whilst waiting for inbound data
|
||||||
* Fixed return code when publishing >256 bytes
|
* Fixed return code when publishing >256 bytes
|
||||||
|
|
||||||
2.3
|
2.3
|
||||||
* Add publish(topic,payload,retained) function
|
* Add publish(topic,payload,retained) function
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/knolleary/pubsubclient.git"
|
"url": "https://github.com/knolleary/pubsubclient.git"
|
||||||
},
|
},
|
||||||
"version": "2.6",
|
"version": "2.7",
|
||||||
"exclude": "tests",
|
"exclude": "tests",
|
||||||
"examples": "examples/*/*.ino",
|
"examples": "examples/*/*.ino",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=PubSubClient
|
name=PubSubClient
|
||||||
version=2.6
|
version=2.7
|
||||||
author=Nick O'Leary <nick.oleary@gmail.com>
|
author=Nick O'Leary <nick.oleary@gmail.com>
|
||||||
maintainer=Nick O'Leary <nick.oleary@gmail.com>
|
maintainer=Nick O'Leary <nick.oleary@gmail.com>
|
||||||
sentence=A client library for MQTT messaging.
|
sentence=A client library for MQTT messaging.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user