File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,17 +7,26 @@ Requires Elixir v1.14+.
77### Enhancements
88
99 * [ 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 `
1111 * [ Ecto.Query] Allow schema to be used for ` values ` list types
1212 * [ Ecto.Query] Allow strings in ` field/2 `
1313 * [ Ecto.Query] Add ` identifier/1 ` in queries
1414 * [ Ecto.Query] Add ` constant/1 ` in queries
1515 * [ 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
1620
1721### Bug fixes
1822
23+ * [ Ecto.Query] Allow select merging maps with all nil values
1924 * [ Ecto.Schema] Fix an issue where Ecto could warn an association did not exist, when it did
2025
26+ ## v3.12.6 (2025-06-11)
27+
28+ Fix deprecations on Elixir v1.19.
29+
2130## v3.12.5 (2024-11-28)
2231
2332### Bug fixes
You can’t perform that action at this time.
0 commit comments