Skip to content

Commit 6f065b2

Browse files
committed
Update CHANGELOG
1 parent dde708e commit 6f065b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Ecto.Query] Introduce `is_named_binding` guard
99
* [Ecto.Query] Subqueries are now supported in `distinct`, `group_by`, `order_by` and `window` expressions
1010
* [Ecto.Query] Allow `select_merge` to be used in more `insert_all` and subquery operations by merging distinct fields
11+
* [Ecto.Query] Allow literal maps inside `dynamic/2`
1112
* [Ecto.Query] Support macro expansion at the root level of `order_by`
1213
* [Ecto.Query] Support preloading subquery sources in `from` and `join`
1314
* [Ecto.Query] Allow map updates with dynamic values in `select`
@@ -16,8 +17,10 @@
1617
* [Ecto.Repo] Allow Hot Updates on upsert queries in Postgres by removing duplicate fields during replace_all
1718
* [Ecto.Repo] `insert_all` supports queries with only source
1819
* [Ecto.Repo] `insert_all` supports queries with the update syntax
20+
* [Ecto.Repo] Support `:allow_stale` on Repo struct/changeset operations
1921
* [Ecto.Schema] Allow schema fields to be read-only via `:writable` option
2022
* [Ecto.Schema] Add `:defaults_to_struct` option to `embeds_one`
23+
* [Ecto.Schema] Support `:duration` type which maps to Elixir v1.17 duration
2124
* [Ecto.Type] Bubble up custom cast errors of the inner type for `{:map, type}` and `{:array, type}`
2225
* [Ecto.Type] Add `Ecto.Type.cast!/2`
2326

0 commit comments

Comments
 (0)