Skip to content

Commit

Permalink
Fix changelog to say 8.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenaAlfons committed Nov 29, 2023
1 parent 504e77f commit c84c710
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# Changelog

## 8.4.0

# Changelog

## 8.4.0-rc1

- [Added] Introduce a new method to switch the Pusher client to a different cluster and re-establish all existing subscriptions and channel bindings.

## 8.3.0


## 8.3.0

- [CHANGED] Update cached re-connect strategy to prioritize WebSocket

## 8.2.0


## 8.2.0

- [CHANGED] Remove WebSocket retry limit.

## 8.1.0


## 8.1.0

- [CHANGED] Move @types dependencies to devDependencies
- [CHANGED] Upgrade typescript to 5.1.3

## 8.0.2


## 8.0.2

- [CHANGED] Fix React Native support.

## 8.0.1


## 8.0.1

- [FIXED] Fix 'window is not defined' error in the worker context
- [FIXED] Specify the right status when an error is thrown for the pusher worker instance

## 8.0.0


## 8.0.0

- [CHANGED] Specifying a cluster when instantiating the Pusher object is now mandatory. An exception is thrown if the cluster setting is missing.

## 7.6.0
Expand Down

0 comments on commit c84c710

Please sign in to comment.