Releases: mochidev/swift-webpush
Releases · mochidev/swift-webpush
Version 0.1.2
Overview
This release ads proper error types to check when decoding configurations or sending push messages, namely BadSubscriberError()
, which needs to be checked to prevent push services from rate limiting and block-listing your server.
What's Changed
- Fix documentation link by @natanrolnik in #11
- Errors by @dimitribouniol in #12
New Contributors
- @natanrolnik made their first contribution in #11
Full Changelog: 0.1.1...0.1.2
Version 0.1.1
Overview
This releases fixes an issue where push messages were never sent out as they immediately failed due to their timeouts being misconfigured.
What's Changed
- Add a timeout by @helje5 in #8
- README Updates by @dimitribouniol in #9
New Contributors
Full Changelog: 0.1.0...0.1.1
Version 0.1.0
What's Changed
- Base64 URL Coding by @dimitribouniol in #1
- VAPID Authentication Header by @dimitribouniol in #2
- Authorization Header Caching by @dimitribouniol in #3
- Subscribers Model by @dimitribouniol in #4
- Sending Push Messages by @dimitribouniol in #5
- Mocked Types by @dimitribouniol in #6
New Contributors
- @dimitribouniol made their first contribution in #1
Full Changelog: https://github.com/mochidev/swift-webpush/commits/0.1.0