pigeon v2.0.0-rc.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.