v1.3.0: Message Length and other improvements
- FCM Multi-Host handler: Now you can handle multiple FCM Rewrite Proxies
(with distinct keys) on one common-proxies instance
- Increase UnifiedPush allowed length to 4096 bytes (in compliance with new spec)
- Split FCM rewrite proxy requests into two when they're longer than
the FCM size. The base64 encoding causes a 4096 byte UP request to
be 5464 base64 characters, which doesn't fit in one FCM message.
- Log and properly process FCM error messages
- Change response code to 201 instead of 202 in compliance with new
spec.
Documentation for all the new features is coming soon.