Skip to content

Releases: AndrewBarba/apns2

v1.4.0 - HTTP Agent

14 Dec 18:40
Compare
Choose a tag to compare
  1. Uses a unique http2 agent for each instance of APNSClient

APNS Collapse ID

03 Oct 13:50
Compare
Choose a tag to compare
  1. Add support for apns-collapse-id
let notification = BasicNotification(deviceToken, {
  ...
  collapseId: 'my-identifier'
  ...
})

JSON Web Token Cleanup

30 Sep 16:23
Compare
Choose a tag to compare
  1. Reset signing token every 20 minutes instead of every 30 minutes

APNS with JSON Web Tokens

30 Sep 15:30
Compare
Choose a tag to compare
  1. Fully support Apple's new APNS Signing Token API
  2. Add unit tests for Singing Tokens

v1.1.0

29 Jun 20:13
Compare
Choose a tag to compare
  • Add support for Pkcs12
  • Add support for notification topics

v1.0.1

22 Jun 04:16
Compare
Choose a tag to compare

Initial Release