Releases: sideshow/apns2
Releases · sideshow/apns2
APNS/2 v0.15
APNS/2 v0.14
- Allow PKCS#8 private keys in .pem files
APNS/2 v0.13
- Add Apple JWT Token based authentication (#43)
APNS/2 v0.12
- Adds CloseIdleConnections method. This allows you to explicitly close underlying TCP connections when you dispose of an apns2 client.
APNS/2 v0.11
- Adds TCP Keepalive default of 60 seconds. This prevents an issue on AWS (and potentially Google Cloud) where they will terminate the connection after a period of time unless it has TCP Keeplaive enabled or there is data being sent when using a NAT instance.
APNS/2 v0.10
- Moves http2, context and certificate crypto libraries to be vendored. Using this approach we can ensure that users are not using old versions of dependent libraries, and better support new features moving forward.
APNS/2 v0.9
APNS/2 v0.8
APNS/2 v0.7
- Adds support for new iOS 10 Mutable Notifications, Subtitles & Collapse IDs.
- Fixes issue #20 where a bug in APNS could cause the underlying http client to hang forever.
APNS/2 v0.6
- Adds a command line tool for sending push notifications through the terminal.
- Adds a payload builder to make it easy to construct APNs payloads.