All Versions
10
Latest Version
Avg Release Cycle
112 days
Latest Release
840 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.