Skip to content

Commit 9bac90a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-03-11
1 parent c3c777b commit 9bac90a

11 files changed

+26
-28
lines changed

.changelog/c7b25b82a24d483aaa8366d14079acf2.json

-8
This file was deleted.

.changelog/c878a82371e34150ad706087ea55f064.json

-8
This file was deleted.

.changelog/f56defd72b2542329384d6ed0860091e.json

-8
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2024-03-11)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/codestarconnections`: [v1.25.0](service/codestarconnections/CHANGELOG.md#v1250-2024-03-11)
5+
* **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.
6+
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.37.3](service/elasticache/CHANGELOG.md#v1373-2024-03-11)
7+
* **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.
8+
* `github.com/aws/aws-sdk-go-v2/service/mediapackagev2`: [v1.10.0](service/mediapackagev2/CHANGELOG.md#v1100-2024-03-11)
9+
* **Feature**: This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.
10+
111
# Release (2024-03-08)
212

313
## Module Highlights

service/codestarconnections/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.25.0 (2024-03-11)
2+
3+
* **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.
4+
15
# v1.24.2 (2024-03-07)
26

37
* **Bug Fix**: Remove dependency on go-cmp.

service/codestarconnections/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/elasticache/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.37.3 (2024-03-11)
2+
3+
* **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.
4+
15
# v1.37.2 (2024-03-07)
26

37
* **Bug Fix**: Remove dependency on go-cmp.

service/elasticache/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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.2
3737
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.2
3838
github.com/aws/aws-sdk-go-v2/service/efs v1.28.2
39-
github.com/aws/aws-sdk-go-v2/service/elasticache v1.37.2
39+
github.com/aws/aws-sdk-go-v2/service/elasticache v1.37.3
4040
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.2
4141
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.24.2
4242
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.30.2

service/mediapackagev2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.10.0 (2024-03-11)
2+
3+
* **Feature**: This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.
4+
15
# v1.9.2 (2024-03-07)
26

37
* **Bug Fix**: Remove dependency on go-cmp.

service/mediapackagev2/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)