Releases: Pr0Ger/PyAPNs2
Releases · Pr0Ger/PyAPNs2
0.7.2
30 Dec 21:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix compatibility with Python <3.5.4 (#90 )
0.7.0
02 Oct 21:54
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Dropped support for Python 2.7 & 3.4
Add support for iOS 13, watchOS 6
Fixed TooManyProviderTokenUpdates when using JWT tokens
Added type annotations