- [CHANGED] Update PusherSwift SDK to 10.1.5
- [CHANGED] Bump PusherSwift version to 10.1.4, which solves a reconnection issue when WebSocketConnectionDelegate triggers webSocketDidReceiveError event due to any POSIX error, except for ENOTCONN
- [CHANGED] Bump PusherSwift version to 10.1.3
- [FIXED] Handle only type on callback function.
- [CHANGED] Change call of activity.runOnUiThread to invoke methodChannel
- [CHANGED] Allow reinitialization of the pusher singleton
- [CHANGED] Add subscription count event handling ios/android
- [CHANGED] Update flutter dependencies to the latest versions.
- [FIXED] Fix private-encrypted channels subscriptions
- [FIXED] Change
getSocketId
function to return aFuture<String>
- [FIXED] Replace
FlutterActivity
with general Activity - [FIXED] Compilation errors on Example App
- [BREAKING CHANGE] Convert channel member to Map (instead of Set)
- [FIXED] Add internal member before calling onMemberAdded callback on channel
- [FIXED] onAuthorizer() doesn't work in Flutter web profile/release mode
- [FIXED] Android: Subscribing to private channels
- [FIXED] Android: Receiving events
- [FIXED] Dependency issue on android
- [FIXED] Compile issue on newer Kotlin versions
- [IMPROVEMENT] Updated dependencies
- [FIXED] release build issues on android
- [IMPROVEMENT] Always send connectionstate in uppercase
- [FIXED] release mode issue with js backend
- [FIXED] Android release configuration on example app
- [FIXED] Duplicated events on iOS
- Initial release