Publish v3.662.0 · aws/aws-sdk-js-v3@5e91f77 (original) (raw)

File tree

Original file line number Diff line number Diff line change
@@ -3,6 +3,25 @@
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.662.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.661.0...v3.662.0) (2024-10-01)
7 +
8 +
9 +### Bug Fixes
10 +
11 +* **s3-request-presigner:** enable overriding hoistable headers ([#6535](https://github.com/aws/aws-sdk-js-v3/issues/6535)) ([3c2e59c](https://github.com/aws/aws-sdk-js-v3/commit/3c2e59cfddd753d1c9739332b9195ae5eadde4df))
12 +
13 +
14 +### Features
15 +
16 +* **client-bedrock-agent:** This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock. ([ac89806](https://github.com/aws/aws-sdk-js-v3/commit/ac8980674d1aeecdaae2df0237de81baa04efc53))
17 +* **client-codeartifact:** Add support for the dual stack endpoints. ([cb499b9](https://github.com/aws/aws-sdk-js-v3/commit/cb499b9e06e733b53a4ddb8641b593b21c0aee82))
18 +* **client-rds:** This release provides additional support for enabling Aurora Limitless Database DB clusters. ([b7b061d](https://github.com/aws/aws-sdk-js-v3/commit/b7b061dcba69eabd53b3f259857991fcbc6d3ae3))
19 +* **clients:** update client endpoints as of 2024-10-01 ([15702eb](https://github.com/aws/aws-sdk-js-v3/commit/15702ebd883e380b68226e042342bc99a4321904))
20 +
21 +
22 +
23 +
24 +
6 25 # [3.661.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.660.0...v3.661.0) (2024-09-30)
7 26
8 27
Original file line number Diff line number Diff line change
@@ -36,12 +36,12 @@
36 36 |@aws-sdk/client-sts
37 37 |@aws-sdk/client-xray
38 38 |@aws-sdk/credential-provider-cognito-identity
39 -|@aws-sdk/credential-provider-env
39 +|@aws-sdk/credential-provider-env
40 40 |@aws-sdk/credential-provider-imds
41 -|@aws-sdk/credential-provider-ini
42 -|@aws-sdk/credential-provider-node
43 -|@aws-sdk/credential-provider-process
44 -|@aws-sdk/credential-provider-sso
41 +|@aws-sdk/credential-provider-ini
42 +|@aws-sdk/credential-provider-node
43 +|@aws-sdk/credential-provider-process
44 +|@aws-sdk/credential-provider-sso
45 45 |@aws-sdk/credential-provider-web-identity
46 46 |@aws-sdk/credential-providers
47 47 |@aws-sdk/fetch-http-handler
@@ -50,8 +50,8 @@
50 50 |@aws-sdk/node-http-handler
51 51 |@aws-sdk/polly-request-presigner
52 52 |@aws-sdk/s3-presigned-post
53 -|@aws-sdk/s3-request-presigner
53 +|@aws-sdk/s3-request-presigner
54 54 |@aws-sdk/signature-v4
55 -|@aws-sdk/signature-v4-crt
55 +|@aws-sdk/signature-v4-crt
56 56 |@aws-sdk/smithy-client
57 -|@aws-sdk/types
57 +|@aws-sdk/types
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
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.662.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.661.0...v3.662.0) (2024-10-01)
7 +
8 +
9 +### Bug Fixes
10 +
11 +* **s3-request-presigner:** enable overriding hoistable headers ([#6535](https://github.com/aws/aws-sdk-js-v3/issues/6535)) ([3c2e59c](https://github.com/aws/aws-sdk-js-v3/commit/3c2e59cfddd753d1c9739332b9195ae5eadde4df))
12 +
13 +
14 +
15 +
16 +
6 17 ## [3.658.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.658.0...v3.658.1) (2024-09-25)
7 18
8 19
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1 1 {
2 2 "name": "@aws-sdk/client-accessanalyzer",
3 3 "description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
4 -"version": "3.658.1",
4 +"version": "3.662.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-accessanalyzer",
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
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.662.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.661.0...v3.662.0) (2024-10-01)
7 +
8 +
9 +### Bug Fixes
10 +
11 +* **s3-request-presigner:** enable overriding hoistable headers ([#6535](https://github.com/aws/aws-sdk-js-v3/issues/6535)) ([3c2e59c](https://github.com/aws/aws-sdk-js-v3/commit/3c2e59cfddd753d1c9739332b9195ae5eadde4df))
12 +
13 +
14 +
15 +
16 +
6 17 ## [3.658.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.658.0...v3.658.1) (2024-09-25)
7 18
8 19
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1 1 {
2 2 "name": "@aws-sdk/client-account",
3 3 "description": "AWS SDK for JavaScript Account Client for Node.js, Browser and React Native",
4 -"version": "3.658.1",
4 +"version": "3.662.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-account",
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
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.662.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.661.0...v3.662.0) (2024-10-01)
7 +
8 +
9 +### Bug Fixes
10 +
11 +* **s3-request-presigner:** enable overriding hoistable headers ([#6535](https://github.com/aws/aws-sdk-js-v3/issues/6535)) ([3c2e59c](https://github.com/aws/aws-sdk-js-v3/commit/3c2e59cfddd753d1c9739332b9195ae5eadde4df))
12 +
13 +
14 +
15 +
16 +
6 17 ## [3.658.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.658.0...v3.658.1) (2024-09-25)
7 18
8 19
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1 1 {
2 2 "name": "@aws-sdk/client-acm-pca",
3 3 "description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4 -"version": "3.658.1",
4 +"version": "3.662.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-acm-pca",
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
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.662.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.661.0...v3.662.0) (2024-10-01)
7 +
8 +
9 +### Bug Fixes
10 +
11 +* **s3-request-presigner:** enable overriding hoistable headers ([#6535](https://github.com/aws/aws-sdk-js-v3/issues/6535)) ([3c2e59c](https://github.com/aws/aws-sdk-js-v3/commit/3c2e59cfddd753d1c9739332b9195ae5eadde4df))
12 +
13 +
14 +
15 +
16 +
6 17 ## [3.658.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.658.0...v3.658.1) (2024-09-25)
7 18
8 19
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1 1 {
2 2 "name": "@aws-sdk/client-acm",
3 3 "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4 -"version": "3.658.1",
4 +"version": "3.662.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-acm",