Releases: web-push-libs/web-push-csharp
Releases · web-push-libs/web-push-csharp
v1.0.13
Full Changelog: v1.0.13...v1.0.13
What's Changed
- Friendly exception for invalid keys by @GurGaller in #83
- Get rid of Newtonsoft.Json by @7702244 in #95
New Contributors
- @GurGaller made their first contribution in #83
- @7702244 made their first contribution in #95
Full Changelog: v1.0.12...v1.0.13
v1.0.12
#79 Implement an interface for mocking in UnitTests
#59, #63 Include response content in WebPushException & Improve the error message when the request fails
#64 Add cancellation taken to Async methods and remove duplicate methods.
#60 Add GCM key when calling FCM endpoint if VapidDetails are not provided.
#71 202 HTTP response causes WebPushException
Allow Vapid header to include expiration.
#53 - Allow HttpClient to be passed via constructor.
v1.0.11
Merge pull request #34 from web-push-libs/issue-32 Fix support for net45+
v1.0.10
#28 Replace AesFastEngine with AesEngine.