Skip to content

Commit 606f80f

Browse files
committed
changelog change
1 parent bdb3489 commit 606f80f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
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

66
## [2.6.0] - 2025-06-10
7+
### :magic_wand: Added
8+
- Add support of Blue/Green Deployment for Aurora MySQL clusters, Aurora PostgreSQL clusters, RDS MySQL Instances, and RDS PostgreSQL Instances. See [Using The Blue/Green Deployment Plugin](https://github.com/aws/aws-advanced-jdbc-wrapper/blob/main/docs/using-the-jdbc-driver/using-plugins/UsingTheBlueGreenPlugin.md).
9+
- Allow driver to recognize lower case parameters ([PR #1361](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1361)).
10+
- Set names for all internal threads ([PR #1410](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1410)).
11+
712
### :bug: Fixed
8-
- Fix connection leaks in Limitless Plugin
9-
- [PR #1369](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1369)
13+
- Fix connection leaks in Limitless Plugin:
14+
- [PR #1369](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1369).
1015
- [PR #1388](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1388).
1116
- Fix wrong calls in wrapper class ([PR #1413](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1413)).
1217
- Fix host info type ([PR #1423](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1423)).
@@ -19,12 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1924
- Improve logging for Limitless Plugin ([PR #1431](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1431)).
2025
- Clarifies support for blue/green deployments by specifying minimum versions ([PR #1434](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1434)).
2126

22-
### :magic_wand: Added
23-
- Add support of Blue/Green Deployment for Aurora Mysql cluster, Aurora Postgres cluster, RDS Mysql Instance, RDS Postgres Instance. See [Using The Blue/Green Deployment Plugin](https://github.com/aws/aws-advanced-jdbc-wrapper/blob/main/docs/using-the-jdbc-driver/using-plugins/UsingTheBlueGreenPlugin.md).
24-
- Allow driver to recognize lower case parameters ([PR #1361](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1361)).
25-
- Set names for all internal threads ([PR #1410](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1410)).
26-
27-
2827
## [2.5.6] - 2025-04-09
2928
### :bug: Fixed
3029
- Issue with non-cluster database dialects and/or custom domains ([PR #1315](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1315)).

0 commit comments

Comments
 (0)