Pow v1.0.23 Release Notes

Release Date: 2021-03-22 // about 3 years ago
  • ✨ Enhancements

    • ⚡️ [Pow.Ecto.Context] No longer automatically reloads the struct after insert or update
    • [PowInvitation.Ecto.Schema] Added PowInvitation.Ecto.Schema.invitation_token_changeset/1
    • [PowInvitation.Ecto.Schema] Added PowInvitation.Ecto.Schema.invited_by_changeset/2
    • 👍 [Pow.Ecto.Schema.Password.Pbkdf2] Now uses :crypto.mac/4 if available to support OTP 24
    • [PowEmailConfirmation.Phoenix.ControllerCallbacks] Now returns :info instead of :error message for when the user has to confirm their email

    🐛 Bug fixes

    • ⚠ [Pow.Store.Backend.MnesiaCache] No longer triggers Elixir 1.11 dependency warnings