Skip to content

Commit 0e44db4

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-02-12
1 parent 1d8fb3b commit 0e44db4

14 files changed

+34
-38
lines changed

.changelog/0e0d89e9762a4481a49b51cf40bd8954.json

-8
This file was deleted.

.changelog/2e65f90bad934fc98651c01c90afbd86.json

-8
This file was deleted.

.changelog/45b7ab4cbf3149a7832a081ee0d3285e.json

-8
This file was deleted.

.changelog/5e6c21239816428991d0020ab0aad084.json

-8
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2024-02-12)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.29.0](service/appsync/CHANGELOG.md#v1290-2024-02-12)
5+
* **Feature**: Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
6+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.33.0](service/cloudwatch/CHANGELOG.md#v1330-2024-02-12)
7+
* **Feature**: This release enables PutMetricData API request payload compression by default.
8+
* `github.com/aws/aws-sdk-go-v2/service/neptunegraph`: [v1.3.0](service/neptunegraph/CHANGELOG.md#v130-2024-02-12)
9+
* **Feature**: Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK.
10+
* `github.com/aws/aws-sdk-go-v2/service/route53domains`: [v1.21.0](service/route53domains/CHANGELOG.md#v1210-2024-02-12)
11+
* **Feature**: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.
12+
113
# Release (2024-02-09)
214

315
## Module Highlights

service/appsync/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.0 (2024-02-12)
2+
3+
* **Feature**: Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
4+
15
# v1.28.0 (2024-02-06)
26

37
* **Feature**: Support for environment variables in AppSync GraphQL APIs

service/appsync/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cloudwatch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.0 (2024-02-12)
2+
3+
* **Feature**: This release enables PutMetricData API request payload compression by default.
4+
15
# v1.32.2 (2024-01-04)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/cloudwatch/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.7
1818
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.6
1919
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.36.0
20-
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.32.2
20+
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.33.0
2121
github.com/aws/aws-sdk-go-v2/service/codebuild v1.28.0
2222
github.com/aws/aws-sdk-go-v2/service/codecommit v1.20.1
2323
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.3
@@ -65,7 +65,7 @@ require (
6565
github.com/aws/aws-sdk-go-v2/service/redshift v1.40.0
6666
github.com/aws/aws-sdk-go-v2/service/rekognition v1.36.0
6767
github.com/aws/aws-sdk-go-v2/service/route53 v1.37.1
68-
github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.6
68+
github.com/aws/aws-sdk-go-v2/service/route53domains v1.21.0
6969
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.25.0
7070
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
7171
github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0

service/neptunegraph/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.3.0 (2024-02-12)
2+
3+
* **Feature**: Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK.
4+
15
# v1.2.0 (2024-02-01)
26

37
* **Feature**: Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.

service/neptunegraph/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/route53domains/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.21.0 (2024-02-12)
2+
3+
* **Feature**: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.
4+
15
# v1.20.6 (2024-01-04)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/route53domains/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)