Version 0.4.0
Overview
This release adds support for message deduplication "topics" and automatic retries for certain push service errors, and adds relevant networking configurations for different use cases. HTTPError
has also been renamed to PushServiceError
.
The library is now feature complete, and has complete testing and documentation coverage. Unless any major issues pop up over the next few weeks, this form of the API will likely be tagged with a 1.0.0
🎉.
What's Changed
- Renamed HTTPError to PushServiceError by @dimitribouniol in #48
- Topics by @dimitribouniol in #49
- Retries and Network Configuration by @dimitribouniol in #50
- Custom HTTP Client by @dimitribouniol in #51
- Documentation Completeness by @dimitribouniol in #52
Full Changelog: 0.3.3...0.4.0