Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version 1.3.2 of Ash Phoenix depends on Ash version ~> 2.16.1 with known bug #139

Closed
jakeschurch opened this issue Mar 11, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jakeschurch
Copy link

Describe the bug

Required version of latest ash phoenix release 1.3.2 requires ash version with (upstream fixed) bug that ensures that "If the aggregated resource has a default preparation that will load other resources, the aggregation will fail". See Ash issue #806

To Reproduce
Have following in mix.exs's deps, and try to load multiple aggregates, follow Ash issue #806 to reproduce.

{:ash, "~> 2.16.1"},
{:ash_phoenix, "~> 1.3.2"},

Expected behavior
A clear and concise description of what you expected to happen.

Runtime

  • Elixir version 1.15.7
  • Erlang version 25
  • OS darwin
  • Ash version 2.16.1
  • any related extension versions phoenix 1.3.2
@jakeschurch jakeschurch added the bug Something isn't working label Mar 11, 2024
@zachdaniel
Copy link
Contributor

1.3.3 is out with looser version requirements. Thanks for the report :)

@jakeschurch
Copy link
Author

tysm @zachdaniel !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants