Skip to content

Releases: awslabs/aurora-dsql-orms

Aurora DSQL Tools for Prisma v0.1.0

03 Feb 00:25
6175db2

Choose a tag to compare

Initial release of Aurora DSQL Tools for Prisma

  • Schema validator for DSQL compatibility checking
  • Migration transformer for DSQL-required SQL transformations
  • All-in-one migrate command for streamlined workflow
  • Veterinary app example with DsqlPrismaClient

See README for full documentation.

Aurora DSQL Adapter for Tortoise ORM v0.1.4

30 Jan 22:22
8d3fc12

Choose a tag to compare

This release updates the package metadata and documentation to align with the migrated Aurora DSQL ORM Adapters monorepo location.

What's Changed

Full Changelog: python/tortoise-orm/v0.1.3...python/tortoise-orm/v0.1.4

Aurora DSQL Adapter for Tortoise ORM v0.1.3

30 Jan 22:18
python/tortoise-orm/v0.1.3

Choose a tag to compare

This release migrates the Tortoise ORM adapter to the new Aurora DSQL ORM Adapters monorepo.

What's Changed

No functional changes

Full Changelog: python/tortoise-orm/v0.1.2...python/tortoise-orm/v0.1.3

Aurora DSQL dialect for SQLAlchemy v1.1.3

30 Jan 22:11
93c13b3

Choose a tag to compare

This release fixes the metadata published to PyPI to ensure the full documentation is visible for readers.

What's Changed

New Contributors

  • @github-actions[bot] made their first contribution in #63

Full Changelog: python/sqlalchemy/v1.1.2...python/sqlalchemy/v1.1.3

Aurora DSQL adapter for Django v0.4.1

30 Jan 22:03
93c13b3

Choose a tag to compare

This release fixes the metadata published to PyPI to ensure the full documentation is visible for readers.

What's Changed

  • Update changelog for python/django/v0.4.0 by @github-actions[bot] in #71
  • Fix Python publishing metadata by @danielfrankcom in #72

Full Changelog: python/django/v0.4.0...python/django/v0.4.1

Aurora DSQL adapter for Django v0.4.0

30 Jan 19:41
c7736be

Choose a tag to compare

This release migrates the Django adapter to the new Aurora DSQL ORM Adapters monorepo and switches to using the Aurora DSQL Connector for Python for IAM authentication.

Breaking change: Python 3.10+ is now required (previously 3.9+). Python 3.9 reached end-of-life in October 2025, and the integrated aurora-dsql-python-connector dependency requires Python 3.10+.

The adapter now uses aurora-dsql-python-connector instead of direct boto3 token generation for IAM authentication. This simplifies configuration, by allowing the region to be inferred from the cluster endpoint where possible, making it optional. All connector options are available via Django's OPTIONS dict, including the previously unavailable custom_credentials_provider for custom authentication scenarios.

Breaking change: As a result of the above, aws_profile/expires_in have been renamed to profile/token_duration_secs to match the Python connector.

What's Changed

New Contributors

Full Changelog: python/django/v0.3.0...python/django/v0.4.0

Aurora DSQL Dialect for Hibernate v1.0.1

30 Jan 23:47
a0c2b3d

Choose a tag to compare

This release migrates the Hibernate dialect to the new Aurora DSQL ORM Adapters monorepo and updates tooling/documentation accordingly. The dialect is functionally equivalent to v1.0.0.

The Pet Clinic example application now uses the Aurora DSQL Connector for JDBC for IAM authentication, replacing manual token generation with the AWS SDK.

Dependencies versions have been updated for both the dialect and example application.

What's Changed

New Contributors

Full Changelog: java/hibernate/v1.0.0...java/hibernate/v1.0.1

Aurora DSQL dialect for SQLAlchemy v1.1.2

29 Jan 23:30
7263058

Choose a tag to compare

This release updates the documentation to reference the new aurora-dsql-orms monorepo. There should be no functional change to the adapter.

What's Changed

Full Changelog: python/sqlalchemy/v1.1.1...python/sqlalchemy/v1.1.2

Aurora DSQL Adapter for Tortoise ORM v0.1.2

29 Jan 00:12
7f919ee

Choose a tag to compare

Note: This release was originally published on Jan 27, 2026 by @danielfrankcom in awslabs/aurora-dsql-tortoise-orm.


This release publishes license information to PyPI as part of the package metadata for better visibility.

What's Changed

New Contributors

Full Changelog: awslabs/aurora-dsql-tortoise-orm@0.1.1...0.1.2

Aurora DSQL dialect for SQLAlchemy v1.1.1

29 Jan 18:33

Choose a tag to compare

This release migrates the SQLAlchemy adapter to the new Aurora DSQL ORM Adapters monorepo, improves SSL/TLS
configuration defaults, and adds type checking support.

The sslrootcert parameter now defaults to "system" instead of "./root.pem", using the system's default certificate authority trust store. On systems where the Amazon Root CA is already trusted, no additional SSL configuration is required. See the new SSL/TLS Configuration documentation for details.

The codebase now passes pyright strict type checking. Example code has been modernized to use SQLAlchemy 2.0 Mapped[] and mapped_column() style for proper type inference.

What's Changed

Full Changelog: python/sqlalchemy/v1.1.0...python/sqlalchemy/v1.1.1