Lib.Net.Http.WebPush v2.3.0 Release Notes

Release Date: 2020-03-11 // about 4 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, and MaxRetriesAfter in Azure Functions binding

Previous changes from v2.2.0

  • โž• Additions and Changes

    • โž• Added HttpContent based constructor for PushMessage