Skip to content

v1.0.25

Compare
Choose a tag to compare
@danschultzer danschultzer released this 27 Sep 01:38

Now supports Phoenix 1.6.x, and phoenix_html 3.x.x. #646 #649

Enhancements

  • [Pow.Ecto.Schema.Fields] The :password_hash, :current_password, and :password fields now have redact: true option set #637
  • [Pow.Phoenix.Controller] Pow.Phoenix.Controller.action/3 now properly handles {:halt, conn} returned in the before_process callback #632
  • [Pow.Store.Backend.EtsCache] Now does synchronous writes unless writes: :async is passed in config options #650
  • [Pow.Store.Backend.MnesiaCache] Now does synchronous writes unless writes: :async is passed in config options #650

Bug fixes

  • [Pow.Operations] Pow.Operations.fetch_primary_key_values/2 now ensures that module exists and is loaded before deriving primary keys #643

Documentation

  • Updated redis guide to use synchronous writes unless writes: :async is passed in config options #650
  • Updated redis guide to use optimized lookups with sorted keys #564