Skip to content

Releases: pubnub/javascript

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.

v4.29.11

11 Jan 07:38
Compare
Choose a tag to compare

January 11 2021

Full Changelog

  • ⭐️️ Set default increased limit for message count of History v3 api single call.

v4.29.10

30 Nov 13:58
Compare
Choose a tag to compare

November 30 2020

Full Changelog

  • 🐛 Fixes issue of missing more field in fetch messages response.

v4.29.9

05 Oct 13:57
Compare
Choose a tag to compare

October 5 2020

Full Changelog

  • 🌟️ Adds timetoken of file publish in the sendFile response.
  • 🐛 Fixes getFileUrl so that it includes auth and signature query params.
  • 🐛 Fixes downloadFile method to generate correct signature.

v4.29.8

22 Sep 22:43
Compare
Choose a tag to compare

September 21 2020

Full Changelog

  • 🐛 Fixes compatibility with @sentry/react-native library.

v4.29.7

14 Sep 15:50
Compare
Choose a tag to compare

September 14 2020

Full Changelog

  • 🌟️ Added support for managing permissions of objects v2 while applying PAM v2.
  • 🐛 Fix uncaught promise exception in subscription manager caused by error in user code inside of subscription handlers. Error will be handled and returned to status handler with PNUnknownCategory category where errorData can be examined.

v4.29.6

08 Sep 17:47
Compare
Choose a tag to compare

September 8 2020

Full Changelog

  • 🌟️ Add file download to Blob in React Native.

v4.29.5

01 Sep 19:04
Compare
Choose a tag to compare

September 1 2020

Full Changelog

  • 🌟️ Add support for file upload via file URI in React Native.
  • 🐛 Fix file download to ArrayBuffer in React Native.

v4.29.4

14 Aug 17:44
Compare
Choose a tag to compare

August 14 2020

Full Changelog

  • 🐛 Fixes an artifact where ract-native entrypoint didnt use ssl.

v4.29.3

14 Aug 13:13
Compare
Choose a tag to compare

August 14 2020

Full Changelog

  • 🐛 Fixes an issue with react-native entrypoint where interfaces to File and Crypto are not included in the build.
  • 🐛 Fixes the ability to sendByPost in publish.
  • 🐛 Fixes an issue where getFileUrl returned and URI without a protocol.
  • 🐛 Fixes an issue where storeInHistory false would not include the param.
  • 🐛 Removes mime types dependency since that will be handled by the server.
  • 🐛 Adds userMetadata to file event listener.