Skip to content

Commit 5d5f1de

Browse files
authored
chore: bump version and update changelog (#603)
1 parent 13a2e67 commit 5d5f1de

10 files changed

Lines changed: 34 additions & 348 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [2.1.0] - 2026-01-15
8+
9+
### :magic_wand: Added
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).
12+
13+
### :bug: Fixed
14+
15+
- 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)).
16+
- Event listeners not properly removed resulting in unnecessary warning, addresses [issue #598](https://github.com/aws/aws-advanced-nodejs-wrapper/issues/598).
17+
- Runtime dependency configuration causing import errors in certain environments ([PR #592](https://github.com/aws/aws-advanced-nodejs-wrapper/pull/592)).
18+
719
## [2.0.1] - 2025-10-17
820

921
### :bug: Fixed

MAINTENANCE.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +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) |
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) |
1112

1213
`aws-advanced-nodejs-wrapper` [follows semver](https://semver.org/#semantic-versioning-200) which means we will only
1314
release breaking changes in major versions. Generally speaking patches will be released to fix existing problems without
@@ -59,5 +60,5 @@ from the updated source after the PRs are merged.
5960

6061
| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
6162
| ------------- | -------------------- | ----------- | --------------- | ------------------------ | ---------------------- |
62-
| 1 | 1.3.0 | Maintenance | Nov 19, 2024 | Dec 12, 2024 | |
63-
| 2 | 2.0.0 | Maintenance | Sep 11, 2025 | Sep 11, 2025 | |
63+
| 1 | 1.3.0 | Maintenance | Nov 19, 2024 | Sep 11, 2025 | Sep 11, 2026 |
64+
| 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.

examples/javascript_example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node index.js"
99
},
1010
"dependencies": {
11-
"aws-advanced-nodejs-wrapper": "^2.0.0",
11+
"aws-advanced-nodejs-wrapper": "^2.1.0",
1212
"pg": "^8.11.0"
1313
}
1414
}

examples/prisma_example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@prisma/client": "6.0.0",
2020
"@prisma/driver-adapter-utils": "^6.0.0",
21-
"aws-advanced-nodejs-wrapper": "^2.0.0",
21+
"aws-advanced-nodejs-wrapper": "^2.1.0",
2222
"pg": "^8.13.1",
2323
"util": "^0.12.5"
2424
}

examples/typescript_example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "ts-node src/index.ts"
1111
},
1212
"dependencies": {
13-
"aws-advanced-nodejs-wrapper": "^2.0.0",
13+
"aws-advanced-nodejs-wrapper": "^2.1.0",
1414
"mysql2": "^3.6.0"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)