Tags: arosenb2/ash
Tags
release v2.15.17 [v2.15.17](ash-project/ash@v2.15.16...v2.15.17) (2023-10-11) Bug Fixes: * properly authorize access to query aggregates in all cases
release v2.15.16 [v2.15.16](ash-project/ash@v2.15.15...v2.15.16) (2023-10-11) Improvements: * move various transformers to be verifiers
release v2.15.15 [v2.15.15](ash-project/ash@v2.15.14...v2.15.15) (2023-10-11) Improvements: * support atomics on upserts
release v2.15.14 [v2.15.14](ash-project/ash@v2.15.13...v2.15.14) (2023-10-11) Improvements: * ensure all changesets sent batched to data layer have same set of atomics
release v2.15.13 [v2.15.13](ash-project/ash@v2.15.12...v2.15.13) (2023-10-11) Bug Fixes: * move misplaced file and fix typespecs for Ash.DataLayer.Ets.Info * properly set `invalid_keys` on action inputs * properly validate required arguments for generic actions
release v2.15.12 [v2.15.12](ash-project/ash@v2.15.11...v2.15.12) (2023-10-10) Improvements: * set storage type for citext to `ci_string`
release v2.15.11 [v2.15.11](ash-project/ash@v2.15.10...v2.15.11) (2023-10-10) Bug Fixes: * honor `authorize?` option for calls to aggregate
release v2.15.10 [v2.15.10](ash-project/ash@v2.15.9...v2.15.10) (2023-10-09) Bug Fixes: * handle `false` values properly when passed to flows Improvements: * support to-one reference paths in calculations * add `Ash.Sort.expr_sort`. In 3.0 sort should be a macro
release v2.15.9 [v2.15.9](ash-project/ash@v2.15.8...v2.15.9) (2023-10-06) Bug Fixes: * properly rollback transactions on returned errors in generic actions * generate keysets immediately after read action * prepare_change_array on embedded types needs to handle `nil` * handle_change_array on embedded types needs to honor `nil` Improvements: * allow overriding `cast_input/2` on `NewType`
release v2.15.8 [v2.15.8](ash-project/ash@v2.15.7...v2.15.8) (2023-10-03) Bug Fixes: * don't use `||` when fetching arguments because `false || nil` is `nil` * handle exceptions in generic actions * fix types for `min`/`max` constraints in `Type.Float` (ash-project#718) * lower compile time dependencies * raise cleaner error on missing action in bulk creates * allow for `ref` to contain nested templates Improvements: * massage changesets & queries in `Ash.Error.to_ash_error/3`
PreviousNext