Skip to content

Commit

Permalink
Release 2024-02-12
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 12, 2024
1 parent 1d8fb3b commit 0e44db4
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 38 deletions.
8 changes: 0 additions & 8 deletions .changelog/0e0d89e9762a4481a49b51cf40bd8954.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2e65f90bad934fc98651c01c90afbd86.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/45b7ab4cbf3149a7832a081ee0d3285e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5e6c21239816428991d0020ab0aad084.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release (2024-02-12)

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

# Release (2024-02-09)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/appsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.29.0 (2024-02-12)

* **Feature**: Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.

# v1.28.0 (2024-02-06)

* **Feature**: Support for environment variables in AppSync GraphQL APIs
Expand Down
2 changes: 1 addition & 1 deletion service/appsync/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/cloudwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.33.0 (2024-02-12)

* **Feature**: This release enables PutMetricData API request payload compression by default.

# v1.32.2 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudwatch/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.7
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.6
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.36.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.32.2
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.33.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.28.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.20.1
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.3
Expand Down Expand Up @@ -65,7 +65,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/redshift v1.40.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.36.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.37.1
github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.6
github.com/aws/aws-sdk-go-v2/service/route53domains v1.21.0
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.25.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0
Expand Down
4 changes: 4 additions & 0 deletions service/neptunegraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.0 (2024-02-12)

* **Feature**: Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK.

# v1.2.0 (2024-02-01)

* **Feature**: Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.
Expand Down
2 changes: 1 addition & 1 deletion service/neptunegraph/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/route53domains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.0 (2024-02-12)

* **Feature**: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.

# v1.20.6 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/route53domains/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e44db4

Please sign in to comment.