Danschultzer Pow Versions Save

Robust, modular, and extendable user authentication system

v1.0.38

1 month ago

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

2 months ago

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

3 months ago

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

4 months ago

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

7 months ago

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

8 months ago

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

8 months ago

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

11 months ago
  • [Pow.Phoenix.Mailer.Mail] Now renders html and text correctly in fallback mode for deprecated MailView #701

v1.0.30

1 year ago

####Bug fixes

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

v1.0.29

1 year ago

This version is updated to work with Phoenix 1.7, in particular using the new template components structure. All views have been removed, and Pow no longer requires the phoenix_view dependency.

Now requires Elixir 1.12+. #691

Enhancements

  • [Pow.Phoenix.Mailer.Mail] Revamped to conform to template component structure of Phoenix 1.7 #691
  • [Pow.Phoenix.Template] Now renders Tailwind based template components on Phoenix 1.7 #691

Deprecations

  • [Pow.Phoenix.Mailer.Mail] Deprecated :pow_mailer_layout in favor of :pow_mailer_layouts #691
  • [Mix.Pow.Phoenix.Mailer] Removed Mix.Pow.Phoenix.Mailer.create_view_file/5 #691
  • [Mix.Pow.Phoenix.Mailer] Removed Mix.Pow.Phoenix.Mailer.create_templates/4 #691
  • [Mix.Pow.Phoenix] Removed Mix.Pow.Phoenix.create_view_file/4 #691