Skip to content

Commit

Permalink
Release 2024-02-19
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 19, 2024
1 parent 7f9c4d2 commit 7cb105f
Show file tree
Hide file tree
Showing 30 changed files with 70 additions and 79 deletions.
8 changes: 0 additions & 8 deletions .changelog/3a66182664514be5805050b1c4089150.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4160aee8b3204fc5bb030e0f5b068f5c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/8817933c8f124f88a687c69a41462dee.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9ffaa7dd2c634b608ffda5d7a897737c.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.20.0](service/amplify/CHANGELOG.md#v1200-2024-02-19)
* **Feature**: This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
* `github.com/aws/aws-sdk-go-v2/service/chatbot`: [v1.0.0](service/chatbot/CHANGELOG.md#v100-2024-02-19)
* **Release**: New AWS service client module
* **Feature**: This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.45.2](service/configservice/CHANGELOG.md#v1452-2024-02-19)
* **Documentation**: Documentation updates for the AWS Config CLI
* `github.com/aws/aws-sdk-go-v2/service/ivs`: [v1.32.1](service/ivs/CHANGELOG.md#v1321-2024-02-19)
* **Documentation**: Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
* `github.com/aws/aws-sdk-go-v2/service/keyspaces`: [v1.9.2](service/keyspaces/CHANGELOG.md#v192-2024-02-19)
* **Documentation**: Documentation updates for Amazon Keyspaces
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.35.0](service/mediatailor/CHANGELOG.md#v1350-2024-02-19)
* **Feature**: MediaTailor: marking #AdBreak.OffsetMillis as required.
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.50.1](service/s3/CHANGELOG.md#v1501-2024-02-19)
* **Bug Fix**: Prevent potential panic caused by invalid comparison of credentials.

# Release (2024-02-16)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.27.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/config v1.27.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.43.0
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.2 (2024-02-19)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.16.1 (2024-02-16)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/config v1.27.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
github.com/aws/smithy-go v1.20.0
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/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/amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2024-02-19)

* **Feature**: This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.

# v1.19.0 (2024-02-13)

* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
Expand Down
2 changes: 1 addition & 1 deletion service/amplify/go_module_metadata.go

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

5 changes: 5 additions & 0 deletions service/chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2024-02-19)

* **Release**: New AWS service client module
* **Feature**: This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.

2 changes: 1 addition & 1 deletion service/chatbot/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/configservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.45.2 (2024-02-19)

* **Documentation**: Documentation updates for the AWS Config CLI

# v1.45.1 (2024-02-15)

* **Bug Fix**: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string `code` field.
Expand Down
2 changes: 1 addition & 1 deletion service/configservice/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/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.29.0
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.19.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
github.com/aws/aws-sdk-go-v2/service/schemas v1.23.0
github.com/aws/smithy-go v1.20.0
)
Expand Down
6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
require (
github.com/aws/aws-sdk-go-v2 v1.25.0
github.com/aws/aws-sdk-go-v2/config v1.27.0
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.1
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.2
github.com/aws/aws-sdk-go-v2/service/acm v1.24.0
github.com/aws/aws-sdk-go-v2/service/apigateway v1.22.0
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.26.1
Expand All @@ -24,7 +24,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.25.0
github.com/aws/aws-sdk-go-v2/service/codestar v1.20.1
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.34.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.45.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.45.2
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.22.1
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.37.0
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.21.1
Expand Down Expand Up @@ -67,7 +67,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.39.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.22.1
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.26.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.43.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.27.1
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.27.1
Expand Down
4 changes: 4 additions & 0 deletions service/ivs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.32.1 (2024-02-19)

* **Documentation**: Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.

# v1.32.0 (2024-02-13)

* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
Expand Down
2 changes: 1 addition & 1 deletion service/ivs/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/keyspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.9.2 (2024-02-19)

* **Documentation**: Documentation updates for Amazon Keyspaces

# v1.9.1 (2024-02-15)

* **Bug Fix**: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string `code` field.
Expand Down
2 changes: 1 addition & 1 deletion service/keyspaces/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/mediatailor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.35.0 (2024-02-19)

* **Feature**: MediaTailor: marking #AdBreak.OffsetMillis as required.

# v1.34.0 (2024-02-13)

* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
Expand Down
2 changes: 1 addition & 1 deletion service/mediatailor/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/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.50.1 (2024-02-19)

* **Bug Fix**: Prevent potential panic caused by invalid comparison of credentials.

# v1.50.0 (2024-02-16)

* **Feature**: Add new ClientOptions field to waiter config which allows you to extend the config for operation calls made by waiters.
Expand Down
2 changes: 1 addition & 1 deletion service/s3/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 7cb105f

Please sign in to comment.