Skip to content

Commit

Permalink
chore: release version v3.4.39
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 1, 2024
1 parent f80612e commit 9cc8c33
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,35 @@

<!-- changelog -->

## [v3.4.38](https://github.com/ash-project/ash/compare/v3.4.37...v3.4.38) (2024-10-31)
## [v3.4.39](https://github.com/ash-project/ash/compare/v3.4.38...v3.4.39) (2024-11-01)

### Bug Fixes:

- [`Ash.Changeset`] emit warnings about already validated actions in before_action hooks too

- [`Ash.Changeset`] add missing case clause for `Changeset.atomic_update` type cast (#1569)

- [`Ash.Type.Map`] handle case of invalid map/keyword key when type casting

- [`Ash.Type.Keyword`] handle case of invalid map/keyword key when type casting

### Improvements:

- [error messages] more better error bread crumbs

## [v3.4.38](https://github.com/ash-project/ash/compare/v3.4.37...v3.4.38) (2024-10-31)

### Bug Fixes:

* [`Ash.Changeset`] detect transaction hooks added by around_transaction and before_transaction & manual actions
- [`Ash.Changeset`] detect transaction hooks added by around_transaction and before_transaction & manual actions

* [`Ash.Changeset`] don't special case `nil` change on `force_change_attribute`
- [`Ash.Changeset`] don't special case `nil` change on `force_change_attribute`

### Improvements:

* [`Ash.Domain`] default backwards compatible interface to false for domains
- [`Ash.Domain`] default backwards compatible interface to false for domains

* [`Ash.Changeset`, create actions] more and better bread crumbs for changesets & create actions
- [`Ash.Changeset`, create actions] more and better bread crumbs for changesets & create actions

## [v3.4.37](https://github.com/ash-project/ash/compare/v3.4.36...v3.4.37) (2024-10-30)

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.4.38"
@version "3.4.39"

def project do
[
Expand Down

0 comments on commit 9cc8c33

Please sign in to comment.