Skip to content

Releases: tpeczek/Lib.Net.Http.WebPush

Lib.AspNetCore.WebPush 2.0.0

23 Nov 18:22
Compare
Choose a tag to compare

New release of ASP.NET Core extensions for Web Push Protocol based client for Push Service.

Lib.Net.Http.WebPush 2.3.0

11 Mar 22:39
Compare
Choose a tag to compare

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, and MaxRetriesAfter in Azure Functions binding

Lib.Net.Http.WebPush 2.2.0

28 Feb 21:32
Compare
Choose a tag to compare

Additions and Changes

  • Added HttpContent based constructor for PushMessage

Lib.Net.Http.WebPush 2.1.0

19 Feb 20:59
Compare
Choose a tag to compare

Additions and Changes

  • Automatic support for retries in case of 429 Too Many Requests

Lib.Azure.WebJobs.Extensions.WebPush 1.0.0

01 Feb 20:25
Compare
Choose a tag to compare

Initial release of Azure Functions and Azure WebJobs binding extensions for Web Push Protocol based client for Push Service.

Lib.Net.Http.WebPush 2.0.0

20 Jan 17:04
Compare
Choose a tag to compare

Additions and Changes

  • Strong named the assembly
  • Changed default authentication scheme to VAPID

Lib.Net.Http.WebPush 1.5.0

17 Jul 20:46
Compare
Choose a tag to compare

Bug Fixes

  • Fix for Length Required issue in case of push message delivery request to MS Edge

Lib.Net.Http.WebPush 1.4.0

07 Jul 19:43
Compare
Choose a tag to compare

Additions and Changes

  • Added support for .NET Standard 2.0

Lib.Net.Http.WebPush 1.3.0

21 Feb 20:56
Compare
Choose a tag to compare

Bug Fixes

  • Fix for push messages urgency

Additions and Changes

  • Added constructor which accepts instance of HttpClient
  • Minor performance improvements

Lib.Net.Http.WebPush 1.2.0

18 Jan 19:50
Compare
Choose a tag to compare

Additions and Changes

  • Added support for push messages topic
  • Added support for push messages urgency