Skip to content

Releases: pubnub/javascript

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.

v4.29.2

05 Aug 07:47
Compare
Choose a tag to compare

August 5 2020

Full Changelog

  • 🐛 Move @babel/runtime to runtime dependency.

v4.29.1

05 Aug 03:30
Compare
Choose a tag to compare

August 4 2020

Full Changelog

  • 🐛 Release 4.291.

v4.29.0

04 Aug 20:32
Compare
Choose a tag to compare

August 4 2020

Full Changelog

  • 🌟️ Allows to upload files to channels, download them with optional encryption support.
  • 🌟️ Allows to enable random IVs when encrypting messages.
  • 🐛 Fixes a bug with PAM and Objects v2.

v4.28.4

15 Jul 18:03
Compare
Choose a tag to compare

July 15 2020

Full Changelog

  • 🐛 Fixes issue of high cpu usage when heartbeat interval is not set.

v4.28.3

15 Jul 16:53
Compare
Choose a tag to compare

July 15 2020

Full Changelog

  • 🐛 * getAllChannelMetadata no longer includes customFields by default, * removeChannelMetadata no longer hits wrong endpoint, * getMemberships and getChannelMembers now includes customFields by default, * getAllUUIDMetadata now includes totalCount by default, * getAllUUIDMetadata no longer includes limit by default, * all membership and channel members methods now accept a callback, * all objects v2 methods are properly typed now to include an optional callback, * getMemberships and getChannelMembers now include totalCount, prev, and next in the response.