Skip to content

v0.6 - Proxy support and metrics

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

This release adds a handful of new features and enhancements that have been on the list of feature requests for some time. The highlights:

  • ApnsClients can now connect to APNs servers through an HTTP, SOCKS4, or SOCKS5 proxy. Please see the "Using a proxy" section of the README for details.
  • Users can assign an ApnsClientMetricsListener to an ApnsClient to gather metrics that provide insight into the client's performance and behavior. Please see the "Metrics" section of the README for details.
  • For users looking to squeeze the most performance possible out of Pushy, ApnsClients may now be set to use epoll by passing an EpollEventLoopGroup to the ApnsClient constructor.

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