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
- The Blue/Green Deployment Plugin (PR #244).
- The Aurora Connection Tracker Plugin (PR #250).
- Telemetry support for traces and metrics, with OTLP and AWS X-Ray backends (PR #291).
- Entity Framework Core support for PostgreSQL (PR #280).
⚠️ Deprecated
- The MySQL Entity Framework Core extension method
UseAwsWrapperhas been renamed toUseAwsWrapperMySql. The original name is still available but is marked[Obsolete]and will be removed in a future major version. Update existing call sites toUseAwsWrapperMySqlto 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).