Skip to content

Releases: pubnub/javascript

v8.2.8

30 Sep 23:34
0beda2c
Compare
Choose a tag to compare

September 30 2024

Fixed

  • Fix issue because of which leave request modified wrong URL path component with actual channels.
  • Fix issue because of which removed channels / groups didn't cancel previous subscribe request to re-subscribe with new set of channels / groups.
  • Fix issue because of which suitable active PubNub clients subscription not has been used for aggregation and caused additional connections or wrong set of channels / groups.

Modified

  • Pre-process entries from subscribe response to filter out updates which has been received for channels and groups which are not part of subscription loop (subscription aggregation in shared worker).
  • Point to the built-in types definition file when package used with npm / yarn.

v8.2.7

01 Aug 08:39
ba45db4
Compare
Choose a tag to compare

August 01 2024

Fixed

  • Fix issue because of which timeout enforced by browser triggered wrong error status category. Fixed the following issues reported by @WalrusSoup: #396.

v8.2.6

23 Jul 13:13
44f9d6c
Compare
Choose a tag to compare

July 23 2024

Fixed

  • Resolves the issue of manually included presence channels not being unsubscribed from the subscription set. Fixed the following issues reported by @roman-rr: #390.

v8.2.5

18 Jul 13:03
e8b2256
Compare
Choose a tag to compare

July 18 2024

Modified

  • Fix PubNub client configuration and listener documentation.

v8.2.4

17 Jun 14:01
5dc7ec7
Compare
Choose a tag to compare

June 17 2024

Fixed

  • Subscription/SubscriptionSet's subscribe() method accepts timetoken parameter. Instead as in subscriptionOption.

v8.2.3

06 Jun 15:51
e486432
Compare
Choose a tag to compare

June 06 2024

Fixed

  • Fix issue because of which single string sort option wasn't serialized properly.

v8.2.2

05 Jun 09:56
78744e1
Compare
Choose a tag to compare

June 05 2024

Fixed

  • Fix issue because of which heartbeatInterval wasn't computed if presenceTimeout provided during PubNub client configuration.

v8.2.1

22 May 19:06
fe9f173
Compare
Choose a tag to compare

May 22 2024

Fixed

  • Fix revoke token method signature where mistakenly expected object with token field.

v8.2.0

21 May 07:42
25b4c94
Compare
Choose a tag to compare

May 21 2024

Added

  • Add environment flags processing to opt-out feature modules from built bundles.

Fixed

  • Add application/json content type for Grant Token, Add Message Action and Generate File Upload URL endpoints. Fixed the following issues reported by @SpaseESG: #373.

v8.1.0

16 May 10:59
5607747
Compare
Choose a tag to compare

May 16 2024

Added

  • Use SharedWorker instead of Service Worker for better PubNub client instances feedback.
  • Add configuration option to enable debug log output from the subscription SharedWorker.

Modified

  • Create types declaration files.