Releases: Fatal1ty/aioapns
Releases · Fatal1ty/aioapns
v3.3.1
Changes
- Fixed
apns_protocol_factory
being wrapped in tuple (#66) by @pomali
v3.2
Changes
- Added
apns_topic
to NotificationRequest
(#52) by @gnprice
- Fixed compatibility with
_SSLProtocolTransport
from uvloop (#54, #58) by @Fatal1ty
- Added support for Python 3.11 (#57) by @kupsum
- Dropped support for Python 3.6 and 3.7 (#59) by @Fatal1ty
v3.1
Changes
- Added timestamp in error responses for 410 status codes (#46) by @baldurh
v3.0
Changes
- Added marker file for type annotations (#33)
- Added option to switch off logger.error for unsuccessful notifications (#15)
- Fixed deadlock following timeout (#42)
Deepest gratitude to @alexmv for their invaluable contribution, without which this release would not have been possible ❤️
v2.2
Changes
- Added Live activity support (#34)
Many thanks to @BlaT2512 for this contribution
v2.1
Changes
- Added support for Python 3.10
- Altered
send_notification
function #30
v2.0.1
Changes
- Change h2 dependency to >= 4.0.0
v2.0
Changes
- Drop official support for Python 3.5
- Update PyJWT to >= 2.0.0
- Update h2 to 4.0.0