All Versions
10
Latest Version
Avg Release Cycle
112 days
Latest Release
1507 days ago

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