Releases: aws/aws-advanced-dotnet-data-provider-wrapper
AWS Advanced .NET Data Provider Wrapper - v1.0.1
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.MySqlClientno longer depends onAWS.AdvancedDotnetDataProviderWrapper.Dialect.Npgsql
AWS Advanced .NET Data Provider Wrapper - v1.0.0
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
- Support for PostgreSQL and MySql
- Support for Entity Framework on MySQL
- Support for NHibernate
- The Aurora Initial Connection Plugin
- The Failover Plugin
- The Host Monitoring Plugin
- The AWS IAM Authentication Plugin
- The AWS Secrets Manager Authentication Plugin
- The AWS Okta Authentication Plugin
- The AWS Federated Authentication Plugin