Skip to content

Releases: st-user/zerodep-web-push-java

v2.1.2

02 Jun 11:25
Compare
Choose a tag to compare

Resolved issues / New features

N/A

Deprecations

N/A

Breaking changes

N/A

The other changes

v1.6.2

02 Jun 11:24
Compare
Choose a tag to compare

Resolved issues / New features

N/A

Deprecations

N/A

Breaking changes

N/A

The other changes

v2.1.1

30 Dec 04:11
Compare
Choose a tag to compare

Resolved issues / New features

N/A

Deprecations

N/A

Breaking changes

N/A

The other changes

v1.6.1

30 Dec 04:13
Compare
Choose a tag to compare

Resolved issues / New features

N/A

Deprecations

N/A

Breaking changes

N/A

The other changes

v2.1.0

21 May 13:51
Compare
Choose a tag to compare

Resolved issues / New features

  • Add methods used to get VAPID public key in base64url form #14

Deprecations

N/A

Breaking changes

N/A

The other changes

  • Javadocs are slightly modified and improved.

v1.6.0

21 May 13:50
Compare
Choose a tag to compare

Resolved issues / New features

  • Add methods used to get VAPID public key in base64url form #15

Deprecations

N/A

Breaking changes

N/A

The other changes

  • Javadocs are slightly modified and improved.

v2.0.2

19 May 01:41
Compare
Choose a tag to compare

Resolved issues / New features

Use 'require static' for the 'java.net.http' module dependency #12

Deprecations

N/A

Breaking changes

N/A

The other changes

  • The versions of the following dependencies are updated

v1.5.0

19 May 01:40
Compare
Choose a tag to compare

Resolved issues / New features

Introduce a JWT generator for VAPID without any 3rd party library #11

Deprecations

N/A

Breaking changes

N/A

The other changes

  • The versions of the following dependencies are updated

v2.0.1

05 May 16:06
Compare
Choose a tag to compare

Hot-fix release intended to explicitly set --release flag on compilation (see).

v2.0.0

05 May 16:01
Compare
Choose a tag to compare

NOTE

  • The branch of v2 is derived from the v1.3.2 release revision.
  • From v2.0.0, java 10 or lower are no longer supported. The minimum supported Java version is 11. (#9)

Resolved issues/New features

  • Introduce a JWT generator for VAPID without any 3rd party library #7
  • Introduce an implementation for RequestPreparer utilizing JDK11 Http Client. #8

Deprecations

N/A

Breaking changes

  • The following deprecated methods are removed. (#10)
    • com.zerodeplibs.webpush.jwt.VAPIDJWTParam.Builder#expiresAt
    • com.zerodeplibs.webpush.jwt.VAPIDJWTParam.Builder#expiresAfterSeconds

The other changes

  • Javadocs and error messages of com.zerodeplibs.webpush.jwt.VAPIDJWTParam are slightly modified and improved.

  • The versions of the following dependencies are updated