Skip to content

Commit 0170977

Browse files
author
awstools
committed
Publish v3.512.0
1 parent 38b0152 commit 0170977

File tree

10 files changed

+63
-5
lines changed

10 files changed

+63
-5
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.512.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.511.0...v3.512.0) (2024-02-12)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **client-cloudwatch:** This release enables PutMetricData API request payload compression by default. ([c6d4867](https://github.com/aws/aws-sdk-js-v3/commit/c6d4867cddf88ed4d15c16eeb7177add78d95618))
13+
* **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))
14+
* **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))
15+
16+
17+
18+
19+
620
# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)
721

822

clients/client-appsync/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.512.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.511.0...v3.512.0) (2024-02-12)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)
718

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

clients/client-appsync/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-appsync",
33
"description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
4-
"version": "3.511.0",
4+
"version": "3.512.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-appsync",

clients/client-cloudwatch/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.512.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.511.0...v3.512.0) (2024-02-12)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch:** This release enables PutMetricData API request payload compression by default. ([c6d4867](https://github.com/aws/aws-sdk-js-v3/commit/c6d4867cddf88ed4d15c16eeb7177add78d95618))
12+
13+
14+
15+
16+
617
# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)
718

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

clients/client-cloudwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudwatch",
33
"description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
4-
"version": "3.511.0",
4+
"version": "3.512.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch",

clients/client-neptune-graph/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.512.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.511.0...v3.512.0) (2024-02-12)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)
718

819
**Note:** Version bump only for package @aws-sdk/client-neptune-graph

clients/client-neptune-graph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-neptune-graph",
33
"description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
4-
"version": "3.511.0",
4+
"version": "3.512.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-neptune-graph",

clients/client-route-53-domains/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.512.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.511.0...v3.512.0) (2024-02-12)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.511.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.510.0...v3.511.0) (2024-02-09)
718

819
**Note:** Version bump only for package @aws-sdk/client-route-53-domains

clients/client-route-53-domains/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-route-53-domains",
33
"description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
4-
"version": "3.511.0",
4+
"version": "3.512.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-route-53-domains",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.511.0",
2+
"version": "3.512.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)