Skip to content

Releases: pubnub/javascript

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.

v4.31.0

22 Apr 14:20
Compare
Choose a tag to compare

April 22 2021

Full Changelog

  • ⭐️️ BREAKING CHANGE - Set true for useRandomIVs by default.
  • 🐛 Fix channel and uuid which is used with: files API, Objects and presence.

v4.30.1

30 Mar 21:01
Compare
Choose a tag to compare

March 30 2021

Full Changelog

  • 🐛 Revert v4.300.

v4.30.0

30 Mar 17:37
Compare
Choose a tag to compare

March 30 2021

Full Changelog

  • 🌟️ Add random initialization vector.
  • 🌟️ Add custom origin domain sharding handling.