team-alembic / ash_authentication_phoenix

Drop-in authentication support for Phoenix apps using AshAuthentication.
MIT License
52 stars 23 forks source link

chore(deps): bump ash from 2.20.3 to 2.21.1 #404

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps ash from 2.20.3 to 2.21.1.

Changelog

Sourced from ash's changelog.

v2.21.1 (2024-03-25)

Improvements:

  • detect loaded-through types

v2.21.0 (2024-03-24)

Features:

  • add less_than, greater_than constraints to float, decimal (#936)

  • allow providing descriptions to Ash.Type.Enum values (#940)

Bug Fixes:

  • convert %{__struct__: T} into %T{} (#947)

  • corrections for reload/reload! (#942)

  • show that Policy.Check.strict_check can return an error tuple (#945)

  • remove unnecessary function

  • fully expand calculation and aggregate references for applying authorization

  • batch_change/3 is never called for updates (#938)

  • bulk updates for streams ignore :batch_size

  • don't double-encode vector data (#934)

  • update set/get/update_context function specs to use maps (#935)

Improvements:

  • support load option for create/update/destroy (#946)

  • restore old behavior of leveraging in memory values for calculations

  • simplify inspect for aggregates

  • add matches built-in policy check (#937)

Commits
  • a31caaf chore: release version v2.21.1
  • 88d0b46 improvement: detect loaded-through types
  • de90f23 chore: release version v2.21.0
  • 9f1d1ff chore: format
  • 4e93212 chore: fix match clause on calculation evaluation
  • a85f559 fix: convert %{__struct__: T} into %T{} (#947)
  • e6315e2 improvement: support load option for create/update/destroy (#946)
  • ac0ff0e improvement: restore old behavior of leveraging in memory values for calculat...
  • 7734ac0 fix: corrections for reload/reload! (#942)
  • d65294c fix: show that Policy.Check.strict_check can return an error tuple (#945)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)