Releases: AndrewBarba/apns2
Releases · AndrewBarba/apns2
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
v9.0.0
- Full code cleanup
- Removes tarn
- Requires Node v12 or newer
- Rename
destroy()
toclose()