Skip to content

Commit c61774d

Browse files
committed
chore: release version v3.5.34
1 parent 839eb7a commit c61774d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
<!-- changelog -->
44

5+
## [v3.5.34](https://github.com/ash-project/ash/compare/v3.5.33...v3.5.34) (2025-08-07)
6+
7+
8+
9+
10+
### Bug Fixes:
11+
12+
* Accept nil input for maps and TypedStructs (#2257) by [@FugiTech](https://github.com/FugiTech)
13+
14+
* pass actor: nil to ash.get in get_and_lock_for_update (#2256) by Jesse Williams
15+
16+
* add default impl for rewrite/3 & get_rewrites/4 for Ash.Type. (#2251) by [@Torkan](https://github.com/Torkan)
17+
18+
* filter out invalid changeset, before running the bulk before transactions (#2249) by [@barnabasJ](https://github.com/barnabasJ)
19+
20+
* minor tweaks to usage rules (#2246) by albinkc
21+
22+
* handle updates on union types containing arrays (#2237) by Rutgerdj
23+
24+
### Improvements:
25+
26+
* Support through for many to many relationship gen (#2233) by Kenneth Kostrešević
27+
28+
* Update usage-rules.md to include Polymorphic Relationships (#2211) by Gonzalo Muñoz
29+
30+
* filter expression verifier (#2243) by Kenneth Kostrešević
31+
32+
* Introduce extension introspection functions on Ash.*.Info (#2239) by [@maennchen](https://github.com/maennchen)
33+
534
## [v3.5.33](https://github.com/ash-project/ash/compare/v3.5.32...v3.5.33) (2025-07-29)
635

736

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Ash.MixProject do
66
A declarative, extensible framework for building Elixir applications.
77
"""
88

9-
@version "3.5.33"
9+
@version "3.5.34"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)