Changelog
7.4.0
Changelog
7.1.1-beta
[FIXED] Exported Typescript types in index.d.ts
Changelog
7.1.0-beta
[ADDED] Support for authenticating users with the signin
method
[ADDED] Support for binding to events sent to a specific authenticated user
[UPDATED] The initialization of the Pusher
object has been changed. Two new parameters were introduced: userAuthentication
and channelAuthorization
.
[DEPRECATED] The Pusher object parameters auth
, authEndpoint
, and authTransport
are still supported, but deprecated. They have been replaced with the channelAuthorization
parameter.
Changelog
7.0.5
Changelog
7.0.3 (2021-01-25)
[UPDATED] Bumped version of faye-websocket (used only by the node runtime) from 0.9.4 to 0.11.3. Thanks to @Akhawais for the PR.
[UPDATED] Bumped version of @react-native-community/netinfo (used only by the react-native runtime) from 4.1.1 to 5.9.7. Thanks to @Yinabled for the PR.
[ADDED] We were missing a react-native key in package.json
. Thanks to @giaset
for the PR
[ADDED] Support for importing the worker builds (solving issue #499)