Skip to content

Releases: pusher/pusher-http-node

v5.3.1

27 Nov 13:38
c312308

Choose a tag to compare

5.3.1

  • [CHANGED] Fix Github Actions.

v5.3.0

27 Nov 10:23
6bb773b

Choose a tag to compare

5.3.0

  • [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format.

v5.2.0

13 Nov 19:36
85d1780

Choose a tag to compare

5.2.0

  • [CHANGED] Remove old notification references. It's no longer being used

v5.1.3

03 May 14:58
1812cb4

Choose a tag to compare

5.1.3

[FIXED] Parsing of the extraTokens in webhook's isValid method

v5.1.2

09 Dec 14:38

Choose a tag to compare

5.1.2

  • [CHANGED] Add types/node-fetch to dependencies.

v5.1.1-beta

08 Aug 07:46
51bbd62

Choose a tag to compare

5.1.1-beta (2022-06-01)

[FIXED] Updated typescript types with new user features.

v5.1.1-beta

01 Jul 08:03

Choose a tag to compare

[FIXED] Updated typescript types with new user features.

v5.1.0-beta

22 Apr 14:39
360b631

Choose a tag to compare

[ADDED] Support for terminating user connections based on user id
[ADDED] Support for sending messages to users based on user id
[ADDED] Support for implementing user authentication endpoints
[DEPRECATED] authenticate function is deprecated. The same functionality (and interface) is now provided by authorizeChannel

v5.0.1

25 Jan 10:42
e74721a

Choose a tag to compare

[FIXED] Incorrect require on version.js was causing a compilation error in Webpack
[FIXED] Inconsistent encoding for shared secret between other SDKs

v5.0.0

18 Feb 17:28
7559fa7

Choose a tag to compare

[BREAKING CHANGE] trigger now accepts a params object instead of a socket_id as the third parameter.
[ADDED] Support for requesting channel attributes as part of a trigger and triggerBatch request via an info parameter.