Releases: codedge-llc/pigeon
Releases · codedge-llc/pigeon
0.8
- Implemented Chatterbox as APNS HTTP2 client
- APNS server responses now caught asynchronously
- GCM support for
notification
and data
payload keys (Pigeon.GCM.Notification.new
API-breaking changes)
- Updated Poison dependency
0.7
- APNS cert/key configs can now either be a file path, full-text string, or
{:your_app, "path/to/file.pem"}
(which looks in the /priv
directory of your app)
- Fixed APNSWorker crash on
:ssl.send/2
timeout
- Better error-handling for invalid APNS configs