Releases: pusher/pusher-http-node
v5.3.1
v5.3.0
5.3.0
- [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format.
v5.2.0
5.2.0
- [CHANGED] Remove old notification references. It's no longer being used
v5.1.3
5.1.3
[FIXED] Parsing of the extraTokens in webhook's isValid method
v5.1.2
5.1.2
- [CHANGED] Add types/node-fetch to dependencies.
v5.1.1-beta
5.1.1-beta (2022-06-01)
[FIXED] Updated typescript types with new user features.
v5.1.1-beta
[FIXED] Updated typescript types with new user features.
v5.1.0-beta
[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
[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
[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.