Aurora MySQL database engine updates 2025-04-07 (version 3.08.2, compatible with MySQL 8.0.39)
Version: 3.08.2
Aurora MySQL 3.08.2 is generally available. Aurora MySQL 3.08 versions are compatible with MySQL 8.0.39. For more information on the
community changes that have occurred, see MySQL 8.0 Release Notes
For details of the new features in Aurora MySQL version 3, see Aurora MySQL version 3 compatible with MySQL 8.0. For differences between Aurora MySQL version 3 and Aurora MySQL version 2, see Comparison of Aurora MySQL version 2 and Aurora MySQL version 3. For a comparison of Aurora MySQL version 3 and MySQL 8.0 Community Edition, see Comparison of Aurora MySQL version 3 and MySQL 8.0 Community Edition in the Amazon Aurora User Guide.
Currently supported Aurora MySQL releases are 2.11.*, 2.12.*, 3.04.*, 3.05.*, 3.06.*, 3.07.*, and 3.08.*.
You can perform an in-place upgrade, restore a snapshot, or initiate a managed blue/green upgrade using Amazon RDS Blue/Green Deployments from any currently supported Aurora MySQL version 2 cluster into an Aurora MySQL version 3.08.2 cluster.
For information on planning an upgrade to Aurora MySQL version 3, see Planning a major version upgrade for an Aurora MySQL cluster. For general information about Aurora MySQL upgrades, see Upgrading Amazon Aurora MySQL DB clusters in the Amazon Aurora User Guide.
For troubleshooting information, see Troubleshooting for Aurora MySQL in-place upgrade in the Amazon Aurora User Guide.
If you have any questions or concerns, AWS Support is available on the community forums and through
AWS Support
Improvements
Security fixes:
Availability improvements:
-
Fixed an issue on the replica where a network interruption may not correctly re-establish connection with the writer.
-
Fixed an issue where a forwarded multi-statement query can fail if
innodb_flush_log_at_trx_commit
is set to0
at writer instance. -
Fixed an issue that can cause an Aurora writer DB instance to restart when write forwarding is enabled.
-
Fixed an issue that can cause an Aurora reader DB instance to restart when using write forwarding with multi-statement or implicit commit queries.
General improvements
-
Fast insert optimization isn't enabled starting this Aurora MySQL version. For more information, see Amazon Aurora MySQL performance enhancements.
-
Fixed an issue with an incorrect breach of the
max_user_connections
threshold, resulting in connection errors for some users. This occurs in some edge cases, such as when connections are created and killed almost immediately.
Integration of MySQL Community Edition bug fixes
This release includes all community bug fixes up to and including 8.0.39, in addition to the following. For more information, see MySQL bugs fixed by Aurora MySQL 3.x database engine updates.
-
While large transactions were being received and applied, and a request to stop the replication channel was made using
STOP REPLICA
, MySQL did not do so properly, and subsequently did not process any channel commands. In addition, the server shutdown process did not complete gracefully, and required either the MySQL process to be killed or the host system to be restarted. (Community Bug Fix #115966 and #37008345)