Skip to content

v0.5.2 - More HTTP/2 bug fixes!

Compare
Choose a tag to compare
@jchambers jchambers released this 29 Mar 03:03

This is another minor release that contains fixes for two bugs:

  • Fixed a NullPointerException that could prevent connection Futures 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 to ApnsClient for those of you who get your certificates via getResourceAsStream (#235)

For a complete list of changes, please see the v0.5.2 milestone.