pigeon v2.0.0-rc.0 Release Notes
-
๐ Changed
- 0๏ธโฃ Default JSON library set to Jason. (#182)
- ๐ Pigeon application module moved from
Pigeon
toPigeon.Application
. (#183) - Kadabra bumped to v0.5.0, and now a required dependency. (#184)
- ๐ Sending a list of pushes synchronously now actually sends them one at a time. For production
workloads, using the async
:on_response
callback is strongly suggested.
๐ Fixed
- โ Removed Elixir 1.11 compile warnings. (#184)
โ Removed
- ๐ง
:certfile
and:keyfile
are no longer valid options for APNS configurations. Instead, read the file before loading (e.g.cert: File.read!("cert.pem")
) (#183) - ๐
:debug_log
removed.