This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
v0.5.2
- apns: Support for content-available inside aps payload. #29 Thanks @tanatana
- notification: Enqueue notification per token.
- This change might affect the performance for users use POST multiple tokens in single notification.
- See #30 for more details.
- worker: retry to push when server error is occured. #30
- conf: introduced
(ios|android).keepalive_timeout
. #31