- [CHANGED] Update Pusher Swift SDK to 10.1.5
- [ADDED] Add
reset
function toPusher
instance to reset all handlers and subscriptions (#110) - [FIXED] Multiple listeners are registered whenever `init function is called
- [FIXED] Handle exceptions properly while subscribing to a channel on Android (#104)
- [FIXED] Crash when a user subscribes to a channel twice on Android
- [FIXED] Wait for unsubscription before deleting the local channel (#88)
- [FIXED] Fixed event name conflicts with other libs using RCTDeviceEventEmitter
- [CHANGED] Remove mutex locks in favor of storing callbacks so onAuthorizer does no longer freeze the app on iOS
- [CHANGED] Allow re-init of the Pusher singleton.
- [CHANGED] Update dependencies
- [CHANGED] Add support for the new subscription_count event
- [CHANGED] Using latest pusher-websocket-java and pusher-websocket-swift
- [CHANGED] Use latest pusher websocket java sdk.
- [ADDED] Example to use a custom authorizer.
- [ADDED] Add onAuthorizer support to iOS
- [CHANGED] Removed unsupported functions from README
- [FIXED] Fixed build error on Example app
- [FIXED] Fixed CHANGELOG error on release workflow
- [FIXED] Fixed required dependencies on README
- [ADDED] Add Lint support for Pull Requests
- [CHANGED] Executed Lint on Example app
- [ADDED] First beta release 🥳