Skip to content

Commit 28e472d

Browse files
authored
Merge 5c4c474 into ed900f8
2 parents ed900f8 + 5c4c474 commit 28e472d

37 files changed

Lines changed: 379 additions & 130 deletions

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
on:
22
push:
33
branches: [ master ]
4+
pull_request:
5+
types: [ labeled ]
6+
branches:
7+
- master
48

59
jobs:
610
check-release-tag:
11+
if: ${{ github.head_ref == 'master' || github.event.label.name == 'deploy-release' }}
712
runs-on: ubuntu-latest
813
steps:
914
- name: Checkout code

CHANGELOG.md

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,38 @@
1-
# Changelog
2-
3-
## 8.3.0
4-
1+
# Changelog
2+
3+
## 8.4.0-rc2
4+
5+
- [FIXED] Persist Initial Pusher Options
6+
- [FIXED] Authorization Custom Handler typing https://github.com/pusher/pusher-js/issues/715
7+
8+
## 8.4.0-rc1
9+
10+
- [Added] Introduce a new method to switch the Pusher client to a different cluster and re-establish all existing subscriptions and channel bindings.
11+
12+
## 8.3.0
13+
514
- [CHANGED] Update cached re-connect strategy to prioritize WebSocket
6-
7-
## 8.2.0
8-
15+
16+
## 8.2.0
17+
918
- [CHANGED] Remove WebSocket retry limit.
10-
11-
## 8.1.0
12-
19+
20+
## 8.1.0
21+
1322
- [CHANGED] Move @types dependencies to devDependencies
1423
- [CHANGED] Upgrade typescript to 5.1.3
15-
16-
## 8.0.2
17-
24+
25+
## 8.0.2
26+
1827
- [CHANGED] Fix React Native support.
19-
20-
## 8.0.1
21-
28+
29+
## 8.0.1
30+
2231
- [FIXED] Fix 'window is not defined' error in the worker context
2332
- [FIXED] Specify the right status when an error is thrown for the pusher worker instance
24-
25-
## 8.0.0
26-
33+
34+
## 8.0.0
35+
2736
- [CHANGED] Specifying a cluster when instantiating the Pusher object is now mandatory. An exception is thrown if the cluster setting is missing.
2837

2938
## 7.6.0

dist/node/pusher.js

Lines changed: 26 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node/pusher.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-native/pusher.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-native/pusher.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pusher-with-encryption.js

Lines changed: 26 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pusher-with-encryption.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pusher-with-encryption.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pusher-with-encryption.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)