Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

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

## [2.1.0] - 2026-01-15

### :magic_wand: Added

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

### :bug: Fixed

- 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)).
- Event listeners not properly removed resulting in unnecessary warning, addresses [issue #598](https://github.com/aws/aws-advanced-nodejs-wrapper/issues/598).
- Runtime dependency configuration causing import errors in certain environments ([PR #592](https://github.com/aws/aws-advanced-nodejs-wrapper/pull/592)).

## [2.0.1] - 2025-10-17

### :bug: Fixed
Expand Down
21 changes: 11 additions & 10 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Release Schedule

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

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

| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
| ------------- | -------------------- | ----------- | --------------- | ------------------------ | ---------------------- |
| 1 | 1.3.0 | Maintenance | Nov 19, 2024 | Dec 12, 2024 | |
| 2 | 2.0.0 | Maintenance | Sep 11, 2025 | Sep 11, 2025 | |
| 1 | 1.3.0 | Maintenance | Nov 19, 2024 | Sep 11, 2025 | Sep 11, 2026 |
| 2 | 2.1.0 | Current | Sep 11, 2025 | N/A | N/A |
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ This wrapper currently does not support failover with Amazon Aurora Global Datab
## Getting Help and Opening Issues

If you encounter a bug with the AWS Advanced NodeJS Wrapper, we would like to hear about it.
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.
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.

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

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

## How to Contribute

Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before using the AWS Advanced NodeJS Wrapper, you must install:

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

> **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.
> **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.

## Obtaining the AWS Advanced NodeJS Wrapper

Expand Down
2 changes: 1 addition & 1 deletion docs/development-guide/DevelopmentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Clone the AWS Advanced NodeJS Wrapper repository:

```bash
git clone https://github.com/awslabs/aws-advanced-nodejs-wrapper.git
git clone https://github.com/aws/aws-advanced-nodejs-wrapper.git
```

You can now make changes in the repository.
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node index.js"
},
"dependencies": {
"aws-advanced-nodejs-wrapper": "^2.0.0",
"aws-advanced-nodejs-wrapper": "^2.1.0",
"pg": "^8.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/prisma_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@prisma/client": "6.0.0",
"@prisma/driver-adapter-utils": "^6.0.0",
"aws-advanced-nodejs-wrapper": "^2.0.0",
"aws-advanced-nodejs-wrapper": "^2.1.0",
"pg": "^8.13.1",
"util": "^0.12.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "ts-node src/index.ts"
},
"dependencies": {
"aws-advanced-nodejs-wrapper": "^2.0.0",
"aws-advanced-nodejs-wrapper": "^2.1.0",
"mysql2": "^3.6.0"
},
"devDependencies": {
Expand Down
Loading