v0.7 - Performance enhancements
This release focuses on performance enhancements. The big ones are:
- Optimized construction of push notification payloads in cases when the message body needed to be trimmed to fit within the maximum payload size (see #267).
- Batched expensive system calls to increase efficiency when sending notifications (see #278). See the
ApnsClient#setFlushThresholds(int, long)
documentation for additional details.
For a complete list of changes, please see the v0.7 milestone.