Lib.Net.Http.WebPush v2.3.0 Release Notes
Release Date: 2020-03-11 // about 5 years ago-
🐛 Bug Fixes
- 🛠 Fix for incorrect reuse of internally created
HttpContent
- 🛠 Fix for incorrect reuse of internally created
HttpRequestMessage
➕ Additions and Changes
- ➕ Added context information to
PushServiceClientException
(thank you @techfg) - ➕ Added setting for maximum limit of automatic retries in case of 429 Too Many Requests
- 🔦 Exposed
AutoRetryAfter
,DefaultTimeToLive
, andMaxRetriesAfter
in Azure Functions binding
- 🛠 Fix for incorrect reuse of internally created
Previous changes from v2.2.0
-
➕ Additions and Changes
- ➕ Added HttpContent based constructor for PushMessage