- deprecate cert based authentication for APNS
- replace
pyAPNS2
withaioapns
to enable Django>=4.0 compatibility and resolve unmaintainedhyper
dependency - increase minimum Python version to 3.6
- sumer time switch bugfix
- lint && test github workflow
- upgrade pyopenssl usage due to pyca/cryptography#6456
- use 'with' for resource-allocating operations
- Support JWT auth in push notifications