File tree Expand file tree Collapse file tree 15 files changed +79
-8
lines changed
private/aws-middleware-test Expand file tree Collapse file tree 15 files changed +79
-8
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.396.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0) (2023-08-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-ec2:** The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted. ([5009701](https://github.com/aws/aws-sdk-js-v3/commit/50097011ce78c144fcd821b3225adc467e0e06cd))
12
+ * **client-finspace:** Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual. ([89bdf1a](https://github.com/aws/aws-sdk-js-v3/commit/89bdf1a61dbaea710f0681102888a84540afff46))
13
+ * **client-rds:** Adding support for RDS Aurora Global Database Unplanned Failover ([d92f127](https://github.com/aws/aws-sdk-js-v3/commit/d92f127436c37cf0efa3fc1f964a7976caddf331))
14
+ * **clients:** update client endpoints as of 2023-08-21 ([ff8beba](https://github.com/aws/aws-sdk-js-v3/commit/ff8beba1638426614cd3d62a77b5fc9a175b6fb8))
15
+
16
+
17
+
18
+
19
+
6
20
# [3.395.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0) (2023-08-18)
7
21
8
22
Original file line number Diff line number Diff line change 17
17
| @aws-sdk/client-cognito-identity-provider | 3.391.0| 2.5 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
18
18
| @aws-sdk/client-cognito-sync | 3.391.0| 439.8 KB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
19
19
| @aws-sdk/client-dynamodb | 3.391.0| 1.7 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
20
- | @aws-sdk/client-ec2 | 3.394 .0| 14.9 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
20
+ | @aws-sdk/client-ec2 | 3.395 .0| 14.9 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
21
21
| @aws-sdk/client-efs | 3.391.0| 772.9 KB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
22
22
| @aws-sdk/client-eventbridge | 3.391.0| 1 MB| ✅(5.88.2)| ✅(3.26.3)| ✅(0.18.15)|
23
23
| @aws-sdk/client-firehose | 3.391.0| 516.5 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.396.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0 ) (2023-08-21)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/client-cloud9
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.395.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0 ) (2023-08-18)
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.395 .0" ,
4
+ "version" : " 3.396 .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.396.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0 ) (2023-08-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-ec2:** The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted. ([ 5009701] ( https://github.com/aws/aws-sdk-js-v3/commit/50097011ce78c144fcd821b3225adc467e0e06cd ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.395.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0 ) (2023-08-18)
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.395 .0" ,
4
+ "version" : " 3.396 .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.396.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0 ) (2023-08-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-finspace:** Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual. ([ 89bdf1a] ( https://github.com/aws/aws-sdk-js-v3/commit/89bdf1a61dbaea710f0681102888a84540afff46 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.395.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0 ) (2023-08-18)
7
18
8
19
** Note:** Version bump only for package @aws-sdk/client-finspace
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-finspace" ,
3
3
"description" : " AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.395 .0" ,
4
+ "version" : " 3.396 .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.396.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0 ) (2023-08-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-rds:** Adding support for RDS Aurora Global Database Unplanned Failover ([ d92f127] ( https://github.com/aws/aws-sdk-js-v3/commit/d92f127436c37cf0efa3fc1f964a7976caddf331 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.395.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0 ) (2023-08-18)
7
18
8
19
** Note:** Version bump only for package @aws-sdk/client-rds
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-rds" ,
3
3
"description" : " AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.395 .0" ,
4
+ "version" : " 3.396 .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.396.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0 ) (2023-08-21)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/client-route-53-domains
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.395.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0 ) (2023-08-18)
7
15
8
16
** Note:** Version bump only for package @aws-sdk/client-route-53-domains
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-route-53-domains" ,
3
3
"description" : " AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.395 .0" ,
4
+ "version" : " 3.396 .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.395 .0" ,
2
+ "version" : " 3.396 .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.396.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.396.0 ) (2023-08-21)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/aws-middleware-test
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.395.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.394.0...v3.395.0 ) (2023-08-18)
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.395 .0" ,
4
+ "version" : " 3.396 .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