Pushy v0.15.0 has been released #911
jchambers
started this conversation in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Friends,
I'm pleased to announce that Pushy v0.15.0 has been released. It includes lots of important new features (including support for notification payload fields introduced in iOS 15) and bug fixes. Please see the release page for a summary of changes and the v0.15.0 milestone for a complete list of changes.
Please note that this release has a few breaking changes that you may need to address in your own code. In particular:
CompletableFuture<Integer>
instead ofCompletableFuture<Void>
AuthenticationToken
from a signing key no longer throws checked exceptionsPushNotificationResponse
interface now includes agetStatusCode
methodOptional
instead of@Nullable
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions