Releases: thingsboard/pubsubclient
Releases · thingsboard/pubsubclient
PubSubClient (ThingsBoard)
What's Changed
- fix: connect() method - use correct buffer to write password into by @hb9xar in #11
- Use Send buffer to send user credentials in connect function by @jpeterse in #12
- Fix keepalive handling (various issues in original issue tracker) by @uschindler in #14
- Create individual buffer sizes for sending and receiving buffers by @jpeterse in #13
- Update README.md to document breaking changes to setBufferSize() by @jpeterse in #15
New Contributors
- @hb9xar made their first contribution in #11
- @jpeterse made their first contribution in #12
- @uschindler made their first contribution in #14
Full Changelog: v2.10.0...v2.11.0
PubSubClient (ThingsBoard)
What's Changed
- fix compiler warning by @hmueller01 in #4
- Implement 2 buffers for receiving and sending by @MathewHDYT in #10
Full Changelog: v2.9.4...v2.10.0
PubSubClient (ThingsBoard)
What's Changed
- Update library properties by @damdo in #6
- fix progmem access crash by @hmueller01 in #5
- fix: keepalive behviour when set to 0 by @damdo in #7
- Integrate fixes for thingsboard/thingsboard-client-sdk#202 by @MathewHDYT in #9
New Contributors
- @damdo made their first contribution in #6
- @hmueller01 made their first contribution in #5
Full Changelog: v2.9.3...v2.9.4
PubSubClient (ThingsBoard)
What's Changed
- Fix conflicts with original library by @MathewHDYT in #3
Full Changelog: v2.9.2...v2.9.3
PubSubClient (ThingsBoard)
What's Changed
- Increase internal buffer size by @MathewHDYT in #2
New Contributors
- @MathewHDYT made their first contribution in #2
Full Changelog: v2.9.1...v2.9.2
PubSubClient (ThingsBoard)
Added std::function support for non ESP boards.
Renamed files and classes to TBPubSubClient.