Skip to content

Releases: pusher/pusher-js

v8.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 11:46
f53faf9

8.6.0

  • [ADDED] Emit pusher:signin_error on user-authentication failure, mirroring the existing pusher:subscription_error pattern (PR #963)

v8.5.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 09:53
0b6fdc2

8.5.0

  • [ADDED] New switchCluster method 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 AuthOptionsT to 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

Choose a tag to compare

@github-actions github-actions released this 19 Mar 16:25
cd9a22d

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

Choose a tag to compare

@github-actions github-actions released this 17 Mar 15:56
d4f84b9

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

Choose a tag to compare

@github-actions github-actions released this 17 Mar 13:30
f71058c

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

Choose a tag to compare

@evgeniibreikin evgeniibreikin released this 30 Jan 13:57
79fc50b

What's Changed

New Contributors

Full Changelog: v8.4.0-rc2...v8.4.0

download

v8.4.0-rc2

Choose a tag to compare

@github-actions github-actions released this 01 Dec 14:15
28e472d

8.4.0-rc2

  • [FIXED] Persist Initial Pusher Options
  • [FIXED] Authorization Custom Handler typing #715

v8.4.0-rc1

Choose a tag to compare

@github-actions github-actions released this 29 Nov 14:10
401bf2b

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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:42
8fe9df4

8.3.0

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

v8.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 12:13
532828a

8.2.0

  • [CHANGED] Remove WebSocket retry limit.