Changelog
v9.1.0
March 13 2025
SubscriptionSet
will re-add listener every time when Subscription
or SubscriptionSet
added to it - this will let receive updates from newly added subscribe capable objects.fetch
taken from iframe
(to protect against monkey-patching by APM packages) was't handled as Error.Changelog
v9.0.0
March 10 2025
SubscriptionSet
will subscribe / unsubscribe added / removed Subscription
or SubscriptionSet
objects if the set itself already subscribed.Changelog
v8.10.0
March 06 2025
useSmartHeartbeat
configuration option which allows ignoring implicit heartbeat (with successful subscribe response) and keep sending heartbeat
calls with fixed intervals.subscriptionWorkerOfflineClientsCheckInterval
configuration option can be used to configure the interval at which “offline” PubNub clients (when tab closed) detection will be done.subscriptionWorkerUnsubscribeOfflineClients
configuration option can be used to force unsubscribe (presence leave) for “offline” PubNub clients (when tab closed).Changelog
v8.9.1
February 26 2025
fetch
reject with empty object and not Error
.-pnpres
channels and groups from presence leave
and heartbeat
requests.Changelog
v8.9.0
February 18 2025
AbstractRequest
to simplify actual endpoint classes.Changelog
v8.8.1
February 10 2025
logVerbosity: true
.Changelog
v8.8.0
February 05 2025
fetch
and xhr
APIs (transport
configuration option).timeout
implementation for fetch
transport to properly cancel request when the timeout timer will fire.Changelog
v8.7.1
January 31 2025