Releases: pusher/pusher-js
Releases · pusher/pusher-js
Release list
v8.6.0
v8.5.0
8.5.0
- [ADDED] New
switchClustermethod on Pusher instances to switch cluster/app without losing channel subscriptions (PR #773) - [FIXED] Persist previous options when switching cluster so custom handlers and other settings are retained (PR #783)
- [FIXED] Refactored
AuthOptionsTto a discriminated union (InternalAuthOptions | CustomAuthOptions) for improved type safety - [FIXED] Integration tests now run HTTP tests before HTTPS to avoid browser Strict-Transport-Security downgrade issues
v8.4.3
8.4.3
- [FIXED] Pin additional transitive dependencies to patched versions to resolve known vulnerabilities (express, qs, body-parser, lodash, minimatch, browserstack-local)
- [FIXED] Bump integration_tests_server express dependency to resolve CVEs
v8.4.2
8.4.2
- [CHANGED] Modernise release workflow: update action versions, replace deprecated flood-io/is-published-on-npm action with inline npm registry check
v8.4.1
8.4.1
- [FIXED] Pin transitive dependencies to patched versions to resolve known vulnerabilities (cipher-base, pbkdf2, sha.js, node-forge, js-yaml, compression, on-headers, tmp)
v8.4.0
What's Changed
- Update README.md with support portal link by @aonemd in #838
- Fix typos by @hichemfantar in #786
- small versions bump by @evgeniibreikin in #840
New Contributors
- @aonemd made their first contribution in #838
- @hichemfantar made their first contribution in #786
- @evgeniibreikin made their first contribution in #840
Full Changelog: v8.4.0-rc2...v8.4.0
v8.4.0-rc2
8.4.0-rc2
- [FIXED] Persist Initial Pusher Options
- [FIXED] Authorization Custom Handler typing #715
v8.4.0-rc1
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.
v8.3.0
8.3.0
- [CHANGED] Update cached re-connect strategy to prioritize WebSocket
v8.2.0
8.2.0
- [CHANGED] Remove WebSocket retry limit.
