Skip to content

Releases: pubnub/javascript

v4.37.0

16 Dec 18:42
5a5acfc
Compare
Choose a tag to compare

December 16 2021

Added

  • Add revoke token feature.

v4.36.0

09 Dec 20:33
dce2a24
Compare
Choose a tag to compare

December 09 2021

Fixed

  • Remove isomorphic-webcrypto polyfill for web Add buffer polyfill to react native. Fixed the following issues reported by @JakeOrel: #233.

v4.35.0

06 Dec 12:40
5945f98
Compare
Choose a tag to compare

December 06 2021

Added

  • Allows to specify multiple origins in the config, which enables domain sharding for custom origins.

v4.34.2

01 Dec 16:18
d4180ec
Compare
Choose a tag to compare

December 01 2021

Fixed

  • Fix listener callback is invoked multiple times. Fixed the following issues reported by @puopg: #230.

v4.34.1

22 Nov 06:40
de79db0
Compare
Choose a tag to compare

November 22 2021

Fixed

  • Update .npmignore and excluded resources from from NPM package. Fixed the following issues reported by @ElridgeDMello: #228.

v4.34.0

19 Nov 07:44
b642c12
Compare
Choose a tag to compare

November 19 2021

Added

  • Upgrade superagent.

v4.33.1

18 Oct 12:33
Compare
Choose a tag to compare

October 18 2021

Full Changelog

  • 🐛 Fixes issue of performing file publish message retry according to fileUploadPublishRetryLimit setting of PubNub instance.

v4.33.0

31 Aug 04:26
Compare
Choose a tag to compare

August 31 2021

Full Changelog

  • 🌟️ Added support for Objects v2 in PAM v3 api.
  • 🐛 Fixes issue related to file decryption when cipherkey is provided in method.

v4.32.1

26 May 17:45
Compare
Choose a tag to compare

May 26 2021

Full Changelog

  • 🐛 Fixes issue of signature does not match error with getAllUUIDMetadata call.
  • 🐛 Error handling with global hereNow call to provide detailed error message when feature not enabled.

v4.32.0

28 Apr 22:00
Compare
Choose a tag to compare

April 28 2021

Full Changelog

  • 🌟️ Add grantToken support for channel and group resources.