Skip to content

Commit

Permalink
Release 2024-01-24
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 24, 2024
1 parent 0e5a5b4 commit efd9c26
Show file tree
Hide file tree
Showing 29 changed files with 72 additions and 59 deletions.
8 changes: 0 additions & 8 deletions .changelog/36227b137362432682ac126094d22187.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/37cd600879e4457da5697553f9145222.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/815f39c4c48d4c4b95ab3e9dc9cd5e19.json

This file was deleted.

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

This file was deleted.

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

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.145.0](service/ec2/CHANGELOG.md#v11450-2024-01-24)
* **Feature**: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.38.1](service/ecs/CHANGELOG.md#v1381-2024-01-24)
* **Documentation**: Documentation updates for Amazon ECS.
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.35.0](service/outposts/CHANGELOG.md#v1350-2024-01-24)
* **Feature**: DeviceSerialNumber parameter is now optional in StartConnection API
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.68.0](service/rds/CHANGELOG.md#v1680-2024-01-24)
* **Feature**: This release adds support for Aurora Limitless Database.
* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.25.0](service/storagegateway/CHANGELOG.md#v1250-2024-01-24)
* **Feature**: Add DeprecationDate and SoftwareVersion to response of ListGateways.

# Release (2024-01-23)

## Module 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.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.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.19
require (
github.com/aws/aws-sdk-go-v2 v1.24.1
github.com/aws/aws-sdk-go-v2/config v1.26.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.42.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.15.15 (2024-01-24)

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

# v1.15.14 (2024-01-22)

* **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.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
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/cloudfrontkeyvaluestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.1 (2024-01-24)

* No change notes available for this release.

# v1.2.0 (2024-01-22)

* **Feature**: This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudfrontkeyvaluestore/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/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.145.0 (2024-01-24)

* **Feature**: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.

# v1.144.1 (2024-01-22)

* **Documentation**: Documentation updates for Amazon EC2.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/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/ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.38.1 (2024-01-24)

* **Documentation**: Documentation updates for Amazon ECS.

# v1.38.0 (2024-01-22)

* **Feature**: This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
Expand Down
2 changes: 1 addition & 1 deletion service/ecs/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.28.1 (2024-01-24)

* No change notes available for this release.

# v1.28.0 (2024-01-11)

* **Feature**: Adding AppSync as an EventBridge Target
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.27.0
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
github.com/aws/aws-sdk-go-v2/service/schemas v1.21.6
github.com/aws/smithy-go v1.19.0
)
Expand Down
12 changes: 6 additions & 6 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.6
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.14
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.15.15
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 @@ -32,9 +32,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.8
github.com/aws/aws-sdk-go-v2/service/docdb v1.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.144.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.145.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7
github.com/aws/aws-sdk-go-v2/service/ecs v1.38.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.38.1
github.com/aws/aws-sdk-go-v2/service/efs v1.26.6
github.com/aws/aws-sdk-go-v2/service/elasticache v1.34.7
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.20.6
Expand All @@ -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.28.0
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.28.1
github.com/aws/aws-sdk-go-v2/service/firehose v1.24.0
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 @@ -61,13 +61,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.19.6
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.17.6
github.com/aws/aws-sdk-go-v2/service/polly v1.36.6
github.com/aws/aws-sdk-go-v2/service/rds v1.67.0
github.com/aws/aws-sdk-go-v2/service/rds v1.68.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.39.8
github.com/aws/aws-sdk-go-v2/service/rekognition v1.36.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.37.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.20.6
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.25.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.26.2
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.26.0
Expand Down
4 changes: 4 additions & 0 deletions service/outposts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.35.0 (2024-01-24)

* **Feature**: DeviceSerialNumber parameter is now optional in StartConnection API

# v1.34.6 (2024-01-04)

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

* **Feature**: This release adds support for Aurora Limitless Database.

# v1.67.0 (2024-01-22)

* **Feature**: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
Expand Down
2 changes: 1 addition & 1 deletion service/rds/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.1 (2024-01-24)

* No change notes available for this release.

# v1.48.0 (2024-01-05)

* **Feature**: Support smithy sigv4a trait for codegen.
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.

4 changes: 4 additions & 0 deletions service/storagegateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.0 (2024-01-24)

* **Feature**: Add DeprecationDate and SoftwareVersion to response of ListGateways.

# v1.24.6 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/storagegateway/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 efd9c26

Please sign in to comment.