Skip to content

Releases: pubnub/javascript

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.

v7.6.0

21 Feb 09:51
a73bc58
Compare
Choose a tag to compare

February 21 2024

Added

  • Adding channel, channelGroup, channelMetadata and userMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription API.

v7.5.0

16 Jan 06:32
f0bd4e5
Compare
Choose a tag to compare

January 16 2024

Added

  • Added enableEventEngine, maintainPresenceState flags and retryConfiguration for retry policy configuration.

Fixed

  • Fixes issue of allowing duplicate listener registration.
  • Fixes file name conflict in lib directory. Fixed the following issues reported by @priyanshu102002: #355.