File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,35 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v2.0.9] ( https://github.com/ash-project/ash_postgres/compare/v2.0.8...v2.0.9 ) (2024-06-13)
9
+
10
+
11
+
12
+
13
+ ### Features:
14
+
15
+ * autogenerate index in references (#321 )
16
+
17
+ * autogenerate index in references
18
+
19
+ ### Bug Fixes:
20
+
21
+ * fix invalid select on sorting by some calculations
22
+
23
+ * fix error message displaying in identity verifier
24
+
25
+ * ensure that context multitenancy is properly applied to lateral many-to-many joins
26
+
27
+ * don't assume old snapshots have ` index? ` key for attributes
28
+
29
+ * ` list_tenants ` -> ` all_tenants `
30
+
31
+ * when checking for roll back-able migrations, only check ` Path.basename `
32
+
33
+ ### Improvements:
34
+
35
+ * don't sort identity keys.
36
+
8
37
## [ v2.0.8] ( https://github.com/ash-project/ash_postgres/compare/v2.0.7...v2.0.8 ) (2024-06-06)
9
38
10
39
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
5
5
The PostgreSQL data layer for Ash Framework
6
6
"""
7
7
8
- @ version "2.0.8 "
8
+ @ version "2.0.9 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments