Skip to content

Commit 39afa31

Browse files
Update changelog for v0.2.0
This commit was created by changelog-from-release in 'Release' CI workflow
1 parent 062f076 commit 39afa31

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
<a id="v0.2.0"></a>
2+
# [v0.2.0](https://github.com/awslabs/aurora-dsql-django/releases/tag/v0.2.0) - 2025-09-29
3+
4+
This release includes the following changes:
5+
- 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)
55+
56+
**Full Changelog**: https://github.com/awslabs/aurora-dsql-django/compare/v0.1.0...v0.2.0
57+
58+
[Changes][v0.2.0]
59+
60+
161
<a id="v0.1.0"></a>
262
# [v0.1.0](https://github.com/awslabs/aurora-dsql-django/releases/tag/v0.1.0) - 2024-12-04
363

@@ -10,6 +70,7 @@ Initial version of the [Aurora DSQL](https://aws.amazon.com/rds/aurora/dsql/) Dj
1070
[Changes][v0.1.0]
1171

1272

73+
[v0.2.0]: https://github.com/awslabs/aurora-dsql-django/compare/v0.1.0...v0.2.0
1374
[v0.1.0]: https://github.com/awslabs/aurora-dsql-django/tree/v0.1.0
1475

1576
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.9.0 -->

0 commit comments

Comments
 (0)