File tree Expand file tree Collapse file tree 12 files changed +68
-6
lines changed Expand file tree Collapse file tree 12 files changed +68
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ # [3.724.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.723.0...v3.724.0) (2025-01-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-cloudhsm-v2:** Adds support to ModifyCluster for modifying a Cluster's Hsm Type. ([b2cbba5](https://github.com/aws/aws-sdk-js-v3/commit/b2cbba5e2b76d299b612b3185e25ba2a93de4fcf))
12
+ * **client-dynamodb:** This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days. ([5e4350e](https://github.com/aws/aws-sdk-js-v3/commit/5e4350e9af2143756776927f2ce6390087a15c76))
13
+ * **client-imagebuilder:** This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation. ([225a408](https://github.com/aws/aws-sdk-js-v3/commit/225a408e940b3a4ac1cc5ca383631af76e1361cf))
14
+
15
+
16
+
17
+
18
+
6
19
# [3.723.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0) (2025-01-06)
7
20
8
21
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.724.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.723.0...v3.724.0 ) (2025-01-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-cloudhsm-v2:** Adds support to ModifyCluster for modifying a Cluster's Hsm Type. ([ b2cbba5] ( https://github.com/aws/aws-sdk-js-v3/commit/b2cbba5e2b76d299b612b3185e25ba2a93de4fcf ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.723.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0 ) (2025-01-06)
7
18
8
19
** Note:** Version bump only for package @aws-sdk/client-cloudhsm-v2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-cloudhsm-v2" ,
3
3
"description" : " AWS SDK for JavaScript Cloudhsm V2 Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.723 .0" ,
4
+ "version" : " 3.724 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " node ../../scripts/compilation/inline client-cloudhsm-v2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.724.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.723.0...v3.724.0 ) (2025-01-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-dynamodb:** This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days. ([ 5e4350e] ( https://github.com/aws/aws-sdk-js-v3/commit/5e4350e9af2143756776927f2ce6390087a15c76 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.723.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0 ) (2025-01-06)
7
18
8
19
** Note:** Version bump only for package @aws-sdk/client-dynamodb
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-dynamodb" ,
3
3
"description" : " AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.723 .0" ,
4
+ "version" : " 3.724 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " node ../../scripts/compilation/inline client-dynamodb" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ # [3.724.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.723.0...v3.724.0) (2025-01-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-imagebuilder:** This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation. ([225a408](https://github.com/aws/aws-sdk-js-v3/commit/225a408e940b3a4ac1cc5ca383631af76e1361cf))
12
+
13
+
14
+
15
+
16
+
6
17
# [3.723.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0) (2025-01-06)
7
18
8
19
**Note:** Version bump only for package @aws-sdk/client-imagebuilder
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-imagebuilder" ,
3
3
"description" : " AWS SDK for JavaScript Imagebuilder Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.723 .0" ,
4
+ "version" : " 3.724 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " node ../../scripts/compilation/inline client-imagebuilder" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.723 .0" ,
2
+ "version" : " 3.724 .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.724.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.723.0...v3.724.0 ) (2025-01-07)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/lib-dynamodb
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.723.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0 ) (2025-01-06)
7
15
8
16
** Note:** Version bump only for package @aws-sdk/lib-dynamodb
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/lib-dynamodb" ,
3
- "version" : " 3.723 .0" ,
3
+ "version" : " 3.724 .0" ,
4
4
"description" : " The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values." ,
5
5
"main" : " ./dist-cjs/index.js" ,
6
6
"module" : " ./dist-es/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ # [3.724.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.723.0...v3.724.0) (2025-01-07)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/util-dynamodb
9
+
10
+
11
+
12
+
13
+
6
14
# [3.723.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0) (2025-01-06)
7
15
8
16
**Note:** Version bump only for package @aws-sdk/util-dynamodb
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/util-dynamodb" ,
3
- "version" : " 3.723 .0" ,
3
+ "version" : " 3.724 .0" ,
4
4
"scripts" : {
5
5
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
6
6
"build:cjs" : " node ../../scripts/compilation/inline util-dynamodb" ,
You can’t perform that action at this time.
0 commit comments