Webpush Go Versions Save

Web Push API Encryption with VAPID support.

v1.3.0

7 months ago

Updated the crypto module to v0.9.0 ECDH output on P-256 curve must be always 32 bytes . Added the ability to specify Vapid JWT token expiration

v1.2.0

2 years ago

Added a SendNotificationWithContext function that accepts a context for supporting telemetry solutions.

v1.1.3

2 years ago

Replaced the JWT library with golang-jwt/jwt.

Fixes #42

v1.1.1

3 years ago

Encodes and decodes VAPID base64 keys to ensure they are in the correct format.

Fixes https://github.com/SherClockHolmes/webpush-go/issues/26 Fixes https://github.com/SherClockHolmes/webpush-go/issues/29

v1.1.0

5 years ago

Added RecordSize to the Options struct. Limits the record size of the encrypted payload.

v1.0.1

5 years ago

Re-exporting the HTTP Client Interface to maintain compatibility with v0.0.1.

v1.0.0

5 years ago

v0.0.1

5 years ago