All Versions
10
Latest Version
Avg Release Cycle
89 days
Latest Release
1628 days ago

Changelog History

  • v0.20.0 Changes

    November 12, 2019
    • โž• Add "voip" push type (#150)
    • โž• Add remainder of EPushType types (#153)
  • v0.19.0 Changes

    September 07, 2019
    • ๐Ÿ›  Fix client push panic (#134)
    • โšก๏ธ Update development APNS host (#146)
    • ๐Ÿ‘Œ Support for golang 1.13.x (#147)
  • v0.18.0 Changes

    August 17, 2019
    • โž• Add support for the iOS13 apns-push-type header
    • ๐Ÿ“„ Docs fix
  • v0.17.0 Changes

    July 23, 2019
    • โœ‚ Remove support for golang 1.6 so we can better support new features moving forward
  • v0.16.0 Changes

    March 28, 2019
    • ๐Ÿ›  Fix ineffassign and category json example (#120)
    • ๐Ÿ›  Fix some lint errors (#121)
    • ๐Ÿ‘Œ Support for testing golang 1.12.x (#130)
  • v0.15 Changes

    October 12, 2018
    • ๐Ÿ‘Œ 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)
  • v0.14 Changes

    December 18, 2017
    • ๐Ÿ‘ Allow PKCS#8 private keys in .pem files
  • v0.13 Changes

    September 26, 2017
    • โž• Add Apple JWT Token based authentication (#43)
  • v0.12 Changes

    September 09, 2017
    • โž• Adds CloseIdleConnections method. This allows you to explicitly close underlying TCP connections when you dispose of an apns2 client.
  • v0.11 Changes

    September 05, 2017
    • โž• 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.