aioapns

An efficient APNs Client Library for Python/asyncio

APACHE-2.0 License

Downloads
54.6K
Stars
116
Committers
7

Bot releases are hidden (Show)

aioapns - Latest Release

Published by Fatal1ty 4 months ago

Changes

  • Added http proxy support (#27, #65) by @chrigu
aioapns -

Published by Fatal1ty 7 months ago

Changes

  • Fixed compatibility with _SSLProtocolTransport from uvloop (#54, #58)
  • Added support for Python 3.11 (#57) by @kupsum
  • Dropped support for Python 3.6 and 3.7 (#59)
aioapns -

Published by Fatal1ty 12 months ago

Changes

  • Added timestamp in error responses for 410 status codes (#46) by @baldurh
aioapns -

Published by Fatal1ty about 1 year ago

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 ❤️

aioapns -

Published by Fatal1ty about 1 year ago

Changes

  • Added Live activity support (#34)

Many thanks to @BlaT2512 for this contribution

aioapns -

Published by Fatal1ty over 2 years ago

Changes

aioapns -

Published by Fatal1ty over 3 years ago

Changes

  • Fixed classifiers
aioapns -

Published by Fatal1ty over 3 years ago

Changes

  • Change h2 dependency to >= 4.0.0
aioapns -

Published by Fatal1ty over 3 years ago

Changes

  • Drop official support for Python 3.5
  • Update PyJWT to >= 2.0.0
  • Update h2 to 4.0.0
aioapns -

Published by Fatal1ty about 4 years ago

Changes

  • Fix for disabling hostname verification
aioapns -

Published by Fatal1ty about 4 years ago

Changes

  • Add more status codes (thx to @st3fan)
aioapns -

Published by Fatal1ty about 4 years ago

Changes

  • Certificate hostname validation is now enabled by default for security reasons. It can be turned off by using no_cert_validation option.
  • Update h2 to 3.2.0
aioapns -

Published by Fatal1ty almost 5 years ago

Changes

  • Fix for push_type parameter value
aioapns -

Published by Fatal1ty almost 5 years ago

Features

  • Add push_type parameter forapns-push-type header
aioapns -

Published by Fatal1ty about 5 years ago

Changes

  • Update h2 to 3.1.1