Tags: 27medkamal/ash
Tags
release v3.4.21 [v3.4.21](ash-project/ash@v3.4.20...v3.4.21) (2024-09-24) Bug Fixes: * handle `nil` result in `Ash.first` * add checks for `around_transaction` and `around_action` in bulk (ash-project#1474) * include distinct from queries in aggregate query * reselect required attributes unless `reuse_values?` is `true` * properly return `{:not_atomic` while applying atomic changes Improvements: * proper error on unsupported aggregates
release v3.4.20 [v3.4.20](ash-project/ash@v3.4.19...v3.4.20) (2024-09-23) Bug Fixes: * don't double-load data on bulk update reads Improvements: * support more formats in `Ash.can` * add `validate?` option to `Ash.can`/`Ash.can?`
release v3.4.19 [v3.4.19](ash-project/ash@v3.4.18...v3.4.19) (2024-09-21) Bug Fixes: * properly generate bypasses with `Ash.Resource.Igniter.add_bypass/2` Improvements: * support nested fields in input sorts * optimize the reselection of necessary attributes on lazy loading * optimize `Ash.Resource.selected?/2` in light of 3.0 changes
release v3.4.18 [v3.4.18](ash-project/ash@v3.4.17...v3.4.18) (2024-09-20) Bug Fixes: * properly increment version in optimist lock's non-atomic branch * ensure that policy group rules are enforced * ensure that around_transaction and around_action hooks incur simple updates
release v3.4.17 [v3.4.17](ash-project/ash@v3.4.16...v3.4.17) (2024-09-19) Bug Fixes: * handle more types in `Ash.Query.unload` * ensure_select: properly escape changeset.select (ash-project#1466) Improvements: * add span & telemetry events for running calculations * validate action types in `action_type` check
release v3.4.16 [v3.4.16](ash-project/ash@v3.4.15...v3.4.16) (2024-09-18) Bug Fixes: * ensure Ash.Seed always sets action_select Improvements: * properly log successful policy breakdowns with extra info * add `Ash.Filter.fetch_simple_equality_predicate`
release v3.4.15 [v3.4.15](ash-project/ash@v3.4.14...v3.4.15) (2024-09-17) Improvements: * add `load` option to `Ash.Query.for_read` * add backwards compat upgrade guide
release v3.4.14 [v3.4.14](ash-project/ash@v3.4.13...v3.4.14) (2024-09-17) Bug Fixes: * properly detect domains that don't exist yet in `ash.gen.domain`
release v3.4.13 [v3.4.13](ash-project/ash@v3.4.12...v3.4.13) (2024-09-17) Bug Fixes: * honor `skip_global_validations?` on fully atomic changesets * ensure calculation context is fully propagated to sort statements * ensure that `resource` context is set for expanding filter descriptions
release v3.4.12 [v3.4.12](ash-project/ash@v3.4.11...v3.4.12) (2024-09-16) Bug Fixes: * ensure that action_select is set on seeding data Improvements: * add more resource updating logic * add `_new` options for Ash.Resource.Igniter
PreviousNext