Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# Changelog

## 2.4.0

* [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format.

## 2.3.1

* [FIXED] `auth` options https://github.com/pusher/pusher-channels-flutter/pull/140

## 2.3.0

* [CHANGED] Upgraded Flutter 3.24.3 https://github.com/pusher/pusher-channels-flutter/pull/176 Big thanks to @hamzamirai
* [CHANGED] Upgraded Flutter 3.24.3 https://github.com/pusher/pusher-channels-flutter/pull/176 Big thanks to @hamzamirai
* [CHANGED] Upgraded GH action/checkout@v3 to allow the release workflow to checkout PRs from forks

## 2.2.1

* [CHANGED] Update PusherSwift SDK to 10.1.5
* [CHANGED] Update PusherSwift SDK to 10.1.5

## 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

## 2.1.3

* [CHANGED] Bump PusherSwift version to 10.1.3
* [CHANGED] Bump PusherSwift version to 10.1.3

## 2.1.2

Expand All @@ -27,8 +35,8 @@

## 2.1.0

* [CHANGED] Allow reinitialization of the pusher singleton
* [CHANGED] Add subscription count event handling ios/android
* [CHANGED] Allow reinitialization of the pusher singleton
* [CHANGED] Add subscription count event handling ios/android
* [CHANGED] Update flutter dependencies to the latest versions.

## 2.0.2
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pusher_channels_flutter
description: Pusher Channels Flutter Plugin
version: 2.3.0
version: 2.4.0
homepage: https://github.com/pusher/pusher-channels-flutter
repository: https://github.com/pusher/pusher-channels-flutter
issue_tracker: https://github.com/pusher/pusher-channels-flutter/issues
Expand Down