File tree Expand file tree Collapse file tree 15 files changed +79
-9
lines changed
client-database-migration-service
private/aws-middleware-test Expand file tree Collapse file tree 15 files changed +79
-9
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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-database-migration-service:** The release makes public API for DMS Schema Conversion feature. ([ed44271](https://github.com/aws/aws-sdk-js-v3/commit/ed44271a1578d863003c3960b1098fb8a5fafbc0))
12
+ * **client-ec2:** This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. ([e8eae85](https://github.com/aws/aws-sdk-js-v3/commit/e8eae855ee894e0a22a641683bb9b2e769844a4d))
13
+ * **client-sagemaker:** Amazon SageMaker now supports running training jobs on p5.48xlarge instance types. ([87fda49](https://github.com/aws/aws-sdk-js-v3/commit/87fda49544750561ccb5d3a6fc2026c5332928c8))
14
+
15
+
16
+
17
+
18
+
6
19
# [3.383.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.382.0...v3.383.0) (2023-08-02)
7
20
8
21
Original file line number Diff line number Diff line change 4
4
| @aws-sdk/client-app-mesh | 3.379.1| 1.1 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
5
5
| @aws-sdk/client-application-insights | 3.380.0| 655.4 KB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
6
6
| @aws-sdk/client-athena | 3.379.1| 1.2 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
7
- | @aws-sdk/client-auto-scaling | 3.381 .0| 1.8 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
7
+ | @aws-sdk/client-auto-scaling | 3.382 .0| 1.8 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
8
8
| @aws-sdk/client-cloudformation | 3.380.0| 1.9 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
9
9
| @aws-sdk/client-cloudhsm-v2 | 3.379.1| 358.1 KB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
10
10
| @aws-sdk/client-cloudwatch | 3.379.1| 1 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
17
17
| @aws-sdk/client-cognito-identity-provider | 3.382.0| 2.5 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
18
18
| @aws-sdk/client-cognito-sync | 3.379.1| 437 KB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
19
19
| @aws-sdk/client-dynamodb | 3.379.1| 1.7 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
20
- | @aws-sdk/client-ec2 | 3.379.1 | 14.9 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
20
+ | @aws-sdk/client-ec2 | 3.382.0 | 14.9 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
21
21
| @aws-sdk/client-efs | 3.379.1| 770.2 KB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
22
22
| @aws-sdk/client-eventbridge | 3.379.1| 1 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
23
23
| @aws-sdk/client-firehose | 3.379.1| 513.7 KB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
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.384.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0 ) (2023-08-03)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/client-auto-scaling
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.382.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0 ) (2023-08-01)
7
15
8
16
** Note:** Version bump only for package @aws-sdk/client-auto-scaling
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-auto-scaling" ,
3
3
"description" : " AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.382 .0" ,
4
+ "version" : " 3.384 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
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.384.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0 ) (2023-08-03)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/client-cloud9
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.382.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0 ) (2023-08-01)
7
15
8
16
** Note:** Version bump only for package @aws-sdk/client-cloud9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-cloud9" ,
3
3
"description" : " AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.382 .0" ,
4
+ "version" : " 3.384 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
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.384.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0 ) (2023-08-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-database-migration-service:** The release makes public API for DMS Schema Conversion feature. ([ ed44271] ( https://github.com/aws/aws-sdk-js-v3/commit/ed44271a1578d863003c3960b1098fb8a5fafbc0 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.382.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0 ) (2023-08-01)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-database-migration-service" ,
3
3
"description" : " AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.382 .0" ,
4
+ "version" : " 3.384 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-ec2:** This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. ([e8eae85](https://github.com/aws/aws-sdk-js-v3/commit/e8eae855ee894e0a22a641683bb9b2e769844a4d))
12
+
13
+
14
+
15
+
16
+
6
17
# [3.382.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.381.0...v3.382.0) (2023-08-01)
7
18
8
19
**Note:** Version bump only for package @aws-sdk/client-ec2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-ec2" ,
3
3
"description" : " AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.382 .0" ,
4
+ "version" : " 3.384 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
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.384.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0) (2023-08-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-sagemaker:** Amazon SageMaker now supports running training jobs on p5.48xlarge instance types. ([87fda49](https://github.com/aws/aws-sdk-js-v3/commit/87fda49544750561ccb5d3a6fc2026c5332928c8))
12
+
13
+
14
+
15
+
16
+
6
17
# [3.383.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.382.0...v3.383.0) (2023-08-02)
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.383 .0" ,
4
+ "version" : " 3.384 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.383 .0" ,
2
+ "version" : " 3.384 .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.384.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.383.0...v3.384.0 ) (2023-08-03)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/aws-middleware-test
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.383.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.382.0...v3.383.0 ) (2023-08-02)
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.383 .0" ,
4
+ "version" : " 3.384 .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