Changelog
v8.3.2
December 12 2024
Subscription
and SubscriptionSet
when one can unsubscribe channel / group which is still in use by another.TypeError
emitted when browser forcefully closes long-poll connection before its timeout and reported as bad request. This type of error will be reported as a network error.node-fetch
used default agent, which after Node.js 19+ has keepAlive
enabled by default.Changelog
v8.3.1
November 18 2024
Subscription
and SubscriptionSet
objects (only global listeners).Changelog
v8.3.0
November 14 2024
Changelog
v8.2.10
October 31 2024
Actions
type definition.Payload
type.Payload
type definition with objects which can be serialized by JSON.stringify
using toJSON()
methods. Fixed the following issues reported by @yo1dog: #412.Changelog
v8.2.9
October 25 2024
TypeError
for both cases when connection closed by browser or network issue (blocked domain).Changelog
v8.2.8
September 30 2024
npm
/ yarn
.Changelog
v8.2.7
August 01 2024
Changelog
v8.2.5
July 18 2024
Changelog
v8.2.4
June 17 2024
subscribe()
method accepts timetoken
parameter. Instead as in subscriptionOption.