Skip to content

Releases: pusher/pusher-channels-flutter

v2.5.0

30 Dec 11:48
0d4d375
Compare
Choose a tag to compare

2.5.0

  • [CHANGED] bump js version
  • [CHANGED] readme pusher-js version in example

v2.4.0

25 Nov 09:34
d38e484
Compare
Choose a tag to compare

2.4.0

  • [FIXED] auth options #140

v2.3.0

11 Nov 14:04
54a7a33
Compare
Choose a tag to compare

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

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