Skip to content

Commit 73e9ebc

Browse files
authored
chore: add list of aurora engine versions tested (#382)
1 parent b8c86d1 commit 73e9ebc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,18 @@ We enforce a style using [Google checkstyle](https://github.com/google/styleguid
5656
This can be verified in the tests; tests will not pass with checkstyle errors.
5757

5858
## Releases
59-
The `aws-advanced-wrapper-driver` has a regular monthly release cadence. A new release will occur during the last week of each month. However, if there are no changes since the latest release, then a release will not occur.
59+
The `aws-advanced-jdbc-wrapper` has a regular monthly release cadence. A new release will occur during the last week of each month. However, if there are no changes since the latest release, then a release will not occur.
60+
61+
## Aurora Engine Version Testing
62+
This `aws-advanced-jdbc-wrapper` is being tested against the following Community and Aurora database versions in our test suite:
63+
| Database | Versions |
64+
|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65+
| MySQL | 8.0.32 |
66+
| PostgreSQL | 15.2 |
67+
| Aurora MySQL | MySQL 8.0.mysql_aurora.3.02.2 (Wire-compatible with MySQL 8.0.23 onwards. For more details see [here](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.3022.html)) |
68+
| Aurora PostgreSQL | 14.5 (Compatible with PostgreSQL 14.5, see release notes [here](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/AuroraPostgreSQL.Updates.html#AuroraPostgreSQL.Updates.20180305.145X)) |
69+
70+
While MySQL support is experimental at the moment, the `aws-advanced-jdbc-wrapper` is compatible with MySQL 5.7 and MySQL 8.0 as per the Community MySQL Connector/J 8.0 Driver.
6071

6172
## License
6273
This software is released under the Apache 2.0 license.

0 commit comments

Comments
 (0)