Apns2 Versions Save

⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps, using the APNs HTTP/2 protocol.

v0.23.0

2 years ago
  • Update http/2 transport with support for ping frames (#209)
  • Add location push type (#194)
  • Various Refactors (#193, #196, #197, #198, #200, #203, #205)
  • Fix double pointer (#195)
  • Use appropriate type casting (#199)
  • Closes #210

v0.22.0

2 years ago
  • Update jwt library (#191)

v0.21.0

2 years ago
  • Go modules support (#181)
  • iOS 15 Payload additions (#185)
  • Fix data race (#164)
  • Add Proxy Example (#158)
  • Support go 1.7 and above (#155)

v0.20.0

4 years ago
  • Add "voip" push type (#150)
  • Add remainder of EPushType types (#153)

v0.19.0

4 years ago
  • Fix client push panic (#134)
  • Update development APNS host (#146)
  • Support for golang 1.13.x (#147)

v0.18.0

4 years ago
  • Add support for the iOS13 apns-push-type header
  • Docs fix

v0.17.0

4 years ago
  • Remove support for golang 1.6 so we can better support new features moving forward

v0.16.0

5 years ago
  • Fix ineffassign and category json example (#120)
  • Fix some lint errors (#121)
  • Support for testing golang 1.12.x (#130)

v0.15

5 years ago
  • 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

6 years ago
  • Allow PKCS#8 private keys in .pem files