v0.5.2 - More HTTP/2 bug fixes!
This is another minor release that contains fixes for two bugs:
- Fixed a
NullPointerException
that could prevent connectionFutures
from firing as expected if the connection attempt failed very quickly (#228) - Fixed incorrectly-parsed timestamps when a notification was rejected due to an unregistered token (#237)
It also includes a handful of small improvements:
- Updated to Netty 4.1.0 CR2 (#231)
- Added additional logging to indicate whether Pushy will try to use the JDK SSL provider or a native SSL provider via
netty-tcnative
(#230) - Added
InputStream
-based constructors toApnsClient
for those of you who get your certificates viagetResourceAsStream
(#235)
For a complete list of changes, please see the v0.5.2 milestone.