Releases: AndrewBarba/apns2
Releases · AndrewBarba/apns2
v11.3.0
What's Changed
- Add support for critical alerts by @NoahPeeters in #62
- Implemented options requestTimeout and pingInterval. Option connections was removed. by @RodolfoGS in #68
- 📄 DOC: #57 docs update by @souvik666 in #66
- Added Priority.low option. Avoid send header Priority.immediate (default) by @RodolfoGS in #69
New Contributors
- @NoahPeeters made their first contribution in #62
- @RodolfoGS made their first contribution in #68
- @souvik666 made their first contribution in #66
Full Changelog: 11.2.0...11.3.0
v11.2.0
- Define new
Host
enum for specifying APNS host - Add
liveactivity
push type
Thank you 278204 and icodebuster
v11.1.0
- Accept all options when sending a silent notification
v11.0.1 - Support Node.js 16.x
- Add back support for Node.js 16.x
v11.0.0 - Node 18
- Built for Node.js 18
- Drops support for all versions of Node <18
v10.1.0 - Alert Subtitle
- Add support for alert subtitle
v10.0.2 - Hello TypeScript
- Re-written in TypeScript
- Adjust distribution files
- Only allow data options in
SilentNotification
constructor
v9.3.0
- Refactor apns auth token signing to help prevent the
TooManyProviderTokenUpdates
error
v9.2.0
- Allow disabling pingInterval.
new APNS({ ..., pingInterval: null })
- Fix issue with missing ping callback
v9.1.0 - Robust Error Handling
- Correctly handle socket error events
- Lazily connect on first request
- Keeps socket alive with ping request every 60s