Skip to content

v1.0.23

Compare
Choose a tag to compare
@danschultzer danschultzer released this 22 Mar 17:36
0fc9e25

Enhancements

  • [Pow.Ecto.Context] No longer automatically reloads the struct after insert or update #600
  • [PowInvitation.Ecto.Schema] Added PowInvitation.Ecto.Schema.invitation_token_changeset/1 #596
  • [PowInvitation.Ecto.Schema] Added PowInvitation.Ecto.Schema.invited_by_changeset/2 #596
  • [Pow.Ecto.Schema.Password.Pbkdf2] Now uses :crypto.mac/4 if available to support OTP 24 #602
  • [PowEmailConfirmation.Phoenix.ControllerCallbacks] Now returns :info instead of :error #612

Bug fixes

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