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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
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
6
## [?]
7
+
8
+
### :magic_wand: Added
9
+
- Elastic Load Balancer URL support ([PR#476](https://github.com/awslabs/aws-advanced-jdbc-wrapper/pull/476)).
10
+
7
11
### :bug: Fixed
8
12
- Values for the `wrapperLoggerLevel` parameter are no longer case-sensitive ([#PR #481](https://github.com/awslabs/aws-advanced-jdbc-wrapper/pull/481)).
|`wrapperPlugins`| String | No | Set to `"iam"` to enable AWS IAM database authentication |`iam`|
30
30
|`iamDefaultPort`| String | No | This property will override the default port that is used to generate the IAM token. The default port is determined based on the underlying driver protocol. For now, there is support for `jdbc:postgresql:` and `jdbc:mysql:`. Target drivers with different protocols will require users to provide a default port. |`1234`|
31
-
|`iamHost`| String | No | This property will override the default hostname that is used to generate the IAM token. The default hostname is derived from the connection string. This parameter is useful when users are connecting with custom endpoints.|`database.cluster-hash.us-east-1.rds.amazonaws.com`|
31
+
|`iamHost`| String | No | This property will override the default hostname that is used to generate the IAM token. The default hostname is derived from the connection string. This parameter is required when users are connecting with custom endpoints. |`database.cluster-hash.us-east-1.rds.amazonaws.com`|
32
32
|`iamRegion`| String | No | This property will override the default region that is used to generate the IAM token. The default region is parsed from the connection string. |`us-east-2`|
33
33
|`iamExpiration`| Integer | No | This property will override the default expiration time that is assigned to the generated IAM token. The default expiration time is set to be 15 minutes. |`600`|
0 commit comments