Pow v1.0.25 Release Notes

Release Date: 2021-09-26 // over 2 years ago
  • ๐Ÿ‘ Now supports Phoenix 1.6.x, and phoenix_html 3.x.x.

    โœจ Enhancements

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

    ๐Ÿ› Bug fixes

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

    ๐Ÿ“š Documentation

    • Updated [redis guide](guides/redis_cache_store_backend.md) to use synchronous writes unless writes: :async is passed in config options
    • Updated [redis guide](guides/redis_cache_store_backend.md) to use optimized lookups with sorted keys