We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012888c commit a0ca993Copy full SHA for a0ca993
CHANGELOG.md
@@ -4,6 +4,20 @@
4
5
Requires Elixir v1.14+.
6
7
+### Enhancements
8
+
9
+ * [Ecto] Support Elixir's built-in JSON
10
+ * [Ecto.Repo] Add `Ecto.Repo.all_by/3`
11
+ * [Ecto.Query] Allow schema to be used for `values` list types
12
+ * [Ecto.Query] Allow strings in `field/2`
13
+ * [Ecto.Query] Add `identifier/1` in queries
14
+ * [Ecto.Query] Add `constant/1` in queries
15
+ * [Ecto.Query] Allow `exclude/2` to remove windows
16
17
+### Bug fixes
18
19
+ * [Ecto.Schema] Fix an issue where Ecto could warn an association did not exist, when it did
20
21
## v3.12.5 (2024-11-28)
22
23
### Bug fixes
0 commit comments