Skip to content

Commit f7cf8c5

Browse files
committedNov 29, 2024
PR suggestions
1 parent 876e9f4 commit f7cf8c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ 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.5.3] - 2024-11-29
7+
### :magic_wand: Added
8+
- Add WRITER custom endpoint type ([PR #1202](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1202)).
9+
710
### :bug: Fixed
811
- Custom endpoint monitor obeys refresh rate ([PR #1175](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1175)).
912
- Abort interrupts running queries ([PR #1182](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1182)).
1013
- Use the AwsCredentialsProviderHandler from the ConfigurationProfile when it is defined ([PR #1183](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1183)).
1114
- Use iamHost property in federated auth and okta plugins ([PR #1191](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1191)).
1215
- Initialize failover2 topology monitors after dialect is updated ([PR #1198](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1198)).
13-
- Use singleton for null telemetry objects in NullTelemetryFactory ([PR #1188](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1188)).
1416
- Avoid updating topology before setReadOnly() ([PR #1190](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1190)).
1517
- Various minor limitless fixes ([PR #1180](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1180)).
1618
- Use correct value for SlidingExpirationCache#put cache item expiration ([PR #1203](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1203)).
1719
- Failover mode is set to reader-or-writer for reader cluster URLs ([PR #1204](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1204)).
18-
- Add WRITER custom endpoint type ([PR #1202](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1202)).
20+
21+
### :crab: Changed
22+
- Use singleton for null telemetry objects in NullTelemetryFactory ([PR #1188](https://github.com/aws/aws-advanced-jdbc-wrapper/pull/1188)).
1923

2024
## [2.5.2] - 2024-11-4
2125
### :bug: Fixed

0 commit comments

Comments
 (0)