Skip to content

Commit bb7a33c

Browse files
committed
chore: bump version to 2.0.0 and update changelog
1 parent 0d38aa9 commit bb7a33c

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.0.0] - 2025-09-11
8+
9+
### :magic_wand: Added
10+
11+
- [Connection Pool](https://github.com/aws/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/UsingTheConnectionPool.md).
12+
- [Exported additional API compatible with the community drivers](https://github.com/aws/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/UsingTheAwsClients.md).
13+
714
## [1.3.0] - 2025-07-28
815

916
### :magic_wand: Added
@@ -69,6 +76,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6976

7077
The Amazon Web Services (AWS) Advanced NodeJS Wrapper allows an application to take advantage of the features of clustered Aurora databases.
7178

79+
[2.0.0]: https://github.com/aws/aws-advanced-nodejs-wrapper/compare/1.3.0...2.0.0
7280
[1.3.0]: https://github.com/aws/aws-advanced-nodejs-wrapper/compare/1.2.0...1.3.0
7381
[1.2.0]: https://github.com/aws/aws-advanced-nodejs-wrapper/compare/1.1.0...1.2.0
7482
[1.1.0]: https://github.com/aws/aws-advanced-nodejs-wrapper/compare/1.0.0...1.1.0

MAINTENANCE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
| ------------ | ------------------------------------------------------------------------------------------ |
55
| Nov 19 2024 | [Release 1.0.0](https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/1.0.0) |
66
| 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) |
710

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

5659
| Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End |
5760
| ------------- | -------------------- | ----------- | --------------- | ------------------------ | ---------------------- |
58-
| 1 | 1.1.0 | Maintenance | Nov 19, 2024 | Dec 12, 2024 | |
61+
| 1 | 1.3.0 | Maintenance | Nov 19, 2024 | Dec 12, 2024 | |
62+
| 2 | 2.0.0 | Maintenance | Sep 11, 2025 | Sep 11, 2025 | |

jest.integration.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
]
1313
},
1414
"transformIgnorePatterns": ["node_modules"],
15+
"modulePathIgnorePatterns": ["<rootDir>/examples/javascript_example/", "<rootDir>/examples/typescript_example/"],
1516
"moduleNameMapper": {
1617
"^uuid$": "uuid"
1718
},

jest.unit.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
]
1212
},
1313
"transformIgnorePatterns": ["node_modules"],
14+
"modulePathIgnorePatterns": ["<rootDir>/examples/javascript_example/", "<rootDir>/examples/typescript_example/"],
1415
"moduleNameMapper": {
1516
"^uuid$": "uuid"
1617
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-advanced-nodejs-wrapper",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)