Releases: AndrewBarba/apns2
Releases · AndrewBarba/apns2
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
v9.0.0
- Full code cleanup
- Removes tarn
- Requires Node v12 or newer
- Rename
destroy()
toclose()
v8.5.0
- Fix TypeScript typings
- New push types and error constants
- Add prettier
v8.4.0
- Add
client.destroy()
to kill all outstanding connections to apns servers. - Upgrade tarn to v3
v8.3.0
- Add voip support