Skip to content

Commit

Permalink
Release 2024-01-05
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 5, 2024
1 parent c49b153 commit 4ba3705
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 55 deletions.
10 changes: 0 additions & 10 deletions .changelog/261461c495de4ce09c41eb674762b213.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9648cb06315e449fb20ab7c889c6bf69.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## General Highlights
* **Feature**: Support smithy sigv4a trait for codegen.
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/kms`: [v1.27.9](service/kms/CHANGELOG.md#v1279-2024-01-05)
* **Documentation**: Documentation updates for AWS Key Management Service (KMS).
* `github.com/aws/aws-sdk-go-v2/service/redshiftserverless`: [v1.15.6](service/redshiftserverless/CHANGELOG.md#v1156-2024-01-05)
* **Documentation**: use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup

# Release (2024-01-04)

## 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.19

require (
github.com/aws/aws-sdk-go-v2/config v1.26.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
)

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.19
require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/config v1.26.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.8
)

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.15.11 (2024-01-05)

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

# v1.15.10 (2024-01-04)

* **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.19
require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/config v1.26.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/smithy-go v1.19.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/eventbridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2024-01-05)

* **Feature**: Support smithy sigv4a trait for codegen.

# v1.26.7 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/eventbridge/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.24.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.8
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.21.6
github.com/aws/smithy-go v1.19.0
)
Expand Down
8 changes: 4 additions & 4 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.24.1
github.com/aws/aws-sdk-go-v2/config v1.26.3
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.10
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.11
github.com/aws/aws-sdk-go-v2/service/acm v1.22.7
github.com/aws/aws-sdk-go-v2/service/apigateway v1.21.7
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.25.7
Expand Down Expand Up @@ -43,7 +43,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.25.0
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.19.6
github.com/aws/aws-sdk-go-v2/service/emr v1.36.1
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.26.7
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.27.0
github.com/aws/aws-sdk-go-v2/service/firehose v1.23.2
github.com/aws/aws-sdk-go-v2/service/gamelift v1.28.1
github.com/aws/aws-sdk-go-v2/service/glacier v1.19.6
Expand All @@ -53,7 +53,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/inspector v1.19.6
github.com/aws/aws-sdk-go-v2/service/iot v1.47.1
github.com/aws/aws-sdk-go-v2/service/kinesis v1.24.7
github.com/aws/aws-sdk-go-v2/service/kms v1.27.8
github.com/aws/aws-sdk-go-v2/service/kms v1.27.9
github.com/aws/aws-sdk-go-v2/service/lambda v1.49.7
github.com/aws/aws-sdk-go-v2/service/lightsail v1.33.0
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.18.6
Expand All @@ -67,7 +67,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.36.1
github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.6
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.24.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.47.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.41.8
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.26.1
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.26.0
Expand Down
4 changes: 4 additions & 0 deletions service/kms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.9 (2024-01-05)

* **Documentation**: Documentation updates for AWS Key Management Service (KMS).

# v1.27.8 (2024-01-04)

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

* **Documentation**: use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup

# v1.15.5 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/redshiftserverless/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.48.0 (2024-01-05)

* **Feature**: Support smithy sigv4a trait for codegen.

# v1.47.8 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
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 4ba3705

Please sign in to comment.