You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file.
3
3
4
4
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).
5
5
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)).
> **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).
43
43
44
44
### As a Maven Dependency
45
45
@@ -50,7 +50,7 @@ You can use [Maven's dependency management](https://central.sonatype.com/artifac
Copy file name to clipboardExpand all lines: docs/using-the-jdbc-driver/using-plugins/UsingTheFederatedAuthPlugin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This JAR is a drop-in ready solution and is **recommended for customers who do n
32
32
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.
33
33
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.
34
34
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.
36
36
37
37
If you would like to download and install the bundled Uber JAR, follow these [instructions](../../GettingStarted.md#direct-download-and-installation).
0 commit comments