You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added documentation for known issues and workarounds
6
+
- Support for `CREATE INDEX ASYNC`
7
+
- Improved UUID primary key behavior when using `AutoField`
8
+
- Improved migration support
9
+
- Clear error messages for unsupported features during migrations
10
+
- Disabled server-side cursors by default (not supported by DSQL)
11
+
12
+
This release defines and verifies support for the following Django versions:
13
+
- Django 4.2.x (LTS)
14
+
- Django 5.0.x
15
+
- Django 5.1.x
16
+
- Django 5.2.x (LTS)
17
+
18
+
The release also adds verified support for Python 3.13.
19
+
20
+
## What's Changed
21
+
* Remove template to use default template to use default by [@imforster](https://github.com/imforster) in [#38](https://github.com/awslabs/aurora-dsql-django/pull/38)
22
+
* Bump version for closed-issue-message by [@imforster](https://github.com/imforster) in [#39](https://github.com/awslabs/aurora-dsql-django/pull/39)
23
+
* Add PyPI release badge by [@danielfrankcom](https://github.com/danielfrankcom) in [#40](https://github.com/awslabs/aurora-dsql-django/pull/40)
24
+
* Bump actions/checkout from 4 to 5 by [@dependabot](https://github.com/dependabot)[bot] in [#42](https://github.com/awslabs/aurora-dsql-django/pull/42)
25
+
* Bump actions/setup-python from 5 to 6 by [@dependabot](https://github.com/dependabot)[bot] in [#44](https://github.com/awslabs/aurora-dsql-django/pull/44)
26
+
* Bump actions/github-script from 7 to 8 by [@dependabot](https://github.com/dependabot)[bot] in [#43](https://github.com/awslabs/aurora-dsql-django/pull/43)
27
+
* Bump aws-actions/configure-aws-credentials from 4 to 5 by [@dependabot](https://github.com/dependabot)[bot] in [#45](https://github.com/awslabs/aurora-dsql-django/pull/45)
28
+
* Improve migration support using `CREATE INDEX ASYNC` by [@danielfrankcom](https://github.com/danielfrankcom) in [#47](https://github.com/awslabs/aurora-dsql-django/pull/47)
29
+
* Remove unnecessary foreign key operation overrides by [@danielfrankcom](https://github.com/danielfrankcom) in [#48](https://github.com/awslabs/aurora-dsql-django/pull/48)
30
+
* Use `uv` tooling for build by [@danielfrankcom](https://github.com/danielfrankcom) in [#52](https://github.com/awslabs/aurora-dsql-django/pull/52)
31
+
* Disable check constraints via feature flag by [@danielfrankcom](https://github.com/danielfrankcom) in [#49](https://github.com/awslabs/aurora-dsql-django/pull/49)
32
+
* Clean up expression index handling by [@danielfrankcom](https://github.com/danielfrankcom) in [#50](https://github.com/awslabs/aurora-dsql-django/pull/50)
33
+
* Add documented support for Python 3.13 by [@danielfrankcom](https://github.com/danielfrankcom) in [#55](https://github.com/awslabs/aurora-dsql-django/pull/55)
34
+
* Add repo link to published metadata by [@danielfrankcom](https://github.com/danielfrankcom) in [#57](https://github.com/awslabs/aurora-dsql-django/pull/57)
35
+
* Switch to setuptools-scm for dynamic versioning by [@danielfrankcom](https://github.com/danielfrankcom) in [#58](https://github.com/awslabs/aurora-dsql-django/pull/58)
36
+
* Automatically update CHANGELOG.md on release by [@danielfrankcom](https://github.com/danielfrankcom) in [#59](https://github.com/awslabs/aurora-dsql-django/pull/59)
37
+
* Remove no-op overrides for ALTER TABLE operations by [@danielfrankcom](https://github.com/danielfrankcom) in [#51](https://github.com/awslabs/aurora-dsql-django/pull/51)
38
+
* Allow release workflow to be temporarily invoked manually by [@danielfrankcom](https://github.com/danielfrankcom) in [#60](https://github.com/awslabs/aurora-dsql-django/pull/60)
39
+
* Update changelog for v0.1.0 by [@github-actions](https://github.com/github-actions)[bot] in [#62](https://github.com/awslabs/aurora-dsql-django/pull/62)
40
+
* Use built-in changelog PR creation by [@danielfrankcom](https://github.com/danielfrankcom) in [#61](https://github.com/awslabs/aurora-dsql-django/pull/61)
41
+
* Fix foreign key references to UUID primary key type by [@danielfrankcom](https://github.com/danielfrankcom) in [#53](https://github.com/awslabs/aurora-dsql-django/pull/53)
42
+
* Disable server-side cursors by default by [@danielfrankcom](https://github.com/danielfrankcom) in [#54](https://github.com/awslabs/aurora-dsql-django/pull/54)
43
+
* Improve documentation for known issues by [@danielfrankcom](https://github.com/danielfrankcom) in [#56](https://github.com/awslabs/aurora-dsql-django/pull/56)
44
+
* Add publishing to release workflow by [@danielfrankcom](https://github.com/danielfrankcom) in [#63](https://github.com/awslabs/aurora-dsql-django/pull/63)
45
+
* Format files with ruff by [@danielfrankcom](https://github.com/danielfrankcom) in [#64](https://github.com/awslabs/aurora-dsql-django/pull/64)
46
+
* Ignore ruff formatting commit during git blame by [@danielfrankcom](https://github.com/danielfrankcom) in [#65](https://github.com/awslabs/aurora-dsql-django/pull/65)
47
+
* Add Django version matrix testing to CI/CD workflow by [@danielfrankcom](https://github.com/danielfrankcom) in [#66](https://github.com/awslabs/aurora-dsql-django/pull/66)
48
+
* Remove extra README heading by [@danielfrankcom](https://github.com/danielfrankcom) in [#67](https://github.com/awslabs/aurora-dsql-django/pull/67)
49
+
50
+
## New Contributors
51
+
*[@imforster](https://github.com/imforster) made their first contribution in [#38](https://github.com/awslabs/aurora-dsql-django/pull/38)
52
+
*[@danielfrankcom](https://github.com/danielfrankcom) made their first contribution in [#40](https://github.com/awslabs/aurora-dsql-django/pull/40)
53
+
*[@dependabot](https://github.com/dependabot)[bot] made their first contribution in [#42](https://github.com/awslabs/aurora-dsql-django/pull/42)
54
+
*[@github-actions](https://github.com/github-actions)[bot] made their first contribution in [#62](https://github.com/awslabs/aurora-dsql-django/pull/62)
0 commit comments