v0.6 - Proxy support and metrics
This release adds a handful of new features and enhancements that have been on the list of feature requests for some time. The highlights:
ApnsClient
s 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 anApnsClient
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,
ApnsClient
s may now be set to useepoll
by passing anEpollEventLoopGroup
to theApnsClient
constructor.
For a complete list of changes, please see the v0.6 milestone.