Skip to content

Commit

Permalink
Release 2024-03-12
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 12, 2024
1 parent 71783e1 commit b30a1cc
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 48 deletions.
8 changes: 0 additions & 8 deletions .changelog/01f45c7749c04c97a7effe7c017c9ef2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/13168cdf48f4431fa2102ded63631dd1.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/184e4b0dd00f4fff89609d00e43db743.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.47.2](service/cloudformation/CHANGELOG.md#v1472-2024-03-12)
* **Documentation**: CloudFormation documentation update for March, 2024
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.93.0](service/connect/CHANGELOG.md#v1930-2024-03-12)
* **Feature**: This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.150.1](service/ec2/CHANGELOG.md#v11501-2024-03-12)
* **Documentation**: Documentation updates for Amazon EC2.
* `github.com/aws/aws-sdk-go-v2/service/kafka`: [v1.31.0](service/kafka/CHANGELOG.md#v1310-2024-03-12)
* **Feature**: Added support for specifying the starting position of topic replication in MSK-Replicator.
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.49.3](service/ssm/CHANGELOG.md#v1493-2024-03-12)
* **Documentation**: March 2024 doc-only updates for Systems Manager.

# Release (2024-03-11)

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

* **Documentation**: CloudFormation documentation update for March, 2024

# v1.47.1 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudformation/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/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.93.0 (2024-03-12)

* **Feature**: This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect.

# v1.92.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/connect/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/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.150.1 (2024-03-12)

* **Documentation**: Documentation updates for Amazon EC2.

# v1.150.0 (2024-03-07)

* **Feature**: This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/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 @@ -12,7 +12,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.40.2
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.3
github.com/aws/aws-sdk-go-v2/service/batch v1.35.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.47.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.47.2
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.35.2
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.2
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.2
Expand All @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.2
github.com/aws/aws-sdk-go-v2/service/docdb v1.33.4
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.150.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.150.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.2
github.com/aws/aws-sdk-go-v2/service/efs v1.28.2
Expand Down Expand Up @@ -77,7 +77,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/snowball v1.26.2
github.com/aws/aws-sdk-go-v2/service/sns v1.29.2
github.com/aws/aws-sdk-go-v2/service/sqs v1.31.2
github.com/aws/aws-sdk-go-v2/service/ssm v1.49.2
github.com/aws/aws-sdk-go-v2/service/ssm v1.49.3
github.com/aws/aws-sdk-go-v2/service/sts v1.28.4
github.com/aws/aws-sdk-go-v2/service/support v1.21.2
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.25.3
Expand Down
4 changes: 4 additions & 0 deletions service/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.0 (2024-03-12)

* **Feature**: Added support for specifying the starting position of topic replication in MSK-Replicator.

# v1.30.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/kafka/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/ssm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.49.3 (2024-03-12)

* **Documentation**: March 2024 doc-only updates for Systems Manager.

# v1.49.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/ssm/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 b30a1cc

Please sign in to comment.