Skip to content

Commit

Permalink
Release 2023-04-19
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 19, 2023
1 parent e607ef1 commit 86ce13f
Show file tree
Hide file tree
Showing 32 changed files with 73 additions and 82 deletions.
8 changes: 0 additions & 8 deletions .changelog/03b4633602aa466e93e2411de6a97a35.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/188abe0e48924e90a966f24394073970.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/317ef553e24544ffb78def09377e404e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/406b8b5c09bb4e7a849cb554af019cde.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/62296087451f4f38871b6cc4963f4e16.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/73f168f1fb36433480fbd46e4108310d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/8476afa16b3c495aae3630d2cbc536dc.json

This file was deleted.

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

This file was deleted.

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

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/comprehend`: [v1.24.0](service/comprehend/CHANGELOG.md#v1240-2023-04-19)
* **Feature**: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.26.0](service/ecs/CHANGELOG.md#v1260-2023-04-19)
* **Feature**: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
* `github.com/aws/aws-sdk-go-v2/service/ram`: [v1.18.0](service/ram/CHANGELOG.md#v1180-2023-04-19)
* **Feature**: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.43.1](service/rds/CHANGELOG.md#v1431-2023-04-19)
* **Documentation**: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.32.0](service/s3/CHANGELOG.md#v1320-2023-04-19)
* **Feature**: Provides support for "Snow" Storage class.
* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.19.4](service/secretsmanager/CHANGELOG.md#v1194-2023-04-19)
* **Documentation**: Documentation updates for Secrets Manager

# Release (2023-04-17)

## 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.21
github.com/aws/aws-sdk-go-v2/service/s3 v1.31.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.32.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.17.8
github.com/aws/aws-sdk-go-v2/config v1.18.21
github.com/aws/aws-sdk-go-v2/service/s3 v1.31.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.32.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.3
)

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.63 (2023-04-19)

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

# v1.11.62 (2023-04-10)

* **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.17.8
github.com/aws/aws-sdk-go-v2/config v1.18.21
github.com/aws/aws-sdk-go-v2/service/s3 v1.31.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.32.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/applicationautoscaling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.4 (2023-04-19)

* No change notes available for this release.

# v1.19.3 (2023-04-10)

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

* No change notes available for this release.

# v1.1.15 (2023-04-17)

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

* **Feature**: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.

# v1.23.2 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/comprehend/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.26.0 (2023-04-19)

* **Feature**: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.

# v1.25.1 (2023-04-14)

* **Documentation**: This release supports ephemeral storage for AWS Fargate Windows containers.
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.

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.17.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.13.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.31.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.32.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.15.8
github.com/aws/smithy-go v1.13.5
)
Expand Down
10 changes: 5 additions & 5 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.18.21
github.com/aws/aws-sdk-go-v2/service/acm v1.17.9
github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.9
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.19.3
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.19.4
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.8
github.com/aws/aws-sdk-go-v2/service/appstream v1.20.9
github.com/aws/aws-sdk-go-v2/service/athena v1.25.2
Expand Down Expand Up @@ -33,7 +33,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.93.2
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.9
github.com/aws/aws-sdk-go-v2/service/ecs v1.25.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.26.0
github.com/aws/aws-sdk-go-v2/service/efs v1.19.12
github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.8
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.8
Expand All @@ -60,15 +60,15 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.14.8
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.12.8
github.com/aws/aws-sdk-go-v2/service/polly v1.25.8
github.com/aws/aws-sdk-go-v2/service/rds v1.43.0
github.com/aws/aws-sdk-go-v2/service/rds v1.43.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.9
github.com/aws/aws-sdk-go-v2/service/rekognition v1.24.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.27.7
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.8
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.31.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.32.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.3
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.3
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.4
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.18.2
github.com/aws/aws-sdk-go-v2/service/ses v1.15.7
github.com/aws/aws-sdk-go-v2/service/sfn v1.17.9
Expand Down
4 changes: 4 additions & 0 deletions service/ram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2023-04-19)

* **Feature**: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.

# v1.17.10 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/ram/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.43.1 (2023-04-19)

* **Documentation**: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle

# v1.43.0 (2023-04-14)

* **Feature**: This release adds support of modifying the engine mode of database clusters.
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.32.0 (2023-04-19)

* **Feature**: Provides support for "Snow" Storage class.

# v1.31.3 (2023-04-10)

* 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.

4 changes: 4 additions & 0 deletions service/secretsmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.4 (2023-04-19)

* **Documentation**: Documentation updates for Secrets Manager

# v1.19.3 (2023-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/secretsmanager/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 86ce13f

Please sign in to comment.