Skip to content

Commit

Permalink
Release 2023-06-16
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 16, 2023
1 parent c3dc991 commit d26d492
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 52 deletions.
8 changes: 0 additions & 8 deletions .changelog/6ea661f8f64c46f69dd06eec9baac25e.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Release (2023-06-16)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice`: [v1.16.0](service/applicationdiscoveryservice/CHANGELOG.md#v1160-2023-06-16)
* **Feature**: Add Amazon EC2 instance recommendations export
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.59.0](service/connect/CHANGELOG.md#v1590-2023-06-16)
* **Feature**: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.20.3](service/iam/CHANGELOG.md#v1203-2023-06-16)
* **Documentation**: Documentation updates for AWS Identity and Access Management (IAM).
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.35.0](service/s3/CHANGELOG.md#v1350-2023-06-16)
* **Feature**: This release adds SDK support for request-payer request header and request-charged response header in the "GetBucketAccelerateConfiguration", "ListMultipartUploads", "ListObjects", "ListObjectsV2" and "ListObjectVersions" S3 APIs.

# Release (2023-06-15)

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

require (
github.com/aws/aws-sdk-go-v2/config v1.18.27
github.com/aws/aws-sdk-go-v2/service/s3 v1.34.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
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.15
require (
github.com/aws/aws-sdk-go-v2 v1.18.1
github.com/aws/aws-sdk-go-v2/config v1.18.27
github.com/aws/aws-sdk-go-v2/service/s3 v1.34.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.7
)

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.11.70 (2023-06-16)

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

# v1.11.69 (2023-06-15)

* **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.15
require (
github.com/aws/aws-sdk-go-v2 v1.18.1
github.com/aws/aws-sdk-go-v2/config v1.18.27
github.com/aws/aws-sdk-go-v2/service/s3 v1.34.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
github.com/aws/smithy-go v1.13.5
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/applicationdiscoveryservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.0 (2023-06-16)

* **Feature**: Add Amazon EC2 instance recommendations export

# v1.15.12 (2023-06-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/applicationdiscoveryservice/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/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.59.0 (2023-06-16)

* **Feature**: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.

# v1.58.2 (2023-06-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/connect/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/iam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.3 (2023-06-16)

* **Documentation**: Documentation updates for AWS Identity and Access Management (IAM).

# v1.20.2 (2023-06-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/iam/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.18.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.13.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.34.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.15.12
github.com/aws/smithy-go v1.13.5
)
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 @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/acm v1.17.13
github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.13
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.21.2
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.12
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.16.0
github.com/aws/aws-sdk-go-v2/service/appstream v1.20.13
github.com/aws/aws-sdk-go-v2/service/athena v1.30.2
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.28.9
Expand Down Expand Up @@ -48,7 +48,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.13
github.com/aws/aws-sdk-go-v2/service/glue v1.50.2
github.com/aws/aws-sdk-go-v2/service/health v1.17.2
github.com/aws/aws-sdk-go-v2/service/iam v1.20.2
github.com/aws/aws-sdk-go-v2/service/iam v1.20.3
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.12
github.com/aws/aws-sdk-go-v2/service/iot v1.38.2
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.14
Expand All @@ -66,7 +66,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.28.3
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.12
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.13
github.com/aws/aws-sdk-go-v2/service/s3 v1.34.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.7
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.10
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.19.2
Expand Down
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.35.0 (2023-06-16)

* **Feature**: This release adds SDK support for request-payer request header and request-charged response header in the "GetBucketAccelerateConfiguration", "ListMultipartUploads", "ListObjects", "ListObjectsV2" and "ListObjectVersions" S3 APIs.

# v1.34.1 (2023-06-15)

* No change notes available for this release.
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 d26d492

Please sign in to comment.