Skip to content

Commit

Permalink
Merge 5c4c474 into ed900f8
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenaAlfons authored Dec 1, 2023
2 parents ed900f8 + 5c4c474 commit 28e472d
Show file tree
Hide file tree
Showing 37 changed files with 379 additions and 130 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
on:
push:
branches: [ master ]
pull_request:
types: [ labeled ]
branches:
- master

jobs:
check-release-tag:
if: ${{ github.head_ref == 'master' || github.event.label.name == 'deploy-release' }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
47 changes: 28 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,38 @@
# Changelog

## 8.3.0

# Changelog

## 8.4.0-rc2

- [FIXED] Persist Initial Pusher Options
- [FIXED] Authorization Custom Handler typing https://github.com/pusher/pusher-js/issues/715

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

- [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
35 changes: 26 additions & 9 deletions dist/node/pusher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/node/pusher.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/react-native/pusher.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-native/pusher.js.map

Large diffs are not rendered by default.

35 changes: 26 additions & 9 deletions dist/web/pusher-with-encryption.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/web/pusher-with-encryption.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/web/pusher-with-encryption.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web/pusher-with-encryption.min.js.map

Large diffs are not rendered by default.

35 changes: 26 additions & 9 deletions dist/web/pusher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/web/pusher.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/web/pusher.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web/pusher.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 28e472d

Please sign in to comment.