Skip to content

Commit

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

# [3.512.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.511.0...v3.512.0) (2024-02-12)


### Features

* **client-appsync:** Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs. ([06af293](https://github.com/aws/aws-sdk-js-v3/commit/06af293aa69f3462a0ac53bea9af57dc176ae1bf))
* **client-cloudwatch:** This release enables PutMetricData API request payload compression by default. ([c6d4867](https://github.com/aws/aws-sdk-js-v3/commit/c6d4867cddf88ed4d15c16eeb7177add78d95618))
* **client-neptune-graph:** Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK. ([9d13d68](https://github.com/aws/aws-sdk-js-v3/commit/9d13d68be90daa3b9485eb8ac69f7691d7297aa7))
* **client-route-53-domains:** This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API. ([38b0152](https://github.com/aws/aws-sdk-js-v3/commit/38b015219836a77a1cfca4acc8524d712193e8fb))





# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-appsync/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.512.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.511.0...v3.512.0) (2024-02-12)


### Features

* **client-appsync:** Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs. ([06af293](https://github.com/aws/aws-sdk-js-v3/commit/06af293aa69f3462a0ac53bea9af57dc176ae1bf))





# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)

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


### Features

* **client-cloudwatch:** This release enables PutMetricData API request payload compression by default. ([c6d4867](https://github.com/aws/aws-sdk-js-v3/commit/c6d4867cddf88ed4d15c16eeb7177add78d95618))





# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)

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


### Features

* **client-neptune-graph:** Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK. ([9d13d68](https://github.com/aws/aws-sdk-js-v3/commit/9d13d68be90daa3b9485eb8ac69f7691d7297aa7))





# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)

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


### Features

* **client-route-53-domains:** This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API. ([38b0152](https://github.com/aws/aws-sdk-js-v3/commit/38b015219836a77a1cfca4acc8524d712193e8fb))





# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)

**Note:** Version bump only for package @aws-sdk/client-route-53-domains
Expand Down
2 changes: 1 addition & 1 deletion clients/client-route-53-domains/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-route-53-domains",
"description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
"version": "3.511.0",
"version": "3.512.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-route-53-domains",
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.511.0",
"version": "3.512.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 0170977

Please sign in to comment.