Skip to content

Releases: pubnub/javascript

v11.0.0

20 Apr 12:32
1d2ee43

Choose a tag to compare

April 20 2026

Added

  • BREAKING CHANGES: Subscription now uses the event engine workflow by default and automatically restores subscriptions after reconnect.

Modified

  • Drop maximumRetry validation caps for linear/exponential policies.

v10.2.9

16 Mar 10:11
8da3dca

Choose a tag to compare

March 16 2026

Fixed

  • Added missing property listenToBrowserNetworkEvents to type definition file.

v10.2.8

10 Mar 14:15
6d5d12c

Choose a tag to compare

March 10 2026

Fixed

  • Updated push notification payload builder utility method to generate fcm payload as per updated specification.

v10.2.7

12 Feb 11:51
2d58c9a

Choose a tag to compare

February 12 2026

Modified

  • PubNubFile to support ReadableFile type for React Native target platform.

v10.2.6

13 Jan 09:58
32cc0bd

Choose a tag to compare

January 13 2026

Modified

  • Prevent retry when response is having http status code 404.

v10.2.5

16 Dec 11:05
e8362c3

Choose a tag to compare

December 16 2025

Modified

  • Use fast-text-encoding for react native instead of outdated fast-encoding polyfill.

v10.2.4

04 Dec 10:41
9032b02

Choose a tag to compare

December 04 2025

Modified

  • Prevent resubscribe to previously subscribed entities.

v10.2.3

20 Nov 12:42
762e185

Choose a tag to compare

November 20 2025

Modified

  • Enforce use of the fetch function from the context, which is not affected by APM monkey patching.

v10.2.2

19 Nov 05:57
01154b4

Choose a tag to compare

November 19 2025

Modified

  • Replace gcm with fcm for push notification gateway type.

v10.2.1

10 Nov 03:38
d8b92af

Choose a tag to compare

November 10 2025

Modified

  • Expose File on pubnub instance to manually create supported File construct.