Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 1.2 KB

Changelog

23.7

  • Add support for time sensitive notifications.

20.8.1

  • Fixed notification size check for different push types.

20.8

  • Added voip, complication, fileprovider and mdm push types.

20.7

  • Fixed development api host
  • Fixed cli

20.6

  • Incompatible change to how clients are created. Please refer to the documentation.
  • Incompatible change to the command line interface to allow targeting simulators.
  • Added support to send notifications to simulators.

20.4

  • Significantly more robust
  • Better latency, as connections are created ahead of time
  • Better concurrency using HTTP/2 streams
  • Implemented connection pool
  • Rewritten to use h2 directly
  • Removed httpx and structlog dependencies

20.2

  • Updated httpx.

19.11.1

  • Fixed click dependency.

19.11

  • Removed aapns.connect
  • Removed all import aliases from aapns
  • Removed custom HTTP/2 client (replaced with httpx)
  • Added aapns.api.create_client to instantiate a connection to APNS.
  • Added full, mypy verified, type hints
  • Added black formatting
  • Changed build system from setuptools to poetry