Pow v1.0.9 Release Notes

Release Date: 2019-06-04 // almost 5 years ago
  • ๐Ÿ”„ Changes

    • Pow.Phoenix.Router will now only add specific routes if there is no matching route already defined #199
    • โž• Added Pow.Plug.get_plug/1 and instead of :mod, :plug is used in config #207
    • Pow.Ecto.Context.authenticate/2 now returns nil if user id or password is nil #201

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘‰ Fixed bug with exception raised in Pow.Ecto.Schema.normalize_user_id_field_value/1 when calling Pow.Ecto.Context.get_by/2 with a non binary user id #201
    • ๐Ÿ‘‰ Fixed bug with exception raised in Pow.Ecto.Schema.normalize_user_id_field_value/1 when calling Pow.Ecto.Context.authenticate/2 with a non binary user id #201

    ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ Deprecated Pow.Plug.get_mod/1 #207
    • โœ‚ Removed call to Pow.Ecto.Context.repo/1 b66912f