Skip to content

Commit 9b4fbf6

Browse files
committed
chore: update maintenance.md
1 parent 55ae15b commit 9b4fbf6

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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-10
7+
## [2.0.0] - 2025-09-11
88

99
### :magic_wand: Added
1010

1111
- [Connection Pool](https://github.com/aws/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/UsingTheConnectionPool.md).
12-
- [Exported more API compatible with the community drivers](https://github.com/aws/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/UsingTheAwsClients.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).
1313

1414
## [1.3.0] - 2025-07-28
1515

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
},

0 commit comments

Comments
 (0)