Skip to content

Releases: thingsboard/pubsubclient

PubSubClient (ThingsBoard)

Choose a tag to compare

@imbeacon imbeacon released this 05 Mar 04:54

Patch release, contains fix for typo.

Full Changelog: v2.12.0...v2.12.1

PubSubClient (ThingsBoard)

Choose a tag to compare

@imbeacon imbeacon released this 04 Mar 12:14
8cbb22d

What's Changed

  • Add method to reset client to null by @Bascy in #17
  • Allow a few methods to be overridden by subclasses by @esev in #16

New Contributors

  • @Bascy made their first contribution in #17
  • @esev made their first contribution in #16

Full Changelog: v2.11.0...v2.12.0

PubSubClient (ThingsBoard)

Choose a tag to compare

@imbeacon imbeacon released this 10 Dec 08:21

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)

Choose a tag to compare

@imbeacon imbeacon released this 15 Oct 06:39
4039196

What's Changed

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

PubSubClient (ThingsBoard)

Choose a tag to compare

@imbeacon imbeacon released this 07 Jun 08:24
7b9768a

What's Changed

New Contributors

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

PubSubClient (ThingsBoard)

Choose a tag to compare

@imbeacon imbeacon released this 24 Nov 06:19
1bec7ad

What's Changed

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

PubSubClient (ThingsBoard)

Choose a tag to compare

@imbeacon imbeacon released this 28 Jun 09:36
0bcddc9

What's Changed

New Contributors

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

PubSubClient (ThingsBoard)

Choose a tag to compare

@imbeacon imbeacon released this 27 Feb 11:05
a4d4245

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