Skip to content

Commit

Permalink
chore: release version v3.0.0-rc.41
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed May 3, 2024
1 parent 6a1359c commit 0e2220b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,51 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v3.0.0-rc.41](https://github.com/ash-project/ash/compare/v3.0.0-rc.40...v3.0.0-rc.41) (2024-05-03)




### Features:

* add read_action option to bulk actions (#1088)

### Bug Fixes:

* various fixes around bulk actions, types, error handling

* fix match validation when performed atomically

* ensure only the intended failing test fails (#1105)

* trim spaces from codegen name (#1106)

* set `notify?: true` when `return_notifications?: true` is set

* fix `changing_attributes` for multiple attributes (#1101)

* use `InvalidReturnType`, not `AssumptionFailed` for callback returns

* enforce that transaction hooks are not added from other hooks

* fixes to some atomic validations (#1094)

* multiple small bugs when loading for calculate

* run changesets w/ `after_transaction` hooks through standard logic

* properly hydrate refs in related query

* properly express not atomic reason in bulk updates

* properly set actor on query in bulk update

* no need to restrict sorting on arrays

### Improvements:

* normalise `List.wrap` usage for policy checks (#1103)

## [v3.0.0-rc.40](https://github.com/ash-project/ash/compare/v3.0.0-rc.39...v3.0.0-rc.40) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""

@version "3.0.0-rc.40"
@version "3.0.0-rc.41"

def project do
[
Expand Down

0 comments on commit 0e2220b

Please sign in to comment.