File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog for v3.x
22
3+ ## v3.8.0-dev
4+
5+ ### Enhancements
6+
7+ * [ Ecto] Add new Embedded chapter to Introductory guides
8+ * [ Ecto.Query] Support parameterized types in ` type/2 `
9+ * [ Ecto.Query] Allow using ` type/2 ` with virtual fields
10+ * [ Ecto.Query] Suggest alternatives to inexistent fields in queries
11+ * [ Ecto.Schema] Validate options given to schema fields
12+ * [ Ecto.Schema] Add option to skip validations for default values
13+
14+ ### Bug fixes
15+
16+ * [ Ecto.Changeset] Address regression on ` validate_subset ` no longer working with custom array types
17+ * [ Ecto.Query] Handle atom list sigils in ` select `
18+ * [ Ecto.Query] Handle scenarios where ` (left not in right) ` would not be allowed in queries
19+ * [ Ecto.Repo] Properly handle literals in queries given to ` insert_all `
20+
321## v3.7.1 (2021-08-27)
422
523### Enhancements
You can’t perform that action at this time.
0 commit comments