FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
webpush-java/CHANGELOG.md at master · web-push-libs/webpush-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
web-push-libs
/
webpush-java
Public
Notifications
You must be signed in to change notification settings
Fork
119
Star
357
Code
Issues
42
Pull requests
17
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
webpush-java
/
CHANGELOG.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (17 loc) · 1.08 KB
Breadcrumbs
webpush-java
/
CHANGELOG.md
Copy path
File metadata and controls
27 lines (17 loc) · 1.08 KB
Raw
Copy raw file
Download raw file
Outline
Edit and raw actions
5.1.1
Target Java 8 instead of Java 7.
Added an asynchronous version PushAsyncService of the PushService that performs non-blocking HTTP calls. Uses async-http-client under the hood.
5.1.0
Improvement: Add support for
urgency
&
topic
(contributed by
jamie@checkin.tech
).
Maintenance: Upgrade com.beust:jcommander to 1.78.
Maintenance: Upgrade org.bitbucket.b_c:jose4j to 0.7.0.
5.0.1
Bugfix: Only verify the VAPID key pair if the keys are actually present (fixes #73).
Improvement: Add test configurations for GCM-only to the selenium test suite.
5.0.0
Use aes128gcm as the default encoding (#75).
Remove BouncyCastle JAR from source and let Gradle put together the class path for the CLI.
4.0.0
Support
aes128gcm content encoding
(#72)
Use PushService.send(Notification, Encoding) or the analogous sendAsync with Encoding.AES128GCM.
Remove Guava dependency (#69)
Back
|
FazBrowse Home
|
New Git URL