Skip to content

Commit cf25431

Browse files
committed
chore: release version v3.4.63
1 parent bf8a55a commit cf25431

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

Diff for: CHANGELOG.md

+69
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,75 @@
22

33
<!-- changelog -->
44

5+
## [v3.4.63](https://github.com/ash-project/ash/compare/v3.4.62...v3.4.63) (2025-02-11)
6+
7+
8+
9+
10+
### Bug Fixes:
11+
12+
* set `read_after_writes` to true if generated
13+
14+
* type cast errors w/ floats & vectors
15+
16+
* handle case clause error in filters
17+
18+
* don't return invalid type from vector type
19+
20+
* don't double process string interpolation expressions
21+
22+
* Include warning for arguments only when 'things' are arguments (#1785)
23+
24+
* empty bulk create inputs must still return a stream
25+
26+
* don't use `authorize_with: :error` on data layers that can't do it
27+
28+
* pass tenant to load in cascade destroy (#1775)
29+
30+
* add tenant to load in cascade update (#1773)
31+
32+
* raise errors on partial_success results in bulk actions
33+
34+
* add `reuse_values?` opt to `Ash.can` and disable it automatically
35+
36+
* compile `Ash.PlugHelpers` even without `Plug` available
37+
38+
* expand `opts` when using `calculate/3`
39+
40+
* handle base resources in `ash.extend`
41+
42+
* type system warning on apps w/o solvers
43+
44+
* Fix no read action exception for through relationship (#1750)
45+
46+
* always recompile domain on resource changes
47+
48+
* fix handling of generic action returns with transaction enabled (#1758)
49+
50+
* type struct handle instance of return error tuple (#1756)
51+
52+
* Compilation failure when using the `ash_step` Reactor DSL. (#1753)
53+
54+
* pass `authorize?` option to `bulk_create` in `Ash.Generator.generate_many/2`
55+
56+
### Improvements:
57+
58+
* Add string_position expression (#1782)
59+
60+
* add `dimensions` to vector type
61+
62+
* add filter & transform options for pubsub notifier
63+
64+
* verify pub_sub actions at compile time
65+
66+
* more clean boolean filter optimization for `or ==`
67+
68+
* add `reuse_values?` option for calculate!
69+
70+
* prefer `calculate/3` when reusing values
71+
72+
* add `c:Ash.Type.coerce/2` callback
73+
574
## [v3.4.62](https://github.com/ash-project/ash/compare/v3.4.61...v3.4.62) (2025-01-31)
675

776

Diff for: mix.exs

+1-1
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.4.62"
9+
@version "3.4.63"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)