Releases: pubnub/javascript
Releases · pubnub/javascript
v8.2.3
June 06 2024
Fixed
- Fix issue because of which single string sort option wasn't serialized properly.
v8.2.2
June 05 2024
Fixed
- Fix issue because of which
heartbeatInterval
wasn't computed ifpresenceTimeout
provided during PubNub client configuration.
v8.2.1
May 22 2024
Fixed
- Fix revoke token method signature where mistakenly expected object with
token
field.
v8.2.0
v8.1.0
May 16 2024
Added
- Use
SharedWorker
instead ofService 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
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
April 22 2024
Added
- Upgraded the network layer, replacing the
superagent
module with theFetch API
for browser integrations and node-fetch fornpm
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
April 18 2024
Fixed
- Fixes issue of add or remove listener of subscription to/from subscriptionSet.
v7.6.2
March 28 2024
Added
- Added support for pagination params for listChannels api of push notification devices.
v7.6.1
February 26 2024
Fixed
- Fixes issue of App context event handling for channel and membership.