This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Releases: drjekyll-org/javapns
Releases · drjekyll-org/javapns
2.4.2
2.4.1
- Deprecate PushNotificationBigPayload. Use PushNotificationPayload instead.
2.4.0
- Allow device tokens with more than 64 bytes
- Increase the maximum payload size to 4000 bytes
- Keep SSL connections alive
- Allow to add media attachment to PushNotificationPayload
2.3.4
- Make put method of Payload protected
- Make constructors of PushNotificationPayload protected
- Code cleanup
- Remove duplicate exceptions from getMessage in PushNotificationManager
- Remove throws clauses on methods for checked exceptions that will never be thrown
2.3.3
- Update dependencies: org.json and slf4j
- Little tweaks
- Replace deprecated SSLSession methods