Skip to content

AWS Advanced .NET Data Provider Wrapper - v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 01:17

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.2.0] - 2026-06-02

🪄 Added

⚠️ Deprecated

  • The MySQL Entity Framework Core extension method UseAwsWrapper has been renamed to UseAwsWrapperMySql. The original name is still available but is marked [Obsolete] and will be removed in a future major version. Update existing call sites to UseAwsWrapperMySql to silence the deprecation warning (PR #280).

🐛 Fixed

  • Entity Framework Core + Pomelo + MySqlConnector connection string handling: wrapper-only properties (e.g. Plugins=) are now filtered case-insensitively before being passed to the target driver, and required Pomelo options (AllowUserVariables=true, UseAffectedRows=false) are enforced on the wrapper connection string (Issue #268, PR #272).