Releases: pubnub/javascript
Releases · pubnub/javascript
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.
v7.6.0
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
January 16 2024
Added
- Added
enableEventEngine
,maintainPresenceState
flags andretryConfiguration
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.
v7.4.5
November 28 2023
Fixed
- Handle unencrypted messages in subscribe with cryptoModule configured.
- Fixe for missing parameters to request or filter optional fields for App Context memberships api.