File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.7
2+ * Fix remaining-length handling to prevent buffer overrun
3+ * Add large-payload API - beginPublish/write/publish/endPublish
4+ * Add yield call to improve reliability on ESP
5+ * Add Clean Session flag to connect options
6+ * Add ESP32 support for functional callback signature
7+ * Various other fixes
8+
192.4
210 * Add MQTT_SOCKET_TIMEOUT to prevent it blocking indefinitely
311 whilst waiting for inbound data
412 * Fixed return code when publishing >256 bytes
5-
13+
6142.3
715 * Add publish(topic,payload,retained) function
816
Original file line number Diff line number Diff line change 66 "type" : " git" ,
77 "url" : " https://github.com/knolleary/pubsubclient.git"
88 },
9- "version" : " 2.6 " ,
9+ "version" : " 2.7 " ,
1010 "exclude" : " tests" ,
1111 "examples" : " examples/*/*.ino" ,
1212 "frameworks" : " arduino" ,
Original file line number Diff line number Diff line change 11name =PubSubClient
2- version =2.6
2+ version =2.7
33author =Nick O' Leary <nick.oleary@gmail.com>
44maintainer=Nick O' Leary <nick.oleary@gmail.com>
55sentence =A client library for MQTT messaging.
You can’t perform that action at this time.
0 commit comments