Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@anilsnl anilsnl released this 20 Aug 18:08

AdsPush v2.0.0 Release Notes

VAPID WebPush Support

The latest version of our NuGet package now includes support for Voluntary Application Server Identification (VAPID) with WebPush. This enhancement ensures a more standardized approach for authenticating with push services, improving security and interoperability.

Sample JS WebPush Client Project

To aid developers in getting started with our package, we've added a sample JavaScript WebPush client project. This sample code demonstrates how to integrate and utilize our push notification services in web applications effectively.

Documentation Updates

Reflecting the new features and updates, the documentation has been thoroughly revised. New sections have been added to guide users through the integration of VAPID WebPush and other enhancements, ensuring a smooth implementation process.

TTL (Time To Live) Support for BasicSend Operations

In this release, we've introduced TTL support for basic sending operations. TTL defines the lifespan of a message in the queue if the recipient is not currently reachable. This feature allows developers more control over how long a push notification should attempt to be delivered before being discarded.

By incorporating these updates, we've aimed to make our NuGet package more versatile and user-friendly. Users are encouraged to consult the updated documentation for detailed guidance on these new features.