Releases: pubnub/javascript
Releases · pubnub/javascript
v8.2.6
v8.2.5
July 18 2024
Modified
- Fix PubNub client configuration and listener documentation.
v8.2.4
June 17 2024
Fixed
- Subscription/SubscriptionSet's
subscribe()method acceptstimetokenparameter. Instead as in subscriptionOption.
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
heartbeatIntervalwasn't computed ifpresenceTimeoutprovided during PubNub client configuration.
v8.2.1
May 22 2024
Fixed
- Fix revoke token method signature where mistakenly expected object with
tokenfield.
v8.2.0
v8.1.0
May 16 2024
Added
- Use
SharedWorkerinstead ofService Workerfor 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
superagentmodule with theFetch APIfor browser integrations and node-fetch fornpmintegrations, 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.