Skip to content

Releases: sideshow/apns2

APNS/2 v0.15

12 Oct 08:28
Compare
Choose a tag to compare
  • Support iOS 12 critical alerts (#113)
  • Fix VerifyHostname certificate validation on go1.11 (#115)
  • Support golang 1.11.x (#116)
  • Add support for summary arguments in notifications for iOS 12 (#119)

APNS/2 v0.14

18 Dec 08:51
Compare
Choose a tag to compare
  • Allow PKCS#8 private keys in .pem files

APNS/2 v0.13

26 Sep 09:50
Compare
Choose a tag to compare
  • Add Apple JWT Token based authentication (#43)

APNS/2 v0.12

09 Sep 03:21
Compare
Choose a tag to compare
APNS/2 v0.12 Pre-release
Pre-release
  • Adds CloseIdleConnections method. This allows you to explicitly close underlying TCP connections when you dispose of an apns2 client.

APNS/2 v0.11

05 Sep 00:58
Compare
Choose a tag to compare
APNS/2 v0.11 Pre-release
Pre-release
  • 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

16 May 06:12
Compare
Choose a tag to compare
APNS/2 v0.10 Pre-release
Pre-release
  • 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

24 Apr 10:12
Compare
Choose a tag to compare
APNS/2 v0.9 Pre-release
Pre-release
  • Adds Context support for better control over timeouts thanks to @xjewer #81
  • Bumps the default HTTPClient timeout to 60 seconds (As we now have better control over individual timeouts)bde4f17

APNS/2 v0.8

05 Jan 14:23
Compare
Choose a tag to compare
APNS/2 v0.8 Pre-release
Pre-release
  • Adds ClientManager
  • Deprecates support for go 1.5
  • Adds example of how to use with go channels
  • Adds iOS thread-id
  • Adds missing reason constants #48
  • Fixes value out of range issue #34

APNS/2 v0.7

20 Jun 06:58
Compare
Choose a tag to compare
APNS/2 v0.7 Pre-release
Pre-release
  • 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.

320 ios10

ios10 mutable

APNS/2 v0.6

02 Mar 11:00
Compare
Choose a tag to compare
APNS/2 v0.6 Pre-release
Pre-release
  • Adds a command line tool for sending push notifications through the terminal.
  • Adds a payload builder to make it easy to construct APNs payloads.