Skip to content

Commit 3a02656

Browse files
authored
chore: update changelog and bump version to v2.6.5 (#1566)
1 parent b62183b commit 3a02656

File tree

13 files changed

+47
-18
lines changed

13 files changed

+47
-18
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/#semantic-versioning-200).
55

6+
## [2.6.5] - 2025-10-16
7+
8+
### :magic_wand: Added
9+
- Weighted random host selector strategy ([PR #1537](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1537)).
10+
11+
### :bug: Fixed
12+
- Problem where monitor plugin chains were created unnecessarily, leading to performance degradation ([PR #1530](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1530)).
13+
- Limitless rounding bug for host weights ([PR #1537](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1537)).
14+
- Issue with Blue/Green metadata retrieval for PG databases after switchover is completed ([PR #1552](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1552)).
15+
- Issue where host monitors would occasionally call isValid() without a timeout ([PR #1546](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1546)).
16+
- Verify connection is not a stale writer in the cluster topology monitor ([PR #1322](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1322)).
17+
- Issue where the closedExplicitly flag in the Failover2 plugin was not updated correctly ([PR #1560](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1560)).
18+
19+
### :crab: Changed
20+
- Refactor failover handler tasks to use separate PluginService instances ([PR #1514](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1514)).
21+
- Replace ConnectionService with ServiceUtility ([PR #1534](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1534)).
22+
- Decouple initialization objects and clean up initialization logic ([PR #1541](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1541)).
23+
- Refactor PG SQL queries to be fully qualified ([PR #1561](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1561)).
24+
- Documentation:
25+
- Required permissions for non-admin to the Blue/Green docs ([PR #1559](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1559)).
26+
- Remove important service dependency in the Blue/Green docs ([PR #1544](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1544)).
27+
- Supported service versions required for Blue/Green support ([PR #1548](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1548)).
28+
- Remove outdated information regarding Blue/Green support ([PR #1549](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1549)).
29+
- Correct property for the Secrets Manager plugin ([PR #1556](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1556)).
30+
- ClusterId requirement when using non-standard RDS URLs([PR #1553](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1553) and [PR #1558](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1558)).
31+
- RDS Proxy compatibility ([PR #1535](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1535)).
32+
633
## [2.6.4] - 2025-08-28
734

835
### :bug: Fixed
@@ -508,6 +535,7 @@ The Amazon Web Services (AWS) Advanced JDBC Driver allows an application to take
508535
- The [AWS IAM Authentication Connection Plugin](./docs/using-the-jdbc-driver/using-plugins/UsingTheIamAuthenticationPlugin.md)
509536
- The [AWS Secrets Manager Connection Plugin](./docs/using-the-jdbc-driver/using-plugins/UsingTheAwsSecretsManagerPlugin.md)
510537

538+
[2.6.5]: https://github.com/aws/aws-advanced-jdbc-wrapper/compare/2.6.4...2.6.5
511539
[2.6.4]: https://github.com/aws/aws-advanced-jdbc-wrapper/compare/2.6.3...2.6.4
512540
[2.6.3]: https://github.com/aws/aws-advanced-jdbc-wrapper/compare/2.6.2...2.6.3
513541
[2.6.2]: https://github.com/aws/aws-advanced-jdbc-wrapper/compare/2.6.1...2.6.2

Maintenance.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
| July 31, 2025 | [Release 2.6.2](https://github.com/aws/aws-advanced-jdbc-wrapper/releases/tag/2.6.2) |
3838
| August 28, 2025 | [Release 2.6.3](https://github.com/aws/aws-advanced-jdbc-wrapper/releases/tag/2.6.3) |
3939
| September 11, 2025 | [Release 2.6.4](https://github.com/aws/aws-advanced-jdbc-wrapper/releases/tag/2.6.4) |
40+
| October 16, 2025 | [Release 2.6.5](https://github.com/aws/aws-advanced-jdbc-wrapper/releases/tag/2.6.5) |
4041

4142
`aws-advanced-jdbc-wrapper` [follows semver](https://semver.org/#semantic-versioning-200) which means we will only
4243
release breaking changes in major versions. Generally speaking patches will be released to fix existing problems without
@@ -90,4 +91,4 @@ from the updated source after the PRs are merged.
9091
| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
9192
|---------------|----------------------|-------------|-----------------|--------------------------|------------------------|
9293
| 1 | 1.0.2 | Maintenance | Oct 5, 2022 | Apr 28, 2023 | Apr 28, 2024 |
93-
| 2 | 2.6.4 | Current | Apr 28, 2023 | N/A | N/A |
94+
| 2 | 2.6.5 | Current | Apr 28, 2023 | N/A | N/A |

benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The benchmarks do not measure the performance of target JDBC drivers nor the per
77
## Usage
88
1. Build the benchmarks with the following command `../gradlew jmhJar`.
99
1. the JAR file will be outputted to `build/libs`
10-
2. Run the benchmarks with the following command `java -jar build/libs/benchmarks-2.6.4-jmh.jar`.
10+
2. Run the benchmarks with the following command `java -jar build/libs/benchmarks-2.6.5-jmh.jar`.
1111
1. you may have to update the command based on the exact version of the produced JAR file

docs/GettingStarted.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you are using the AWS JDBC Driver as part of a Gradle project, include the wr
1616
1717
```gradle
1818
dependencies {
19-
implementation group: 'software.amazon.jdbc', name: 'aws-advanced-jdbc-wrapper', version: '2.6.4'
19+
implementation group: 'software.amazon.jdbc', name: 'aws-advanced-jdbc-wrapper', version: '2.6.5'
2020
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.0'
2121
}
2222
```
@@ -30,16 +30,16 @@ You can use pre-compiled packages that can be downloaded directly from [GitHub R
3030
For example, the following command uses wget to download the wrapper:
3131

3232
```bash
33-
wget https://github.com/aws/aws-advanced-jdbc-wrapper/releases/download/2.6.4/aws-advanced-jdbc-wrapper-2.6.4.jar
33+
wget https://github.com/aws/aws-advanced-jdbc-wrapper/releases/download/2.6.5/aws-advanced-jdbc-wrapper-2.6.5.jar
3434
```
3535

3636
Then, the following command adds the AWS JDBC Driver to the CLASSPATH:
3737

3838
```bash
39-
export CLASSPATH=$CLASSPATH:/home/userx/libs/aws-advanced-jdbc-wrapper-2.6.4.jar
39+
export CLASSPATH=$CLASSPATH:/home/userx/libs/aws-advanced-jdbc-wrapper-2.6.5.jar
4040
```
4141

42-
> **Note**: There is also a JAR suffixed with `-bundle-federated-auth`. It is an Uber JAR that contains the AWS JDBC Driver as well as all the dependencies needed to run the Federated Authentication Plugin. **Our general recommendation is to use the `aws-advanced-jdbc-wrapper-2.6.4.jar` for use cases unrelated to complex Federated Authentication environments**. To learn more, please check out the [Federated Authentication Plugin](./using-the-jdbc-driver/using-plugins/UsingTheFederatedAuthPlugin.md#bundled-uber-jar).
42+
> **Note**: There is also a JAR suffixed with `-bundle-federated-auth`. It is an Uber JAR that contains the AWS JDBC Driver as well as all the dependencies needed to run the Federated Authentication Plugin. **Our general recommendation is to use the `aws-advanced-jdbc-wrapper-2.6.5.jar` for use cases unrelated to complex Federated Authentication environments**. To learn more, please check out the [Federated Authentication Plugin](./using-the-jdbc-driver/using-plugins/UsingTheFederatedAuthPlugin.md#bundled-uber-jar).
4343
4444
### As a Maven Dependency
4545

@@ -50,7 +50,7 @@ You can use [Maven's dependency management](https://central.sonatype.com/artifac
5050
<dependency>
5151
<groupId>software.amazon.jdbc</groupId>
5252
<artifactId>aws-advanced-jdbc-wrapper</artifactId>
53-
<version>2.6.4</version>
53+
<version>2.6.5</version>
5454
</dependency>
5555
</dependencies>
5656
```
@@ -61,15 +61,15 @@ You can use [Gradle's dependency management](https://central.sonatype.com/artifa
6161

6262
```gradle
6363
dependencies {
64-
implementation group: 'software.amazon.jdbc', name: 'aws-advanced-jdbc-wrapper', version: '2.6.4'
64+
implementation group: 'software.amazon.jdbc', name: 'aws-advanced-jdbc-wrapper', version: '2.6.5'
6565
}
6666
```
6767

6868
To add a Gradle dependency in a Kotlin syntax, use the following configuration:
6969

7070
```kotlin
7171
dependencies {
72-
implementation("software.amazon.jdbc:aws-advanced-jdbc-wrapper:2.6.4")
72+
implementation("software.amazon.jdbc:aws-advanced-jdbc-wrapper:2.6.5")
7373
}
7474
```
7575

docs/using-the-jdbc-driver/UsingTheJdbcDriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ To use a snapshot build in your project, check the following examples. More info
235235
<dependency>
236236
<groupId>software.amazon.jdbc</groupId>
237237
<artifactId>aws-advanced-jdbc-wrapper</artifactId>
238-
<version>2.6.4-SNAPSHOT</version>
238+
<version>2.6.5-SNAPSHOT</version>
239239
</dependency>
240240
</dependencies>
241241

docs/using-the-jdbc-driver/using-plugins/UsingTheFederatedAuthPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This JAR is a drop-in ready solution and is **recommended for customers who do n
3232
As this plugin has a number of transitive dependencies, the goal of this JAR is to eliminate the need to manually source all the dependencies and avoid potential issues with managing them.
3333
In that spirit, the dependencies in this JAR are shaded with the prefix `shaded` to avoid potential package conflicts with pre-existing packages in your environment.
3434

35-
It is important to note that the Uber JAR is bundled with the AWS Java RDS SDK and is larger (**15 MB**) than our `aws-advanced-jdbc-wrapper-2.6.4.jar`. So please take that into account when deciding if this solution is for you.
35+
It is important to note that the Uber JAR is bundled with the AWS Java RDS SDK and is larger (**15 MB**) than our `aws-advanced-jdbc-wrapper-2.6.5.jar`. So please take that into account when deciding if this solution is for you.
3636

3737
If you would like to download and install the bundled Uber JAR, follow these [instructions](../../GettingStarted.md#direct-download-and-installation).
3838

examples/SpringBootHikariExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this tutorial, you will set up a Spring Boot application using Hikari and the
44

55
> Note: this tutorial was written using the following technologies:
66
> - Spring Boot 2.7.0
7-
> - AWS JDBC Driver 2.6.4
7+
> - AWS JDBC Driver 2.6.5
88
> - Postgresql 42.5.4
99
> - Java 8
1010

examples/SpringHibernateExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this tutorial, you will set up a Spring Boot and Hibernate application with t
55
> Note: this tutorial was written using the following technologies:
66
> - Spring Boot 2.7.1
77
> - Hibernate
8-
> - AWS JDBC Driver 2.6.4
8+
> - AWS JDBC Driver 2.6.5
99
> - Postgresql 42.5.4
1010
> - Gradle 7
1111
> - Java 11

examples/SpringTxFailoverExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this tutorial, you will set up a Spring Boot application using the AWS JDBC D
44

55
> Note: this tutorial was written using the following technologies:
66
> - Spring Boot 2.7.0
7-
> - AWS JDBC Driver 2.6.4
7+
> - AWS JDBC Driver 2.6.5
88
> - Postgresql 42.5.4
99
> - Java 8
1010

examples/SpringWildflyExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this tutorial, you will set up a Wildfly and Spring Boot application with the
55
> Note: this tutorial was written using the following technologies:
66
> - Spring Boot 2.7.1
77
> - Wildfly 26.1.1 Final
8-
> - AWS JDBC Driver 2.6.4
8+
> - AWS JDBC Driver 2.6.5
99
> - Postgresql 42.5.4
1010
> - Gradle 7
1111
> - Java 11

0 commit comments

Comments
 (0)