Skip to content

v0.7 - Performance enhancements

Compare
Choose a tag to compare
@jchambers jchambers released this 29 Apr 23:26

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.