Pow v1.0.27 Release Notes

Release Date: 2022-04-27 // almost 2 years ago
  • ๐Ÿ‘ Now supports ecto_sql 3.8.x and requires Elixir 1.11+.

    โœจ Enhancements

    • [Pow.Ecto.Schema] has been refactored to conform the @pow_fields and @pow_assocs attributes with separate migration options

Previous changes from v1.0.26

  • โœจ Enhancemnets

    • [Pow.Store.Backend.MnesiaCache.Unsplit] The unsplit module will now initialize the Mnesia cluster when nodes are connected lazily by resetting the Mnesia schema

    ๐Ÿ› Bug fixes

    • [Pow.Store.Backend.MnesiaCache] Now properly handles Mnesia application start errors

    ๐Ÿ“š Documentation

    • Updated [api guide](guides/api.md) to use Plug.Conn.register_before_send/2 for token writes