Aurora DSQL Connector for Python v0.2.1
·
808 commits
to main
since this release
Note: This release was originally published on Dec 29, 2025 by @danielfrankcom in awslabs/aurora-dsql-python-connector.
This release adds a parsing step which expands a cluster ID into the full cluster endpoint, when it is provided in the host kwarg. Previously, this functionality only worked when the cluster ID was provided as the DSN.
What's Changed
- Fix a typo in readme by @leszek-bq in awslabs/aurora-dsql-python-connector#18
- Standardize folder structure and format by @amaksimo in awslabs/aurora-dsql-python-connector#20
- Simplify example connection params by @amaksimo in awslabs/aurora-dsql-python-connector#21
- Add example smoke tests to integration workflow by @amaksimo in awslabs/aurora-dsql-python-connector#22
- Fix module paths for examples by @danielfrankcom in awslabs/aurora-dsql-python-connector#24
- Expand cluster ID to endpoint with host kwarg by @danielfrankcom in awslabs/aurora-dsql-python-connector#23
- Bump version from 0.2.0 to 0.2.1 by @danielfrankcom in awslabs/aurora-dsql-python-connector#25
New Contributors
- @amaksimo made their first contribution in awslabs/aurora-dsql-python-connector#20
- @danielfrankcom made their first contribution in awslabs/aurora-dsql-python-connector#24
Full Changelog: python/connector/v0.2.0...python/connector/v0.2.1