Skip to content

Commit

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

# [3.506.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.505.0...v3.506.0) (2024-02-02)


### Features

* **client-sagemaker:** Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings. ([66c026c](https://github.com/aws/aws-sdk-js-v3/commit/66c026cd4a26805c15fb5b40238c3fb2ec429e07))
* **clients:** update client endpoints as of 2024-02-02 ([1b512d0](https://github.com/aws/aws-sdk-js-v3/commit/1b512d064682bc7bae017070af473a854d3590b2))





# [3.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01)


Expand Down
8 changes: 8 additions & 0 deletions clients/client-dynamodb/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.506.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.505.0...v3.506.0) (2024-02-02)

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





# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)

**Note:** Version bump only for package @aws-sdk/client-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-dynamodb",
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
"version": "3.504.0",
"version": "3.506.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sagemaker/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.506.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.505.0...v3.506.0) (2024-02-02)


### Features

* **client-sagemaker:** Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings. ([66c026c](https://github.com/aws/aws-sdk-js-v3/commit/66c026cd4a26805c15fb5b40238c3fb2ec429e07))





# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)

**Note:** Version bump only for package @aws-sdk/client-sagemaker
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sagemaker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sagemaker",
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
"version": "3.504.0",
"version": "3.506.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
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.505.0",
"version": "3.506.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions lib/lib-dynamodb/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.506.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.505.0...v3.506.0) (2024-02-02)

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





# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)


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.504.0",
"version": "3.506.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 packages/util-dynamodb/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.506.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.505.0...v3.506.0) (2024-02-02)

**Note:** Version bump only for package @aws-sdk/util-dynamodb





# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)

**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.504.0",
"version": "3.506.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline util-dynamodb",
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/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.506.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.505.0...v3.506.0) (2024-02-02)

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





# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.504.0",
"version": "3.506.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit 28bfbf8

Please sign in to comment.