Releases: parse-community/node-apn
Releases · parse-community/node-apn
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
- Drop support for node versions prior to 12 - those node versions have bugs in the http2 library.
- Support MultiProvider and MultiClient to use a round-robin client for HTTP2.
4.1.1
- FIX: add proxy and fix logger types
- NEW: Added support for critical notifications
4.1.0
- NEW: Proxy support
- FIX: Close client on unexpected frame error
- NEW: Add a configurable info/error logger
- FIX: Update endpoint address
- FIX: Add support to zero valued expiry
4.0.0
- BREAKING: shutdown() function on client now destroy the client and future requests throw error
- Add test cases to Client
- Improve verbose messages
- Add request timeout handler
- Add a new config setting requestTimeout (defaults to 5000 milliseconds)
- Change ResponseFailure.status typing to be number
- Fix nits on typos in documentation
- Also run tests in Node 12 and 14
- Remove the unreferenced lib/protocol directory
- Improve GO AWAY handler
3.2.0
- Update node-forge and pin packages
- Add typings for the "voip" NotificationPushType
- Typed Notification.pushType
3.1.0
- Fix: http2session.shutdown() is not a function
- Update npm install command in README
- Add support for handling http2 GOAWAY messages and set http2 ping interval