v1.0.25
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:passwordfields now haveredact: trueoption set #637 - [
Pow.Phoenix.Controller]Pow.Phoenix.Controller.action/3now properly handles{:halt, conn}returned in thebefore_processcallback #632 - [
Pow.Store.Backend.EtsCache] Now does synchronous writes unlesswrites: :asyncis passed in config options #650 - [
Pow.Store.Backend.MnesiaCache] Now does synchronous writes unlesswrites: :asyncis passed in config options #650
Bug fixes
- [
Pow.Operations]Pow.Operations.fetch_primary_key_values/2now ensures that module exists and is loaded before deriving primary keys #643
Documentation
- Updated redis guide to use synchronous writes unless
writes: :asyncis passed in config options #650 - Updated redis guide to use optimized lookups with sorted keys #564