Skip to content

Commit

Permalink
Release 2024-02-06
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 6, 2024
1 parent ff73baa commit de2c35f
Show file tree
Hide file tree
Showing 20 changed files with 49 additions and 57 deletions.
8 changes: 0 additions & 8 deletions .changelog/0b9bcac4a4d449f7b466247de1dc83e8.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3ea42f950a26447c9b13b6e4dcf67825.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3f9a9cdfa7834d28b4335badc19535ed.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6cc86ae997c74e2d90a777b55ac81fe3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/ab14071bb6724461a50c4e5167322879.json

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.28.0](service/appsync/CHANGELOG.md#v1280-2024-02-06)
* **Feature**: Support for environment variables in AppSync GraphQL APIs
* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.32.0](service/cloudwatchlogs/CHANGELOG.md#v1320-2024-02-06)
* **Feature**: This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.38.2](service/ecs/CHANGELOG.md#v1382-2024-02-06)
* **Documentation**: This release is a documentation only update to address customer issues.
* `github.com/aws/aws-sdk-go-v2/service/elasticsearchservice`: [v1.26.0](service/elasticsearchservice/CHANGELOG.md#v1260-2024-02-06)
* **Feature**: This release adds clear visibility to the customers on the changes that they make on the domain.
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.29.0](service/opensearch/CHANGELOG.md#v1290-2024-02-06)
* **Feature**: This release adds clear visibility to the customers on the changes that they make on the domain.
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.44.0](service/wafv2/CHANGELOG.md#v1440-2024-02-06)
* **Feature**: You can now delete an API key that you've created for use with your CAPTCHA JavaScript integration API.

# Release (2024-02-05)

## 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.28.0 (2024-02-06)

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

# v1.27.2 (2024-01-19)

* No change notes available for this release.
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/cloudwatchlogs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.32.0 (2024-02-06)

* **Feature**: This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.

# v1.31.0 (2024-01-10)

* **Feature**: Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudwatchlogs/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/ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.38.2 (2024-02-06)

* **Documentation**: This release is a documentation only update to address customer issues.

# v1.38.1 (2024-01-24)

* **Documentation**: Documentation updates for Amazon ECS.
Expand Down
2 changes: 1 addition & 1 deletion service/ecs/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/elasticsearchservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.0 (2024-02-06)

* **Feature**: This release adds clear visibility to the customers on the changes that they make on the domain.

# v1.25.0 (2024-01-04)

* **Feature**: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
Expand Down
2 changes: 1 addition & 1 deletion service/elasticsearchservice/go_module_metadata.go

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

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.146.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7
github.com/aws/aws-sdk-go-v2/service/ecs v1.38.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.38.2
github.com/aws/aws-sdk-go-v2/service/efs v1.26.6
github.com/aws/aws-sdk-go-v2/service/elasticache v1.34.7
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.20.6
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.21.7
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.27.0
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.25.0
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.26.0
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.19.6
github.com/aws/aws-sdk-go-v2/service/emr v1.36.1
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.28.1
Expand Down Expand Up @@ -84,7 +84,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.15.6
github.com/aws/aws-sdk-go-v2/service/waf v1.18.6
github.com/aws/aws-sdk-go-v2/service/wafregional v1.19.6
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.43.6
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.44.0
github.com/aws/aws-sdk-go-v2/service/workspaces v1.35.9
github.com/aws/smithy-go v1.19.0
github.com/google/go-cmp v0.5.8
Expand Down
4 changes: 4 additions & 0 deletions service/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.29.0 (2024-02-06)

* **Feature**: This release adds clear visibility to the customers on the changes that they make on the domain.

# v1.28.0 (2024-01-04)

* **Feature**: This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
Expand Down
2 changes: 1 addition & 1 deletion service/opensearch/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/wafv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.0 (2024-02-06)

* **Feature**: You can now delete an API key that you've created for use with your CAPTCHA JavaScript integration API.

# v1.43.6 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/wafv2/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 de2c35f

Please sign in to comment.