v0.13.7 - Performance improvements and optional ALPN support for mock servers
This release includes a few small changes that yield major performance benefits for users whose throughput is primarily limited by processing time.
- Updated to Netty 4.1.32, which includes some under-the-hood improvements that give us a solid performance boost with no changes to Pushy itself (#658)
- Consolidated calls to
flush()
, which greatly reduces overhead when sending lots of notifications at the same time (#657)
Additionally, we re-introduced ALPN as an optional feature for mock servers (#656, #660). This is only really useful for folks who want to test non-Pushy clients against Pushy's mock server, and should have no adverse effects or system requirements for everybody else.
For a complete list of changes, please see the v0.13.7 milestone.