All Versions
10
Latest Version
Avg Release Cycle
112 days
Latest Release
1642 days ago
Changelog History
Changelog History
-
v2.3.0 Changes
March 11, 2020๐ 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
-
v2.2.0 Changes
February 28, 2019โ Additions and Changes
- โ Added HttpContent based constructor for PushMessage
-
v2.1.0 Changes
February 19, 2019โ Additions and Changes
- ๐ Automatic support for retries in case of 429 Too Many Requests
-
v2.0.0 Changes
January 20, 2019โ Additions and Changes
- Strong named the assembly
- ๐ Changed default authentication scheme to VAPID
-
v1.5.0 Changes
July 17, 2018๐ Bug Fixes
- Fix for Length Required issue in case of push message delivery request to MS Edge
-
v1.4.0 Changes
July 07, 2018โ Additions and Changes
- โ Added support for .NET Standard 2.0
-
v1.3.0 Changes
February 21, 2018๐ Bug Fixes
- ๐ Fix for push messages urgency
โ Additions and Changes
- โ Added constructor which accepts instance of
HttpClient
- ๐ Minor performance improvements
-
v1.2.0 Changes
January 18, 2018โ Additions and Changes
- โ Added support for push messages topic
- โ Added support for push messages urgency
-
v1.1.0 Changes
January 10, 2018โ Additions and Changes
- โ Added VAPID tokens caching capability
- โ Added support for both VAPID schemes
-
v1.0.0 Changes
February 01, 2019๐ Initial release of Azure Functions and Azure WebJobs binding extensions for Web Push Protocol based client for Push Service.