- Add support for time sensitive notifications.
- Fixed notification size check for different push types.
- Added
voip
,complication
,fileprovider
andmdm
push types.
- Fixed development api host
- Fixed cli
- 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.
- 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
- Updated httpx.
- Fixed click dependency.