Skip to content

Commit

Permalink
Release 2024-12-11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 11, 2024
1 parent ce73889 commit a164d84
Show file tree
Hide file tree
Showing 42 changed files with 101 additions and 86 deletions.
8 changes: 0 additions & 8 deletions .changelog/1fe8264a76b7446e880d70af2a6f957e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/54950808e50e42cfbf97eb693e93a6f9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/644ff57998044443ad10e2f01a844439.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/artifact`: [v1.7.0](service/artifact/CHANGELOG.md#v170-2024-12-11)
* **Feature**: Add support for listing active customer agreements for the calling AWS Account.
* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.46.3](service/cloudtrail/CHANGELOG.md#v1463-2024-12-11)
* **Documentation**: Doc-only updates for CloudTrail.
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.48.1](service/cognitoidentityprovider/CHANGELOG.md#v1481-2024-12-11)
* **Documentation**: Updated descriptions for some API operations and parameters, corrected some errors in Cognito user pools
* `github.com/aws/aws-sdk-go-v2/service/controlcatalog`: [v1.6.3](service/controlcatalog/CHANGELOG.md#v163-2024-12-11)
* **Documentation**: Minor documentation updates to the content of ImplementationDetails object part of the Control Catalog GetControl API
* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.27.0](service/emrserverless/CHANGELOG.md#v1270-2024-12-11)
* **Feature**: This release adds support for accessing system profile logs in Lake Formation-enabled jobs.
* `github.com/aws/aws-sdk-go-v2/service/migrationhub`: [v1.25.0](service/migrationhub/CHANGELOG.md#v1250-2024-12-11)
* **Feature**: API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources
* `github.com/aws/aws-sdk-go-v2/service/sesv2`: [v1.40.0](service/sesv2/CHANGELOG.md#v1400-2024-12-11)
* **Feature**: Introduces support for multi-region endpoint.
* `github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb`: [v1.7.0](service/timestreaminfluxdb/CHANGELOG.md#v170-2024-12-11)
* **Feature**: Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint

# Release (2024-12-10)

## Module Highlights
Expand Down
4 changes: 2 additions & 2 deletions example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/config v1.28.6
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.20
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.21
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0
)

Expand All @@ -15,7 +15,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.9 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.21 (2024-12-11)

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

# v1.15.20 (2024-12-03.2)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.9
)

require github.com/aws/smithy-go v1.22.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/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 feature/dynamodb/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.56 (2024-12-11)

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

# v1.7.55 (2024-12-03.2)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
4 changes: 2 additions & 2 deletions feature/dynamodb/expression/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.20
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.21
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0
)

require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.9 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect
github.com/aws/smithy-go v1.22.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/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 feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.56 (2024-12-11)

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

# v1.14.55 (2024-12-03.2)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodbstreams/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.8
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.9
)

require github.com/aws/smithy-go v1.22.1 // indirect
Expand Down

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

4 changes: 4 additions & 0 deletions service/artifact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.0 (2024-12-11)

* **Feature**: Add support for listing active customer agreements for the calling AWS Account.

# v1.6.7 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/artifact/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/cloudtrail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.46.3 (2024-12-11)

* **Documentation**: Doc-only updates for CloudTrail.

# v1.46.2 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudtrail/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/cognitoidentityprovider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.48.1 (2024-12-11)

* **Documentation**: Updated descriptions for some API operations and parameters, corrected some errors in Cognito user pools

# v1.48.0 (2024-12-09)

* **Feature**: Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.
Expand Down
2 changes: 1 addition & 1 deletion service/cognitoidentityprovider/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/controlcatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.6.3 (2024-12-11)

* **Documentation**: Minor documentation updates to the content of ImplementationDetails object part of the Control Catalog GetControl API

# v1.6.2 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/controlcatalog/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/dlm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.9 (2024-12-11)

* No change notes available for this release.

# v1.28.8 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/dlm/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/dynamodbstreams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.9 (2024-12-11)

* No change notes available for this release.

# v1.24.8 (2024-12-03)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodbstreams/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/emrserverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2024-12-11)

* **Feature**: This release adds support for accessing system profile logs in Lake Formation-enabled jobs.

# v1.26.7 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/emrserverless/go_module_metadata.go

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

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.1
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.43.1
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.27.8
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.46.2
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.46.3
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.3
github.com/aws/aws-sdk-go-v2/service/codebuild v1.49.2
github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.7
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.7
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.37.1
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.0
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.51.1
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.7
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.44.5
Expand Down
4 changes: 4 additions & 0 deletions service/migrationhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.0 (2024-12-11)

* **Feature**: API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources

# v1.24.7 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/migrationhub/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/sesv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.40.0 (2024-12-11)

* **Feature**: Introduces support for multi-region endpoint.

# v1.39.0 (2024-12-10)

* **Feature**: Introduces support for creating DEED (Deterministic Easy-DKIM) identities.
Expand Down
2 changes: 1 addition & 1 deletion service/sesv2/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/timestreaminfluxdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.0 (2024-12-11)

* **Feature**: Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint

# v1.6.7 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/timestreaminfluxdb/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/vpclattice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.1 (2024-12-11)

* No change notes available for this release.

# v1.13.0 (2024-12-02)

* **Feature**: Lattice APIs that allow sharing and access of VPC resources across accounts.
Expand Down
2 changes: 1 addition & 1 deletion service/vpclattice/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 a164d84

Please sign in to comment.