Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2021

Bumps pow from 1.0.24 to 1.0.26.

Release notes

Sourced from pow's releases.

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 #655

Bug fixes

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

Documentation

  • Updated api guide to use Plug.Conn.register_before_send/2 for token writes #652

v1.0.25

Now supports Phoenix 1.6.x, and phoenix_html 3.x.x. #646 #649

Enhancements

  • [Pow.Ecto.Schema.Fields] The :password_hash, :current_password, and :password fields now have redact: true option set #637
  • [Pow.Phoenix.Controller] Pow.Phoenix.Controller.action/3 now properly handles {:halt, conn} returned in the before_process callback #632
  • [Pow.Store.Backend.EtsCache] Now does synchronous writes unless writes: :async is passed in config options #650
  • [Pow.Store.Backend.MnesiaCache] Now does synchronous writes unless writes: :async is passed in config options #650

Bug fixes

  • [Pow.Operations] Pow.Operations.fetch_primary_key_values/2 now ensures that module exists and is loaded before deriving primary keys #643

Documentation

  • Updated redis guide to use synchronous writes unless writes: :async is passed in config options #650
  • Updated redis guide to use optimized lookups with sorted keys #564
Changelog

Sourced from pow's changelog.

v1.0.26 (2021-11-06)

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 to use Plug.Conn.register_before_send/2 for token writes

v1.0.25 (2021-09-26)

Now supports Phoenix 1.6.x, and phoenix_html 3.x.x.

Enhancements

  • [Pow.Ecto.Schema.Fields] The :password_hash, :current_password, and :password fields now have redact: true option set
  • [Pow.Phoenix.Controller] Pow.Phoenix.Controller.action/3 now properly handles {:halt, conn} returned in the before_process callback
  • [Pow.Store.Backend.EtsCache] Now does synchronous writes unless writes: :async is passed in config options
  • [Pow.Store.Backend.MnesiaCache] Now does synchronous writes unless writes: :async is passed in config options

Bug fixes

  • [Pow.Operations] Pow.Operations.fetch_primary_key_values/2 now ensures that module exists and is loaded before deriving primary keys

Documentation

  • Updated redis guide to use synchronous writes unless writes: :async is passed in config options
  • Updated redis guide to use optimized lookups with sorted keys
Commits
  • 4fafa6d Roll version
  • e04a44a Merge pull request #655 from danschultzer/auto-init-mnesia-cluster
  • 4a2b166 Add auto initialization of mnesia cluster
  • ff80a9b Merge pull request #654 from danschultzer/mensia-start-error
  • d32dbcb Fix handling of mnesia application start
  • 7654440 Docs update
  • 994d905 Add sponsor info
  • 5a6202c Merge pull request #652 from danschultzer/update-api-guide
  • 672045d Update API guide to use Conn.register_before_send for writes
  • 0b7f04d Credo fix
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pow](https://github.com/danschultzer/pow) from 1.0.24 to 1.0.26.
- [Release notes](https://github.com/danschultzer/pow/releases)
- [Changelog](https://github.com/danschultzer/pow/blob/master/CHANGELOG.md)
- [Commits](pow-auth/pow@v1.0.24...v1.0.26)

---
updated-dependencies:
- dependency-name: pow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from orlera as a code owner December 1, 2021 16:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant