Releases: st-user/zerodep-web-push-java
Releases · st-user/zerodep-web-push-java
v2.1.2
Resolved issues / New features
N/A
Deprecations
N/A
Breaking changes
N/A
The other changes
-
The versions of the following dependencies are updated
- OkHttp : 4.10.0 -> 4.12.0
- Apache HTTPClient : 5.2.1 -> 5.3.1
- Eclipse Jetty Client Libraries : 9.4.50.v20221201 -> 9.4.54.v20240208
- Vert.x Web Client : 4.3.7 -> 4.5.8
v1.6.2
Resolved issues / New features
N/A
Deprecations
N/A
Breaking changes
N/A
The other changes
-
The versions of the following dependencies are updated
- OkHttp : 4.10.0 -> 4.12.0
- Apache HTTPClient : 5.2.1 -> 5.3.1
- Eclipse Jetty Client Libraries : 9.4.50.v20221201 -> 9.4.54.v20240208
- Vert.x Web Client : 4.3.7 -> 4.5.8
v2.1.1
Resolved issues / New features
N/A
Deprecations
N/A
Breaking changes
N/A
The other changes
-
The versions of the following dependencies are updated
- OkHttp : 4.9.3 -> 4.10.0
- Apache HTTPClient : 5.1.3 -> 5.2.1
- Eclipse Jetty Client Libraries : 9.4.46.v20220331 -> 9.4.50.v20221201
- Vert.x Web Client : 4.3.0 -> 4.3.7
v1.6.1
Resolved issues / New features
N/A
Deprecations
N/A
Breaking changes
N/A
The other changes
-
The versions of the following dependencies are updated
- OkHttp : 4.9.3 -> 4.10.0
- Apache HTTPClient : 5.1.3 -> 5.2.1
- Eclipse Jetty Client Libraries : 9.4.46.v20220331 -> 9.4.50.v20221201
- Vert.x Web Client : 4.3.0 -> 4.3.7
v2.1.0
v1.6.0
v2.0.2
v1.5.0
v2.0.1
v2.0.0
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
- Eclipse Jetty Client Libraries : 9.4.45.v20220203 -> 9.4.46.v20220331
- Vert.x Web Client : 4.2.6 -> 4.2.7