Releases: pubnub/javascript
Releases · pubnub/javascript
v12.0.0
June 22 2026
Added
- BREAKING CHANGES: Added HTTP/2 support for Node, upgrade minimum node version requirements to v22.
Fixed
- React native specific dependencies is made as peer-dependency for package dependency installation. Fixed the following issues reported by @tmcpartlin: #383.
v11.0.2
June 11 2026
Fixed
- Fix exponential retry policy delay calculation to respected minimum delay configured value.
v11.0.1
May 13 2026
Modified
- Bumped version of basic-ftp through override deps for proxy agent to use safe transitive dependency.
v11.0.0
April 20 2026
Added
- BREAKING CHANGES: Subscription now uses the event engine workflow by default and automatically restores subscriptions after reconnect.
Modified
- Drop
maximumRetryvalidation caps for linear/exponential policies.
v10.2.9
March 16 2026
Fixed
- Added missing property
listenToBrowserNetworkEventsto type definition file.
v10.2.8
March 10 2026
Fixed
- Updated push notification payload builder utility method to generate fcm payload as per updated specification.
v10.2.7
February 12 2026
Modified
- PubNubFile to support
ReadableFiletype for React Native target platform.
v10.2.6
January 13 2026
Modified
- Prevent retry when response is having http status code 404.
v10.2.5
December 16 2025
Modified
- Use
fast-text-encodingfor react native instead of outdatedfast-encodingpolyfill.
v10.2.4
December 04 2025
Modified
- Prevent resubscribe to previously subscribed entities.