Releases: AndrewBarba/apns2
Releases · AndrewBarba/apns2
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
v4.0.3
- Listen for
error
event when connecting an http2 session
v4.0.2
- Reset signing token every 59 minutes to prevent
TooManyProviderTokenUpdates
error
v4.0.1
- Updated Typescript definitions for v4.0