Skip to content

Commit

Permalink
Publish v3.689.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 11, 2024
1 parent 955880d commit a201236
Show file tree
Hide file tree
Showing 37 changed files with 200 additions and 19 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **client-cloudfront:** No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged. ([5eded70](https://github.com/aws/aws-sdk-js-v3/commit/5eded7001123769dc5dd6d6d89b101fc778182d5))
* **client-inspector2:** Adds support for filePath filter. ([a0e7fd5](https://github.com/aws/aws-sdk-js-v3/commit/a0e7fd5146c5b694c4406a19de6e1a2d7d4d6074))
* **client-lambda:** Add Python 3.13 (python3.13) support to AWS Lambda ([e88b05c](https://github.com/aws/aws-sdk-js-v3/commit/e88b05c55fb46805d796ef060d249b33533d06c7))
* **client-opensearch:** Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time. ([aad1fc8](https://github.com/aws/aws-sdk-js-v3/commit/aad1fc8654154b07f4fc86739e0bdf13d46789f0))
* **client-outposts:** This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost. ([c02da55](https://github.com/aws/aws-sdk-js-v3/commit/c02da554c516e74171b5270d66563e519f02c7a8))
* **clients:** update client endpoints as of 2024-11-11 ([955880d](https://github.com/aws/aws-sdk-js-v3/commit/955880d13e06d1708c430f483d41ee315772e297))
* **codegen:** send x-amzn-query-mode header ([#6651](https://github.com/aws/aws-sdk-js-v3/issues/6651)) ([925e731](https://github.com/aws/aws-sdk-js-v3/commit/925e731008b370dfaefb4b006d348629b2b3a16c))
* **lib-dynamodb:** add support for imprecise numbers and custom number retrieval ([#6644](https://github.com/aws/aws-sdk-js-v3/issues/6644)) ([4e2f525](https://github.com/aws/aws-sdk-js-v3/commit/4e2f525103f82c220f0568ecf8e317f6ba86bc58))





# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.687.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.688.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/signature-v4-crt|3.686.0|54.5 KB|N/A|N/A|N/A|
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-cloudfront/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **client-cloudfront:** No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged. ([5eded70](https://github.com/aws/aws-sdk-js-v3/commit/5eded7001123769dc5dd6d6d89b101fc778182d5))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-cloudfront
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudfront/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudfront",
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-inspector2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **client-inspector2:** Adds support for filePath filter. ([a0e7fd5](https://github.com/aws/aws-sdk-js-v3/commit/a0e7fd5146c5b694c4406a19de6e1a2d7d4d6074))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-inspector2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-inspector2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-inspector2",
"description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-inspector2",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **client-lambda:** Add Python 3.13 (python3.13) support to AWS Lambda ([e88b05c](https://github.com/aws/aws-sdk-js-v3/commit/e88b05c55fb46805d796ef060d249b33533d06c7))





# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lambda",
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
"version": "3.688.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **client-opensearch:** Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time. ([aad1fc8](https://github.com/aws/aws-sdk-js-v3/commit/aad1fc8654154b07f4fc86739e0bdf13d46789f0))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-opensearch
Expand Down
2 changes: 1 addition & 1 deletion clients/client-opensearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-opensearch",
"description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-opensearch",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-outposts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **client-outposts:** This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost. ([c02da55](https://github.com/aws/aws-sdk-js-v3/commit/c02da554c516e74171b5270d66563e519f02c7a8))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-outposts
Expand Down
2 changes: 1 addition & 1 deletion clients/client-outposts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-outposts",
"description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-outposts",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)

**Note:** Version bump only for package @aws-sdk/client-s3





# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)

**Note:** Version bump only for package @aws-sdk/client-s3
Expand Down
2 changes: 1 addition & 1 deletion clients/client-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-s3",
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
"version": "3.688.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-s3",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sqs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **codegen:** send x-amzn-query-mode header ([#6651](https://github.com/aws/aws-sdk-js-v3/issues/6651)) ([925e731](https://github.com/aws/aws-sdk-js-v3/commit/925e731008b370dfaefb4b006d348629b2b3a16c))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-sqs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sqs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sqs",
"description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.688.0",
"version": "3.689.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions lib/lib-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **lib-dynamodb:** add support for imprecise numbers and custom number retrieval ([#6644](https://github.com/aws/aws-sdk-js-v3/issues/6644)) ([4e2f525](https://github.com/aws/aws-sdk-js-v3/commit/4e2f525103f82c220f0568ecf8e317f6ba86bc58))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/lib-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion lib/lib-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/lib-dynamodb",
"version": "3.687.0",
"version": "3.689.0",
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions lib/lib-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)

**Note:** Version bump only for package @aws-sdk/lib-storage





# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)

**Note:** Version bump only for package @aws-sdk/lib-storage
Expand Down
2 changes: 1 addition & 1 deletion lib/lib-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/lib-storage",
"version": "3.688.0",
"version": "3.689.0",
"description": "Storage higher order operation",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/middleware-flexible-checksums/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)

**Note:** Version bump only for package @aws-sdk/middleware-flexible-checksums





# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-flexible-checksums/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/middleware-flexible-checksums",
"version": "3.688.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
Expand Down
11 changes: 11 additions & 0 deletions packages/middleware-sdk-sqs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **codegen:** send x-amzn-query-mode header ([#6651](https://github.com/aws/aws-sdk-js-v3/issues/6651)) ([925e731](https://github.com/aws/aws-sdk-js-v3/commit/925e731008b370dfaefb4b006d348629b2b3a16c))





# [3.686.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.685.0...v3.686.0) (2024-11-06)

**Note:** Version bump only for package @aws-sdk/middleware-sdk-sqs
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-sqs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/middleware-sdk-sqs",
"version": "3.686.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-sqs",
Expand Down
8 changes: 8 additions & 0 deletions packages/s3-presigned-post/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)

**Note:** Version bump only for package @aws-sdk/s3-presigned-post





# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)

**Note:** Version bump only for package @aws-sdk/s3-presigned-post
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-presigned-post/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/s3-presigned-post",
"version": "3.688.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",
Expand Down
8 changes: 8 additions & 0 deletions packages/s3-request-presigner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)

**Note:** Version bump only for package @aws-sdk/s3-request-presigner





# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)

**Note:** Version bump only for package @aws-sdk/s3-request-presigner
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-request-presigner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/s3-request-presigner",
"version": "3.688.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",
Expand Down
11 changes: 11 additions & 0 deletions packages/util-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.689.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.688.0...v3.689.0) (2024-11-11)


### Features

* **lib-dynamodb:** add support for imprecise numbers and custom number retrieval ([#6644](https://github.com/aws/aws-sdk-js-v3/issues/6644)) ([4e2f525](https://github.com/aws/aws-sdk-js-v3/commit/4e2f525103f82c220f0568ecf8e317f6ba86bc58))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/util-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion packages/util-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/util-dynamodb",
"version": "3.687.0",
"version": "3.689.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline util-dynamodb",
Expand Down
Loading

0 comments on commit a201236

Please sign in to comment.