Releases: pusher/pusher-http-node
Releases · pusher/pusher-http-node
v3.0.0
[REMOVED] Support for Node versions < 8
[UPGRADED] Upgraded versions of nock
, and mocha
v2.2.2
[FIXED] an issue where a function that generated signatures behaved differently in different versions of node. Improved the underlying compare function to unify behaviour between versions.
[ADDED] Supported platforms to the Readme and TravisCI config.
v2.2.1
no-op release to fix the description on https://www.npmjs.com/package/pusher
v2.2.0
2.2.0 (2018-11-26)
[ADDED] This release adds support for end-to-end encryption, a new feature for Channels. Read more in our docs.
[DEPRECATED] Renamed encrypted
option to useTLS
- encrypted
will still work!
v2.1.4
2.1.4 (2018-11-22)
- [UPGRADED] Upgraded versions of request, nock, and mocha