File tree 8 files changed +47
-4
lines changed
private/aws-middleware-test
8 files changed +47
-4
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.780.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.779.0...v3.780.0) (2025-04-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-cleanrooms:** This release adds support for updating the analytics engine of a collaboration. ([4228743](https://github.com/aws/aws-sdk-js-v3/commit/42287437fb91b8c33acebdb65f0f68f09816c5b2))
12
+ * **client-sagemaker:** Added tagging support for SageMaker notebook instance lifecycle configurations ([b1ed2a7](https://github.com/aws/aws-sdk-js-v3/commit/b1ed2a7e68531d6ed47b3ad2895554ac08078622))
13
+ * **clients:** update client endpoints as of 2025-04-01 ([b01944d](https://github.com/aws/aws-sdk-js-v3/commit/b01944dd4edd2c2724fc151079d6caa6655dccc0))
14
+
15
+
16
+
17
+
18
+
6
19
# [3.779.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.778.0...v3.779.0) (2025-03-31)
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.780.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.779.0...v3.780.0 ) (2025-04-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-cleanrooms:** This release adds support for updating the analytics engine of a collaboration. ([ 4228743] ( https://github.com/aws/aws-sdk-js-v3/commit/42287437fb91b8c33acebdb65f0f68f09816c5b2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.777.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.776.0...v3.777.0 ) (2025-03-27)
7
18
8
19
** Note:** Version bump only for package @aws-sdk/client-cleanrooms
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-cleanrooms" ,
3
3
"description" : " AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.777 .0" ,
4
+ "version" : " 3.780 .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-cleanrooms" ,
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.780.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.779.0...v3.780.0 ) (2025-04-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-sagemaker:** Added tagging support for SageMaker notebook instance lifecycle configurations ([ b1ed2a7] ( https://github.com/aws/aws-sdk-js-v3/commit/b1ed2a7e68531d6ed47b3ad2895554ac08078622 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.778.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.777.0...v3.778.0 ) (2025-03-28)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-sagemaker" ,
3
3
"description" : " AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.778 .0" ,
4
+ "version" : " 3.780 .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-sagemaker" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.779 .0" ,
2
+ "version" : " 3.780 .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.780.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.779.0...v3.780.0 ) (2025-04-01)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/aws-middleware-test
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.779.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.778.0...v3.779.0 ) (2025-03-31)
7
15
8
16
** Note:** Version bump only for package @aws-sdk/aws-middleware-test
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/aws-middleware-test" ,
3
3
"description" : " Integration test suite for AWS middleware" ,
4
- "version" : " 3.779 .0" ,
4
+ "version" : " 3.780 .0" ,
5
5
"scripts" : {
6
6
"build" : " exit 0" ,
7
7
"build:cjs" : " exit 0" ,
You can’t perform that action at this time.
0 commit comments