Skip to content

Releases: AndrewBarba/apns2

v8.2.0

04 Feb 18:50
Compare
Choose a tag to compare
  1. Add correct TypeScript definitions for NotificationOptions

v8.1.0

04 Feb 18:27
Compare
Choose a tag to compare
  1. Add missing TypeScript interface for NotificationOptions
  2. Remove lodash dependency

v7.0.0

10 Sep 23:25
Compare
Choose a tag to compare

Support iOS 13 and the new apns-push-type header

v6.1.0

26 Nov 20:07
6a648e9
Compare
Choose a tag to compare
  1. Support thread-id

v6.0.0

24 Jul 16:20
Compare
Choose a tag to compare
  1. Remove Bluebird
  2. Remove concurrency option, instead relies on the connection pool and max connections
  3. Accept a Date for the apns expiration

v5.0.0

09 Jul 16:06
Compare
Choose a tag to compare
  1. Update code to use async/await
  2. Introduce sendMany() for sending multiple notifications at once

Note: sendMany is the same behavior as previously sending an array to send

v4.0.4

08 Jul 21:44
Compare
Choose a tag to compare
  1. Fix connection pool not releasing resources

v4.0.3

21 Jun 22:14
Compare
Choose a tag to compare
  1. Listen for error event when connecting an http2 session

v4.0.2

21 Jun 22:07
Compare
Choose a tag to compare
  1. Reset signing token every 59 minutes to prevent TooManyProviderTokenUpdates error

v4.0.1

03 May 19:42
Compare
Choose a tag to compare
  1. Updated Typescript definitions for v4.0