Skip to content

Commit 874e120

Browse files
committed
chore: address review comments, fix formatting and outdated links
1 parent 58a0ba3 commit 874e120

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [2.1.0] - 2026-01-15
88

99
### :magic_wand: Added
10-
- New connection properties allowing users to load custom Secrets [using the AWS Secrets Manager Authentication Plugin](https://github.com/aws/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/using-plugins/UsingTheAwsSecretsManagerPlugin.md).
10+
11+
- New connection properties for users to load custom Secrets [using the AWS Secrets Manager Authentication Plugin](https://github.com/aws/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/using-plugins/UsingTheAwsSecretsManagerPlugin.md).
1112

1213
### :bug: Fixed
14+
1315
- Aurora Initial Connection Strategy Plugin incorrectly erroring out during initial connections when using instance endpoints ([PR #601](https://github.com/aws/aws-advanced-nodejs-wrapper/pull/601)).
1416
- Event listeners not properly removed resulting in unnecessary warning, addresses [issue #598](https://github.com/aws/aws-advanced-nodejs-wrapper/issues/598).
15-
- Runtime dependencies are not properly configured, causing import errors in certain environment ([PR #592](https://github.com/aws/aws-advanced-nodejs-wrapper/pull/592)).
17+
- Runtime dependency configuration causing import errors in certain environments ([PR #592](https://github.com/aws/aws-advanced-nodejs-wrapper/pull/592)).
1618

1719
## [2.0.1] - 2025-10-17
1820

MAINTENANCE.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Release Schedule
22

3-
| Release Date | Release |
4-
|--------------|--------------------------------------------------------------------------------------------|
5-
| Nov 19 2024 | [Release 1.0.0](https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/1.0.0) |
6-
| Dec 12 2024 | [Release 1.1.0](https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/1.1.0) |
7-
| Mar 12 2025 | [Release 1.2.0](https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/1.2.0) |
8-
| Jul 29 2025 | [Release 1.3.0](https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/1.3.0) |
9-
| Sep 11 2025 | [Release 2.0.0](https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/2.0.0) |
10-
| Oct 17 2025 | [Release 2.0.1](https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/2.0.1) |
11-
| Jan 14 2026 | [Release 2.1.0](https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/2.1.0) |
3+
| Release Date | Release |
4+
| ------------ | -------------------------------------------------------------------------------------- |
5+
| Nov 19 2024 | [Release 1.0.0](https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/1.0.0) |
6+
| Dec 12 2024 | [Release 1.1.0](https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/1.1.0) |
7+
| Mar 12 2025 | [Release 1.2.0](https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/1.2.0) |
8+
| Jul 29 2025 | [Release 1.3.0](https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/1.3.0) |
9+
| Sep 11 2025 | [Release 2.0.0](https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/2.0.0) |
10+
| Oct 17 2025 | [Release 2.0.1](https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/2.0.1) |
11+
| Jan 15 2026 | [Release 2.1.0](https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/2.1.0) |
1212

1313
`aws-advanced-nodejs-wrapper` [follows semver](https://semver.org/#semantic-versioning-200) which means we will only
1414
release breaking changes in major versions. Generally speaking patches will be released to fix existing problems without
@@ -59,6 +59,6 @@ No new releases will result from these changes, but interested parties can creat
5959
from the updated source after the PRs are merged.
6060

6161
| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
62-
| ------------- |----------------------|-------------|-----------------|--------------------------|------------------------|
62+
| ------------- | -------------------- | ----------- | --------------- | ------------------------ | ---------------------- |
6363
| 1 | 1.3.0 | Maintenance | Nov 19, 2024 | Sep 11, 2025 | Sep 11, 2026 |
6464
| 2 | 2.1.0 | Current | Sep 11, 2025 | N/A | N/A |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ This wrapper currently does not support failover with Amazon Aurora Global Datab
7272
## Getting Help and Opening Issues
7373

7474
If you encounter a bug with the AWS Advanced NodeJS Wrapper, we would like to hear about it.
75-
Please search the [existing issues](https://github.com/awslabs/aws-advanced-nodejs-wrapper/issues) to see if others are also experiencing the issue before reporting the problem in a new issue. GitHub issues are intended for bug reports and feature requests.
75+
Please search the [existing issues](https://github.com/aws/aws-advanced-nodejs-wrapper/issues) to see if others are also experiencing the issue before reporting the problem in a new issue. GitHub issues are intended for bug reports and feature requests.
7676

7777
When opening a new issue, please fill in all required fields in the issue template to help expedite the investigation process.
7878

79-
For all other questions, please use [GitHub discussions](https://github.com/awslabs/aws-advanced-nodejs-wrapper/discussions).
79+
For all other questions, please use [GitHub discussions](https://github.com/aws/aws-advanced-nodejs-wrapper/discussions).
8080

8181
## How to Contribute
8282

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before using the AWS Advanced NodeJS Wrapper, you must install:
1212

1313
If you are using the AWS Advanced NodeJS Wrapper as part of a Node project, include the wrapper and underlying driver as dependencies.
1414

15-
> **Note:** Depending on which features of the AWS Advanced NodeJS Wrapper you use, you may have additional package requirements. Please refer to this [table](https://github.com/awslabs/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/UsingTheNodejsWrapper.md#list-of-available-plugins) for more information.
15+
> **Note:** Depending on which features of the AWS Advanced NodeJS Wrapper you use, you may have additional package requirements. Please refer to this [table](https://github.com/aws/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/UsingTheNodejsWrapper.md#list-of-available-plugins) for more information.
1616
1717
## Obtaining the AWS Advanced NodeJS Wrapper
1818

docs/development-guide/DevelopmentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Clone the AWS Advanced NodeJS Wrapper repository:
1111

1212
```bash
13-
git clone https://github.com/awslabs/aws-advanced-nodejs-wrapper.git
13+
git clone https://github.com/aws/aws-advanced-nodejs-wrapper.git
1414
```
1515

1616
You can now make changes in the repository.

0 commit comments

Comments
 (0)