Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps ash from 3.4.68 to 3.5.0.

Changelog

Sourced from ash's changelog.

v3.5.0 (2025-03-26)

Bug Fixes:

  • don't set accessing_from on lookups for managed relationships

This may be a breaking change for some cases, but ultimately we felt it was too confusing to leave as it was. The semantics of accessing_from meant that "all actions done as part of manage_relationship were allowed to be performed. This was the intended design, but made it easy to implement an authorization related bug. Specifcaly, the on_lookup behavior would set that context as well, potentially allowing a user to relate something to a resource that you did not intend them to be able to see.

Improvements:

  • add tenant() filter template expression (#1909)

  • Ash.Domain.Igniter.add_new_code_interface/5

  • add unsafe_to_atom? constraint for Ash.Type.Atom

  • support expr(exists(relation)) (#1912)

v3.4.73 (2025-03-25)

Bug Fixes:

  • use attribute names, not structs, for retaining ets update attrs

  • supply reactor with nil values for non-supplied arguments

v3.4.72 (2025-03-25)

Bug Fixes:

  • retain loaded fields on ETS data layer update

  • Fixes processing of manual bulk actions, with tests. (#1903)

  • Ensure batch_size is correctly set, return values are nil if not requested.

... (truncated)

Commits

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 <dependency name> 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)

Bumps [ash](https://github.com/ash-project/ash) from 3.4.68 to 3.5.0.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Mar 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2025

Superseded by #173.

@dependabot dependabot bot closed this Mar 28, 2025
@dependabot dependabot bot deleted the dependabot/hex/ash-3.5.0 branch March 28, 2025 02:56
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