Recent Releases of https://github.com/awslabs/aws-mysql-jdbc
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.15
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.1.15] - 2024-06-06
Fixed
- Exception thrown when using IAM authentication and CN RDS URL (Issue #579).
- Java
Published by github-actions[bot] almost 2 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.14
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.1.14] - 2024-03-04
Added
- Documentation regarding the differences between the AWS JDBC Driver and the AWS JDBC Driver for MySQL (PR #554).
- Support for China endpoint patterns (PR #543).
Fixed
- Statement cancel waits for statement to finish before cancelling (Issue #527).
- Java
Published by github-actions[bot] about 2 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.13
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.1.13] - 2024-01-19
Changed
- Upstream changes from MySQL 8.0.32 and 8.0.33 community driver. The upstream 8.0.33 changes include a security fix for CVE-2023-21971 - RCE and Unauthorized DB Access.
- Java
Published by github-actions[bot] over 2 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.12
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.1.12] - 2023-12-21
Added
- Experimental Enhanced Host Monitoring Plugin v2, which is a redesign of the original Enhanced Host Monitoring Plugin and addresses memory leaks and high CPU usage during monitoring sessions (PR #513).
- Java
Published by github-actions[bot] over 2 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.11
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.1.11] - 2023-11-02
Added
- Documentation regarding known limitations with Amazon Aurora Global Databases (PR #482).
Fixed
- Batch execute with in-line comments resulting in unexpected errors (Issue #464).
- Setting query timeouts while connecting to reader cluster endpoints resulting in errors (PR #474).
- Incorrectly generated keys after executing batch and individual statements (Issue #484).
- Java
Published by github-actions[bot] over 2 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.10
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.1.10] - 2023-10-04
Added
- Documentation regarding the
enableFailoverStrictReaderparameter (Issue #456).
Fixed
- Incorrect BatchUpdateException.getUpdateCounts() on failed batch statement execution (Issue #450).
- Java
Published by github-actions[bot] over 2 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.9
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.1.9] - 2023-07-31
Added
- Documentation:
- The
keepSessionStateOnFailoverfailover property to allow retaining the connection session state after failover without manually reconfiguring a connection (Issue #425).
Fixed
- Avoid updating topology during global transactions which caused JTA transactions to fail (Issue #292).
- Keep
currentHostIndexand hosts list in sync and pick a new connection when host role changes (Issue #303). - Redundant reset statement called due to incorrect condition (Issue #422).
- Java
Published by github-actions[bot] almost 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.8
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.1.8] - 2023-06-28
Fixed
- The topology service cache no longer stores connection specific properties so connections to the same cluster will not connect with the wrong properties (Issue #407).
- Fixed value
convertToNullbeing rejected for propertyzeroDateTimeBehaviorbecause of capitalization (Issue #411). - Handle case in the
FailoverConnectionPluginwhere thecurrentHostIndexis equal toNO_CONNECTION_INDEX(Issue #417).
- Java
Published by github-actions[bot] almost 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.7
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.1.7] - 2023-05-11
Changed
- Removed the
isMultiWriterClusterflag as multi-writer clusters are end of life since February 2023 (PR #405).
Fixed
- Fixed methods passing proxy statement objects by adding checks to unwrap them before casting to a
ClientPreparedStatement(Issue #401).
- Java
Published by github-actions[bot] about 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.6
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.1.6] - 2023-04-28
Changed
- Refactored resource shutdown for
DatabaseMetaDataUsingInfoSchemaandCallableStatement(PR #388 & PR #390). - Upgraded
com.github.vlsi.license-gatherfrom 1.77 to 1.87 andjunit-jupiter-enginefrom 5.8.2 to 5.9.2 (PR #378 & PR #355). - Excluded
SampleApplicationfrom distribution jar (PR #392). - Updated README with list of database engine versions tested against (here).
Fixed
- Fixed
AuroraTopologyServiceto use fallback timestamp when the topology query results in an invalid timestamp during daylight savings (Issue 386).
- Java
Published by github-actions[bot] about 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.5
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.1.5] - 2023-03-31
Changed
- Optimized thread locks and expiring cache for the Enhanced Monitoring Plugin (PR #356, PR #373).
- Checked log level to avoid unnecessary resource allocation (PR #367).
- Updated README.md with the following
clusterInstanceHostPatternfailover parameter example (here).- Latest Maven Central URLs for direct download of the jar file, using the driver as a Maven dependency, and using the driver as a Gradle dependency.
- DBeaver instructions on how to enable database selectors in the UI (here).
- Clarified that the driver does not support custom RDS clusters (here).
- Clarified Amazon RDS Blue/Green Deployments are not supported (here).
Fixed
- Only update topology for specific methods so that certain workflows are not interrupted (Issue 363).
- Fixed methods passing in JdbcConnection proxies by adding checks before casting to ConnectionImpl (Issue 365).
- Fixed AWSSecretsManagerPlugin to update ConnectionProxy HostInfo openInitialConnection to prevent access denied errors (Issue 361).
- Java
Published by github-actions[bot] about 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.4
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.1.4] - 2023-01-27
Fixed
- Close AWS Secrets Manager Client. This prevents the leaking
PoolingHttpClientConnectionManagerissue described in (Issue #343). - Changed the criteria for updating topology and connection switching to not rely on
isFailoverEnabled()since it may be using a stale topology (PR #345). - Make EFM variables thread-safe (PR #332).
- Java
Published by github-actions[bot] over 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.3
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.1.3] - 2023-01-05
Fixed
- Removed "SNAPSHOT" from the full version name. Issue 318
- Fixed incorrect driver classpath in README.md
- Fixed failure detection interval in EFM
Added
- Shading to -sources.jar to reflect the main jar which is shaded
- Java
Published by github-actions[bot] over 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.2
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.1.2] - 2022-11-22
Added
- Upstream changes from MySQL 8.0.31 community driver.
- A new
enableFailoverStrictReaderparameter so the driver only reconnects to reader nodes after a failover.
Changed
- Upgraded dependency versions
Fixed
- Update FailoverConnectionPlugin license.
- Fixed plugin factories package names in the README.
- Resolved an issue where the driver attempts to query for the topology during a prepared transaction. Issue 292
- Resolved an issue where distinct ClientPreparedStatement objects incorrectly have the same hashCode. Issue 308
- Fixed the writer failover process where the driver reconnects to a reader node due to outdated topology information.
- Fixed some incorrect log messages.
- Enhanced logging to avoid unnecessary String format calls.
- Java
Published by github-actions[bot] over 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.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.1.1] - 2022-09-22
Changed
- Upgraded dependency versions.
Fixed
- Resolved an issue where failover was taking longer than expected when the driver was used with certain versions of HikariCP. Issue 254.
- Resolved an issue where the EFM plugin occasionally threw a NullPointerException while stopping the monitor context. Issue 209.
- Fixed a bug where the AWS Secrets Manager Plugin was not checking nested exceptions when determining if the exception was caused by an unsuccessful login attempt.
- Fixed a bug where failover could take up to two times the length of the failoverTimeoutMs connection property.
- Fixed an incorrect URL template for DBeaver in README.md.
- Fixed some incorrect log messages.
- Java
Published by github-actions[bot] over 3 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.1.0
[1.1.0] - 2022-06-29
Added
Changed
- Upgraded the driver to use AWS Java SDK v.2.17.165.
Fixed
- Resolved an issue related to
abort,close, andisClosedby filtering out methods that do not require failover. Issue 206. - Resolved an issue where
max_allowed_packeton the server wasn't being respected by the driver. Issue 191. - Resolved a concurrency issue with the Aurora toplogy cache. Issue 188.
- Resolved an issue where non-network errors were not propagated during failover.
- Java
Published by github-actions[bot] almost 4 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL - v1.0.0
[1.0.0] - 2022-03-01
Added
- Upstream changes from MySQL 8.0.28 community driver.
- Hikari connection pool integration tests have been added.
- Docker containers are now created as part of testing and used to run both unit and integration tests.
- Failover performance metrics tracked based on a cluster. With options to enable additional performance metrics per instance.
Changed
- Failover functionality refactored into a connection plugin.
Fixed
- Enhanced Failure Monitoring connection status check.
- Java
Published by github-actions[bot] over 4 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL Public Preview - v0.4.0
[0.4.0] - 2021-12-14
Added
- Ability to execute additional or supplementary logic related to a
Connectionthrough Connection Plugin Manager. More details can be found here. Tutorial on writing custom connection plugin can be found here. - Enhanced Failure Monitoring for improved failure detection.
Changed
- NetworkFailuresFailoverIntegrationTest now uses environment variables to match FailoverIntegrationTest and ReplicationFailoverIntegrationTest.
- Updated all dependencies.
- Removed
jboss-as-connectordependency for more up-to-date dependencyjavassist.
- Java
Published by github-actions[bot] over 4 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL Public Preview - v0.1.0
WARNING Log4j CVE-2021-44228
JBoss is included as a dependency because the AWS JDBC Driver for MySQL 0.1.0 is based on MySQL 8.0.21. For customers using version 0.1.0 of the driver, please use the latest version. This does not apply for customers using versions 0.2.0 and above.
Driver binaries are removed from this release page. Java Docs and Sources are still available.
[0.1.0] - 2021-01-06
Initial Release Notes
Based on the MySQL 8.0.21 community driver.
The driver is cluster aware for Amazon Aurora MySQL. It takes advantage of Amazon Aurora’s fast failover capabilities, reducing failover times from minutes to seconds.
- Java
Published by seneramz over 4 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL Public Preview - v0.3.0
[0.3.0] - 2021-11-18
Added
- AWS IAM Authentication is now supported. Usage instructions can be found here.
Improvements
- Java 8 is now enforced in the build process.
- Resolved an issue for when connecting with an invalid connection after a valid connection. Users were able to connect with cached information after a valid connection despite providing invalid information.
- Bug fixes with flakey tests.
- Java
Published by github-actions[bot] over 4 years ago
https://github.com/awslabs/aws-mysql-jdbc - AWS JDBC Driver for MySQL Public Preview - v0.2.0
[0.2.0] - 2021-09-02
Potential Breaking Change
- Loading of XML external entities are not loaded by default. Users must explictly allow it through using the new "allowXmlUnsafeExternalEntity" connection URL parameter. It is recommended that users verify external entities before loading them.
Added
- Added "setAwsProtocolOnly" static method.
- Merged upstream changes from MySQL 8.0.23 community driver.
- Added clarifications and improvements to README.md.
- Java
Published by congoamz over 4 years ago