Skip to content

Releases: pubnub/javascript

v8.2.3

06 Jun 15:51
e486432
Compare
Choose a tag to compare

June 06 2024

Fixed

  • Fix issue because of which single string sort option wasn't serialized properly.

v8.2.2

05 Jun 09:56
78744e1
Compare
Choose a tag to compare

June 05 2024

Fixed

  • Fix issue because of which heartbeatInterval wasn't computed if presenceTimeout provided during PubNub client configuration.

v8.2.1

22 May 19:06
fe9f173
Compare
Choose a tag to compare

May 22 2024

Fixed

  • Fix revoke token method signature where mistakenly expected object with token field.

v8.2.0

21 May 07:42
25b4c94
Compare
Choose a tag to compare

May 21 2024

Added

  • Add environment flags processing to opt-out feature modules from built bundles.

Fixed

  • Add application/json content type for Grant Token, Add Message Action and Generate File Upload URL endpoints. Fixed the following issues reported by @SpaseESG: #373.

v8.1.0

16 May 10:59
5607747
Compare
Choose a tag to compare

May 16 2024

Added

  • Use SharedWorker instead of Service Worker for better PubNub client instances feedback.
  • Add configuration option to enable debug log output from the subscription SharedWorker.

Modified

  • Create types declaration files.

v8.0.1

23 Apr 10:36
3fff075
Compare
Choose a tag to compare

April 23 2024

Modified

  • Provider configuration option to set service worker from the URL (because of browser restrictions for worker files to be registered from the same domain).

v8.0.0

22 Apr 19:22
410930f
Compare
Choose a tag to compare

April 22 2024

Added

  • Upgraded the network layer, replacing the superagent module with the Fetch API for browser integrations and node-fetch for npm integrations, ensuring enhanced performance and reliability.
  • Added service worker .
  • Enhanced the subscribe feature with service worker support, improving user experience across multiple browser windows and tabs. The client interface rewritten with TypeScript, which gives an up-to-date interface.

v7.6.3

18 Apr 08:36
b29cc36
Compare
Choose a tag to compare

April 18 2024

Fixed

  • Fixes issue of add or remove listener of subscription to/from subscriptionSet.

v7.6.2

28 Mar 13:31
8d9d8c2
Compare
Choose a tag to compare

March 28 2024

Added

  • Added support for pagination params for listChannels api of push notification devices.

v7.6.1

26 Feb 07:53
a551a84
Compare
Choose a tag to compare

February 26 2024

Fixed

  • Fixes issue of App context event handling for channel and membership.