Skip to content

Releases: aws/aws-advanced-dotnet-data-provider-wrapper

AWS Advanced .NET Data Provider Wrapper - v1.0.1

10 Nov 22:45

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.1] - 2025-11-07

🐛 Fixed

  • AWS.AdvancedDotnetDataProviderWrapper.Dialect.MySqlClient no longer depends on AWS.AdvancedDotnetDataProviderWrapper.Dialect.Npgsql

AWS Advanced .NET Data Provider Wrapper - v1.0.0

07 Nov 01:35
29722a1

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-11-06

The AWS Advanced .NET Data Provider Wrapper is complementary to existing .NET database drivers and aims to extend their functionality to enable applications to take full advantage of the features of clustered databases such as Amazon Aurora. The AWS Advanced .NET Data Provider Wrapper does not connect directly to any database, but enables support of AWS and Aurora functionalities on top of an underlying .NET driver of the user's choice.

🪄 Added