Skip to content

Releases: pow-auth/pow

v1.0.39

11 Jan 20:12
Compare
Choose a tag to compare

Now requires Elixir 1.14+.

Bug fixes

  • [Pow.Extension.Ecto.Schema] Fixed deprecation warning in Elixir 1.18 #735 (thanks @gVirtu)
  • [Mix.Pow.Ecto.Migration] Fixed compilation warning in Elixir 1.18 #736
  • [Pow.Ecto.Schema] Fixed issues caused by changes in Ecto 3.12.0 #736

v1.0.38

11 Apr 11:49
Compare
Choose a tag to compare

Bug fixes

  • [Pow.Ecto.Schema.Changeset] Fixed issue with schemas having a :data field not being handled correctly in changeset functions #729 (thanks @oivoodoo!)

v1.0.37

03 Mar 23:30
Compare
Choose a tag to compare

Bug fixes

  • [Pow.Phoenix.Template] Now sets the function annotation in caller environment to prevent compile error when :debug_heex_annotations is set to true #726

v1.0.36

08 Feb 04:28
Compare
Choose a tag to compare

Bug fixes

  • [Pow.Phoenix.ViewHelpers] Now ensures format for layouts in Phoenix 1.7 is conformed to prevent conflicting layouts found warnings #721

v1.0.35

05 Jan 00:56
Compare
Choose a tag to compare

Handles Elixir 1.16 deprecations. #719

Enhancements

  • [Pow.Ecto.Schema.Changeset] Now handles MFA for :password_hash_verify #716
  • [Pow.Ecto.Schema.Changeset] Now handles MFA for :email_validator #716

Deprecations

  • [Pow.Ecto.Schema.Changeset] Deprecated :password_hash_methods in favor of :password_hash_verify #715

v1.0.34

18 Sep 18:11
Compare
Choose a tag to compare

Note: This release contains an important security fix. It is recommended to update immediately if you are using the Pow.Store.Backend.MnesiaCache.

Bug fixes

  • [Pow.Store.Backend.MnesiaCache] Fixed bug where expired cached keys are not invalidated on startup

v1.0.33

06 Sep 03:03
Compare
Choose a tag to compare

Bug fixes

  • [Pow.Phoenix.Controller] Fixed regression bug with Phoenix.View and :namespace option #712
  • [Pow.Phoenix.ViewHelpers] Now falls back to view named modules to prevent upgrade issues #712

v1.0.32

30 Aug 13:59
Compare
Choose a tag to compare

Removed deprecation warnings for Elixir 1.15. #710

Bug fixes

  • [Pow.Phoenix.Controller] Now uses Phoenix.View when it's available with :namespace option to prevent upgrade issues #709

v1.0.31

09 Jun 14:38
Compare
Choose a tag to compare
  • [Pow.Phoenix.Mailer.Mail] Now renders html and text correctly in fallback mode for deprecated MailView #701

v1.0.30

28 Apr 16:44
Compare
Choose a tag to compare

####Bug fixes

  • [Pow] Ensure the dependency is loaded before matching version in Pow.dependency_vsn_match?/2 #697