Skip to content

Releases: Fatal1ty/aioapns

v4.0

14 Apr 12:38

Choose a tag to compare

Changes

  • APNs and APNsKeyConnectionPool classes now treat the key argument as a key body, not a path to the key (#62) by @FCosse

v3.3.1

05 Jul 16:01

Choose a tag to compare

Changes

  • Fixed apns_protocol_factory being wrapped in tuple (#66) by @pomali

v3.3

30 Jun 10:36

Choose a tag to compare

Changes

v3.2

17 Mar 13:58

Choose a tag to compare

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

23 Oct 12:05

Choose a tag to compare

Changes

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

v3.0

28 Aug 20:05

Choose a tag to compare

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

28 Aug 20:00

Choose a tag to compare

Changes

  • Added Live activity support (#34)

Many thanks to @BlaT2512 for this contribution

v2.1

20 Jan 14:02

Choose a tag to compare

Changes

  • Added support for Python 3.10
  • Altered send_notification function #30

v2.0.2

03 Feb 22:17

Choose a tag to compare

Changes

  • Fixed classifiers

v2.0.1

03 Feb 22:05

Choose a tag to compare

Changes

  • Change h2 dependency to >= 4.0.0