Skip to content

v0.4.1 - Memory usage fix

Compare
Choose a tag to compare
@jchambers jchambers released this 29 Oct 16:28
· 1 commit to v0.4.1 since this release

This release makes no changes to Pushy itself, but updates the required version of Netty to 4.0.24. Netty 4.0.24 includes two changes of interest to Pushy users:

  1. netty/netty#3058 fixes #138, an issue where Pushy would eventually run out of memory when sending lots of notifications.
  2. netty/netty#3031 disables SSLv3; this wasn't an issue for Pushy (since Apple is disabling SSLv3 on the server side), but is another nail in the coffin for those concerned about the POODLE vulnerability