Skip to content

Releases: Pr0Ger/PyAPNs2

0.7.2

30 Dec 21:58
eecfbcb
Compare
Choose a tag to compare
  • Updated sandbox URL (#93)
  • Do not ignore custom JWT lifetime when using TokenCredentials (#108)
  • Fix determination of push type for empty notifications with badge 0 (#109)
  • LICENSE and test/eckey.pem included in source tarball (#110 #111)
  • Changing DEFAULT_TOKEN_LIFETIME from 3600 to 2700 (#113)
  • Added upper constraint for PyJWT (<2.0.0)

0.7.1

08 Oct 19:57
f4dda7b
Compare
Choose a tag to compare
  • Fix compatibility with Python <3.5.4 (#90)

0.7.0

02 Oct 21:54
2f02f0f
Compare
Choose a tag to compare
  • Add inferring apns-push-type header from push topic or payload #87
  • Add option to override this header for some notifications

0.6.0

12 Aug 23:31
3409ff5
Compare
Choose a tag to compare
  • Dropped support for Python 2.7 & 3.4
  • Add support for iOS 13, watchOS 6
  • Fixed TooManyProviderTokenUpdates when using JWT tokens
  • Added type annotations