Skip to content

Commit 0221f17

Browse files
authored
chore: bump version to 1.3.0 and update changelog (#516)
1 parent c3c6dc0 commit 0221f17

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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+
## [1.3.0] - 2025-07-28
8+
9+
### :magic_wand: Added
10+
11+
- [Blue/Green deployment support](https://github.com/aws/aws-advanced-nodejs-wrapper/blob/main/docs/using-the-nodejs-wrapper/using-plugins/UsingTheBlueGreenPlugin.md#bluegreen-deployment-plugin).
12+
- More extensive integration tests for existing plugins.
13+
14+
### :crab: Changed
15+
16+
- Improve the force connect pipeline ([PR #480](https://github.com/aws/aws-advanced-nodejs-wrapper/pull/480)).
17+
18+
### :bug: Fixed
19+
20+
- Incorrect caching in the plugin chain, reducing performance overhead ([PR #464](https://github.com/aws/aws-advanced-nodejs-wrapper/pull/464)).
21+
- Incorrect transaction level tracked in session states ([PR #504](https://github.com/aws/aws-advanced-nodejs-wrapper/pull/504)).
22+
723
## [1.2.0] - 2025-03-12
824

925
### :magic_wand: Added
@@ -53,4 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5369

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

56-
[0.0.1]: https://github.com/awslabs/aws-advanced-nodejs-wrapper/releases/tag/0.0.1
72+
[1.3.0]: https://github.com/aws/aws-advanced-nodejs-wrapper/compare/1.2.0...1.3.0
73+
[1.2.0]: https://github.com/aws/aws-advanced-nodejs-wrapper/compare/1.1.0...1.2.0
74+
[1.1.0]: https://github.com/aws/aws-advanced-nodejs-wrapper/compare/1.0.0...1.1.0
75+
[1.0.0]: https://github.com/aws/aws-advanced-nodejs-wrapper/releases/tag/1.0.0

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.2.0",
3+
"version": "1.3.0",
44
"type": "module",
55
"workspaces": [
66
"common",

0 commit comments

Comments
 (0)