Skip to content

Commit

Permalink
Release 2024-03-11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 11, 2024
1 parent c3c777b commit 9bac90a
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changelog/c7b25b82a24d483aaa8366d14079acf2.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/codestarconnections`: [v1.25.0](service/codestarconnections/CHANGELOG.md#v1250-2024-03-11)
* **Feature**: Added a sync configuration enum to disable publishing of deployment status to source providers (PublishDeploymentStatus). Added a sync configuration enum (TriggerStackUpdateOn) to only trigger changes.
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.37.3](service/elasticache/CHANGELOG.md#v1373-2024-03-11)
* **Documentation**: Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos.
* `github.com/aws/aws-sdk-go-v2/service/mediapackagev2`: [v1.10.0](service/mediapackagev2/CHANGELOG.md#v1100-2024-03-11)
* **Feature**: This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.

# Release (2024-03-08)

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

* **Feature**: Added a sync configuration enum to disable publishing of deployment status to source providers (PublishDeploymentStatus). Added a sync configuration enum (TriggerStackUpdateOn) to only trigger changes.

# v1.24.2 (2024-03-07)

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

* **Documentation**: Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos.

# v1.37.2 (2024-03-07)

* **Bug Fix**: Remove dependency on go-cmp.
Expand Down
2 changes: 1 addition & 1 deletion service/elasticache/go_module_metadata.go

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

2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
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
github.com/aws/aws-sdk-go-v2/service/elasticache v1.37.2
github.com/aws/aws-sdk-go-v2/service/elasticache v1.37.3
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.24.2
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.30.2
Expand Down
4 changes: 4 additions & 0 deletions service/mediapackagev2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.10.0 (2024-03-11)

* **Feature**: This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.

# v1.9.2 (2024-03-07)

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

Please sign in to comment.