pigeon v2.0.0 Release Notes

  • ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Default JSON library set to Jason. (#182)
    • ๐Ÿšš Pigeon application module moved from Pigeon to Pigeon.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.