Latest version `1.3.2` of Ash Phoenix depends on Ash version `~> 2.16.1` with known bug
Closed this issue · 2 comments
jakeschurch commented
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
zachdaniel commented
1.3.3
is out with looser version requirements. Thanks for the report :)
jakeschurch commented
tysm @zachdaniel !