Lib.Net.Http.WebPush v2.3.0 Release Notes
Release Date: 2020-03-11 // over 3 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