Releases: AndrewBarba/apns2
Releases · AndrewBarba/apns2
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
v8.2.0
- Add correct TypeScript definitions for
NotificationOptions
v8.1.0
- Add missing TypeScript interface for
NotificationOptions
- Remove lodash dependency
v7.0.0
Support iOS 13 and the new apns-push-type
header
v6.1.0
v6.0.0
- Remove Bluebird
- Remove concurrency option, instead relies on the connection pool and max connections
- Accept a
Date
for the apns expiration
v5.0.0
- Update code to use async/await
- Introduce
sendMany()
for sending multiple notifications at once
Note: sendMany
is the same behavior as previously sending an array to send
v4.0.4
- Fix connection pool not releasing resources