You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
+
4
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/#semantic-versioning-200).
5
+
6
+
## [1.0.0] - 2025-11-06
7
+
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.
8
+
9
+
### :magic_wand: Added
10
+
- Support for PostgreSQL and MySql
11
+
- Support for Entity Framework on [MySQL](./docs/using-the-dotnet-driver/UsingEntityFrameworkIntegration.md)
12
+
- Support for [NHibernate](./AwsWrapperDataProvider.NHibernate/README.md)
13
+
- The [Aurora Initial Connection Plugin](./docs/using-the-dotnet-driver/using-plugins/UsingTheAuroraInitialConnectionStrategyPlugin.md)
14
+
- The [Failover Plugin](./docs/using-the-dotnet-driver/using-plugins/UsingTheFailoverPlugin.md)
15
+
- The [Host Monitoring Plugin](./docs/using-the-dotnet-driver/using-plugins/UsingTheHostMonitoringPlugin.md)
16
+
- The [AWS IAM Authentication Plugin](./docs/using-the-dotnet-driver/using-plugins/UsingTheIamAuthenticationPlugin.md)
17
+
- The [AWS Secrets Manager Authentication Plugin](./docs/using-the-dotnet-driver/using-plugins/UsingTheAwsSecretsManagerPlugin.md)
18
+
- The [AWS Okta Authentication Plugin](./docs/using-the-dotnet-driver/using-plugins/UsingTheFederatedAuthenticationPlugin.md)
19
+
- The [AWS Federated Authentication Plugin](./docs/using-the-dotnet-driver/using-plugins/UsingTheOktaAuthenticationPlugin.md)
0 commit comments