fun_with_flags v1.1.0 Release Notes

Release Date: 2018-11-07 // over 5 years ago
    • ⬇️ Drop support for Elixir 1.5. Elixir >= 1.6 is now required.
    • ⬇️ Drop support for OTP 19. OTP >= 20 is now required.
    • ⚡️ Update to Ecto 3 with the ecto_sql package.
    • ⚡️ Update to Redix 0.8 and Redix.PubSub 0.5.
    • Ecto persistence: add NOT NULL constraints to the table definition in the Ecto migration. This is not a breaking change: the constraints have been added because those values are never null anyway. If users of the library want to add them, they can do so by adding this migration to their projects.
    • Redis persistence: allow to configure the Redis URL with a system tuple to read it from an environment variable. (Thanks seangeo, pull/29)