Skip to content

Releases: thingsboard/pubsubclient

PubSubClient (ThingsBoard)

10 Dec 08:21
Compare
Choose a tag to compare

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

Full Changelog: v2.10.0...v2.11.0

PubSubClient (ThingsBoard)

15 Oct 06:39
4039196
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.4...v2.10.0

PubSubClient (ThingsBoard)

07 Jun 08:24
7b9768a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.3...v2.9.4

PubSubClient (ThingsBoard)

24 Nov 06:19
1bec7ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.2...v2.9.3

PubSubClient (ThingsBoard)

28 Jun 09:36
0bcddc9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.1...v2.9.2

PubSubClient (ThingsBoard)

27 Feb 11:05
a4d4245
Compare
Choose a tag to compare

Added std::function support for non ESP boards.
Renamed files and classes to TBPubSubClient.