Skip to content

Releases: pubnub/arduino

Version 2.0.2 - bugix release

07 Dec 23:04
Compare
Choose a tag to compare

Fix compilation issues for some examples

Fixed a compilation issue

05 Nov 19:16
Compare
Choose a tag to compare

Added #include <string.h>, because we use some of its functions.

Improved usability

30 Oct 14:39
Compare
Choose a tag to compare

The user doesn't need to change the library source itself to use some network/interface any more. She used to need to change Pubnub.h. But, in version 2.0.0, she just needs to #include the header for the network and #define Pubnub_BASE_CLIENT to the class to use, before #include <PubNub.h>

Fix example for AdaFruit Feather M0 WINC1500

30 Oct 14:20
Compare
Choose a tag to compare

Fix example for AdaFruit Feather M0 WINC1500 - it had bad JSON format for the message it publishes

Changes for Arduino Library Manager

30 Oct 13:45
Compare
Choose a tag to compare

It seems that Arduino Library Manager doesn't like the v prefix in name of the version, while Github likes it. Hopefully, it will now pick-up new releases of the Pubnub Arduino Library.

Fix timetoken issues on unstable (i.e. WiFi) networks

10 Oct 12:35
Compare
Choose a tag to compare

On WiFi and other unstable networks, timetoken reception could fail, thus subscribe would not work correctly (would not receive messages).

Arduino library specification support

04 Oct 20:02
Compare
Choose a tag to compare

Cleaned up WiFi101 shield and compatibles support.

Added library.properties to enable smoother integration to Arduino IDE.

Support `auth` parameter for PAM

14 Jul 19:14
Compare
Choose a tag to compare

Pubnub Arduino library now supports the auth parameter for PAM.