Skip to content

Commit

Permalink
Publish v3.349.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 8, 2023
1 parent 0c458b2 commit 603c919
Show file tree
Hide file tree
Showing 15 changed files with 91 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)


### Features

* **client-athena:** You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. ([655c2dd](https://github.com/aws/aws-sdk-js-v3/commit/655c2dd03fddc3ee513122588b6b0ba2a65b8fd4))
* **client-comprehendmedical:** This release supports a new set of entities and traits. ([83e8430](https://github.com/aws/aws-sdk-js-v3/commit/83e84301b0c46f1ac906561e250aff98ee2cb73e))
* **client-payment-cryptography-data:** Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. ([f930913](https://github.com/aws/aws-sdk-js-v3/commit/f9309133c2c4ee5fe364a88d306649194f905491))
* **client-payment-cryptography:** Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. ([6658867](https://github.com/aws/aws-sdk-js-v3/commit/6658867b30b699376e408aa777cf3149308bd3de))
* **client-service-catalog:** New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product ([ea91820](https://github.com/aws/aws-sdk-js-v3/commit/ea91820feeba59630fbbfc920983d0faa4271d57))
* **client-timestream-write:** This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. ([bba2033](https://github.com/aws/aws-sdk-js-v3/commit/bba2033a255572752792560b678c89489fd743c4))
* **clients:** update client endpoints as of 2023-06-08 ([0c458b2](https://github.com/aws/aws-sdk-js-v3/commit/0c458b2b0caa8ce3ee6e9db47d5173a0f619d465))





# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
|@aws-sdk/abort-controller|3.342.0|17.2 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-app-mesh|3.347.1|1.1 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-application-insights|3.347.1|545.9 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-athena|3.347.1|1.2 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-athena|3.348.0|1.2 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-auto-scaling|3.347.1|1.8 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-cloudformation|3.347.1|1.9 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-cloudhsm-v2|3.347.1|357.9 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-athena/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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)


### Features

* **client-athena:** You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. ([655c2dd](https://github.com/aws/aws-sdk-js-v3/commit/655c2dd03fddc3ee513122588b6b0ba2a65b8fd4))





# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)

**Note:** Version bump only for package @aws-sdk/client-athena
Expand Down
2 changes: 1 addition & 1 deletion clients/client-athena/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-athena",
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
"version": "3.348.0",
"version": "3.349.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-comprehendmedical/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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)


### Features

* **client-comprehendmedical:** This release supports a new set of entities and traits. ([83e8430](https://github.com/aws/aws-sdk-js-v3/commit/83e84301b0c46f1ac906561e250aff98ee2cb73e))





# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)

**Note:** Version bump only for package @aws-sdk/client-comprehendmedical
Expand Down
2 changes: 1 addition & 1 deletion clients/client-comprehendmedical/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-comprehendmedical",
"description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
"version": "3.348.0",
"version": "3.349.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-payment-cryptography-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)


### Features

* **client-payment-cryptography-data:** Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. ([f930913](https://github.com/aws/aws-sdk-js-v3/commit/f9309133c2c4ee5fe364a88d306649194f905491))
2 changes: 1 addition & 1 deletion clients/client-payment-cryptography-data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-payment-cryptography-data",
"description": "AWS SDK for JavaScript Payment Cryptography Data Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.349.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-payment-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)


### Features

* **client-payment-cryptography:** Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. ([6658867](https://github.com/aws/aws-sdk-js-v3/commit/6658867b30b699376e408aa777cf3149308bd3de))
2 changes: 1 addition & 1 deletion clients/client-payment-cryptography/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-payment-cryptography",
"description": "AWS SDK for JavaScript Payment Cryptography Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.349.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-service-catalog/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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)


### Features

* **client-service-catalog:** New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product ([ea91820](https://github.com/aws/aws-sdk-js-v3/commit/ea91820feeba59630fbbfc920983d0faa4271d57))





# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)

**Note:** Version bump only for package @aws-sdk/client-service-catalog
Expand Down
2 changes: 1 addition & 1 deletion clients/client-service-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-service-catalog",
"description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
"version": "3.348.0",
"version": "3.349.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-timestream-write/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.349.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.348.0...v3.349.0) (2023-06-08)


### Features

* **client-timestream-write:** This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. ([bba2033](https://github.com/aws/aws-sdk-js-v3/commit/bba2033a255572752792560b678c89489fd743c4))





# [3.348.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.347.1...v3.348.0) (2023-06-07)

**Note:** Version bump only for package @aws-sdk/client-timestream-write
Expand Down
2 changes: 1 addition & 1 deletion clients/client-timestream-write/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-timestream-write",
"description": "AWS SDK for JavaScript Timestream Write Client for Node.js, Browser and React Native",
"version": "3.348.0",
"version": "3.349.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
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.348.0",
"version": "3.349.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 603c919

Please sign in to comment.