Skip to content

Releases: pusher/pusher-channels-flutter

v2.2.1

08 Feb 15:57
201e4de
Compare
Choose a tag to compare

2.2.1

  • [CHANGED] Update PusherSwift SDK to 10.1.5

v2.2.0

09 Aug 16:28
Compare
Choose a tag to compare

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

24 Feb 13:51
b3ba842
Compare
Choose a tag to compare

2.1.2

  • [FIXED] Handle only PusherError type on onError callback function.

v2.1.1

24 Feb 12:19
e7c01f8
Compare
Choose a tag to compare

2.1.1

  • [CHANGED] Change call of activity.runOnUiThread to invoke methodChannel

v2.1.0

27 Oct 10:39
0a0cbcf
Compare
Choose a tag to compare

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

15 Sep 08:16
ec5bd50
Compare
Choose a tag to compare

2.0.2

  • [FIXED] Fix private-encrypted channels subscriptions

v2.0.1

23 Aug 08:20
7252afb
Compare
Choose a tag to compare

2.0.1

  • [FIXED] Change getSocketId function to return a Future<String>
  • [FIXED] Replace FlutterActivity with general Activity
  • [FIXED] Compilation errors on Example App

v2.0.0

22 Jun 07:17
bddf804
Compare
Choose a tag to compare

2.0.0

  • [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

v1.0.5

01 Apr 12:27
b0ba416
Compare
Choose a tag to compare

1.0.5

  • [FIXED] Android: Subscribing to private channels
  • [FIXED] Android: Receiving events

v1.0.4

28 Mar 13:24
8cdc8ba
Compare
Choose a tag to compare

1.0.4

  • [FIXED] Dependency issue on android
  • [FIXED] Compile issue on newer Kotlin versions
  • [IMPROVEMENT] Updated dependencies