Skip to content

Releases: tpeczek/Lib.Net.Http.WebPush

Lib.Azure.WebJobs.Extensions.WebPush 1.4.1

25 Feb 20:53
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Lib.Net.Http.WebPush dependency version.

Lib.AspNetCore.WebPush 2.2.1

24 Feb 20:31
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Lib.Net.Http.WebPush dependency version.

Lib.Net.Http.WebPush 3.2.1

09 Jun 20:03
Compare
Choose a tag to compare

Bug Fixes

  • Fix for client keys casing and validation

Lib.Net.Http.WebPush 3.2.0

10 Dec 21:34
Compare
Choose a tag to compare

Additions and Changes

  • Dropped support for .NET Core 2.1
  • Added support for .NET 6.0

Lib.Azure.WebJobs.Extensions.WebPush 1.4.0

02 Feb 21:31
Compare
Choose a tag to compare

Additions and Changes

  • Dropped support for .NET Core 2.1
  • Added support for .NET 6.0

Lib.AspNetCore.WebPush 2.2.0

02 Feb 21:23
Compare
Choose a tag to compare

Additions and Changes

  • Dropped support for .NET Core 2.1
  • Added support for .NET 6.0

Lib.Net.Http.WebPush 3.1.0

02 Feb 21:17
Compare
Choose a tag to compare

Additions and Changes

  • Dropped support for .NET Standard 1.6
  • Removed dependency on Bouncy Castle for .NET 5
  • VapidAuthentication now implements IDisposable

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