Skip to content

Releases: codedge-llc/pigeon

0.8

23 Jun 17:03
Compare
Choose a tag to compare
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

02 Jun 03:23
Compare
Choose a tag to compare
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