Releases: pusher/pusher-channels-flutter
Releases · pusher/pusher-channels-flutter
v2.5.0
v2.4.0
v2.3.0
2.3.0
- [CHANGED] Upgraded Flutter 3.24.3 #176 Big thanks to @hamzamirai
- [CHANGED] Upgraded GH action/checkout@v3 to allow the release workflow to checkout PRs from forks
v2.2.1
2.2.1
- [CHANGED] Update PusherSwift SDK to 10.1.5
v2.2.0
2.2.0
- [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
v2.1.2
2.1.2
- [FIXED] Handle only
PusherError
type ononError
callback function.
v2.1.1
2.1.1
- [CHANGED] Change call of activity.runOnUiThread to invoke methodChannel
v2.1.0
2.1.0
- [CHANGED] Allow reinitialization of the pusher singleton
- [CHANGED] Add subscription count event handling ios/android
- [CHANGED] Update flutter dependencies to the latest versions.
v2.0.2
2.0.2
- [FIXED] Fix private-encrypted channels subscriptions
v2.0.1
2.0.1
- [FIXED] Change
getSocketId
function to return aFuture<String>
- [FIXED] Replace
FlutterActivity
with general Activity - [FIXED] Compilation errors on Example App