File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,26 @@ Requires Elixir v1.14+.
7
7
### Enhancements
8
8
9
9
* [ Ecto] Support Elixir's built-in JSON
10
- * [ Ecto.Repo ] Add ` Ecto.Repo.all_by /3 `
10
+ * [ Ecto.Enum ] Add ` Ecto.Enum.cast_value /3 `
11
11
* [ Ecto.Query] Allow schema to be used for ` values ` list types
12
12
* [ Ecto.Query] Allow strings in ` field/2 `
13
13
* [ Ecto.Query] Add ` identifier/1 ` in queries
14
14
* [ Ecto.Query] Add ` constant/1 ` in queries
15
15
* [ Ecto.Query] Allow ` exclude/2 ` to remove windows
16
+ * [ Ecto.Query] Allow source fields in ` json_extract_path `
17
+ * [ Ecto.Repo] Add ` Ecto.Repo.prepare_transaction/2 ` user callback
18
+ * [ Ecto.Repo] Add ` Ecto.Repo.all_by/3 `
19
+ * [ Ecto.Schema] Support ` @schema_redact: :all_except_primary_keys ` module attribute
16
20
17
21
### Bug fixes
18
22
23
+ * [ Ecto.Query] Allow select merging maps with all nil values
19
24
* [ Ecto.Schema] Fix an issue where Ecto could warn an association did not exist, when it did
20
25
26
+ ## v3.12.6 (2025-06-11)
27
+
28
+ Fix deprecations on Elixir v1.19.
29
+
21
30
## v3.12.5 (2024-11-28)
22
31
23
32
### Bug fixes
You can’t perform that action at this time.
0 commit comments