Releases: pubnub/javascript
Releases · pubnub/javascript
v10.2.9
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.
v10.2.3
November 20 2025
Modified
- Enforce use of the
fetchfunction from the context, which is not affected by APM monkey patching.
v10.2.2
November 19 2025
Modified
- Replace
gcmwithfcmfor push notification gateway type.
v10.2.1
November 10 2025
Modified
- Expose
Fileon pubnub instance to manually create supported File construct.
v10.2.0
November 02 2025
Added
- Add a zero-based
offsetindex parameter to be used together withlimitforhere nowpagination.