This repository was archived by the owner on Jul 13, 2023. It is now read-only.
1.28.0
Refactor
Features
- Use cryptography based JWT parser for increased speed (fe9b7766)
Bug Fixes
- APNS may close a socket prematurely, resulting in an AttributeError (ed86e267)
- Hyphenate
content-available; don't sendalertfor APNs. (103e0945) - Limit exception trapping to known types when processing crypto-key (3576d207)
- Fixes for missing UAID and header values (defb331b)
- Use log.error() to better track exceptions in APNS (8aa510d7)