Skip to content

Releases: pubnub/javascript

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.

v4.28.2

29 Jun 15:38
Compare
Choose a tag to compare

June 29 2020

Full Changelog

  • 🐛 Fixes a bug in removeChannelMembers and removeMemberships.

v4.28.1

18 Jun 21:03
Compare
Choose a tag to compare

June 19 2020

Full Changelog

  • 🐛 Ensure proper bytes padding in ArrayBuffer prepared for cbor-js library.

v4.28.0

03 Jun 20:53
Compare
Choose a tag to compare

June 3 2020

Full Changelog

  • 🌟️ Added Objects v2 API and deprecated Objects v1 API.

v4.27.6

24 Apr 20:04
Compare
Choose a tag to compare

April 24 2020

Full Changelog

  • 🌟️ Added support for delete permission in the grant method of accesses manager.
  • ⭐️️ Added missing feature entries. Removed incorrect feature entries.

v4.27.5

21 Apr 11:12
Compare
Choose a tag to compare

April 21 2020

Full Changelog

  • 🐛 Update READMEmd CDN links during deployment.
  • 🐛 Fix pre-compiled scripts update.