Skip to content

Commit

Permalink
Release 2022-04-07
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 7, 2022
1 parent 8d3f1cb commit 2a77b3d
Show file tree
Hide file tree
Showing 31 changed files with 69 additions and 73 deletions.
8 changes: 0 additions & 8 deletions .changelog/248a3d4fe1e3454f964856eed5569948.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/485f7ea775d6440dba680ea73678a607.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/647ba97fdc57431dbe03bd19fa7e6013.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9e34fbb78b344a5ea5b75a2a3097734b.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/b8c55b74d8384522b63cd365d5907655.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 (2022-04-07)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/internal/v4a`: [v1.0.0](internal/v4a/CHANGELOG.md#v100-2022-04-07)
* **Release**: New internal v4a signing module location.
* `github.com/aws/aws-sdk-go-v2/service/docdb`: [v1.18.0](service/docdb/CHANGELOG.md#v1180-2022-04-07)
* **Feature**: Added support to enable/disable performance insights when creating or modifying db instances
* `github.com/aws/aws-sdk-go-v2/service/eventbridge`: [v1.16.0](service/eventbridge/CHANGELOG.md#v1160-2022-04-07)
* **Feature**: Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications.
* `github.com/aws/aws-sdk-go-v2/service/personalize`: [v1.18.0](service/personalize/CHANGELOG.md#v1180-2022-04-07)
* **Feature**: This release provides tagging support in AWS Personalize.
* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.14.4](service/pi/CHANGELOG.md#v1144-2022-04-07)
* **Documentation**: Adds support for DocumentDB to the Performance Insights API.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.27.0](service/sagemaker/CHANGELOG.md#v1270-2022-04-07)
* **Feature**: Amazon Sagemaker Notebook Instances now supports G5 instance types

# Release (2022-04-06)

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

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

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.16.2
github.com/aws/aws-sdk-go-v2/config v1.15.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.4
)

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.4 (2022-04-07)

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

# v1.11.3 (2022-03-30)

* **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.16.2
github.com/aws/aws-sdk-go-v2/config v1.15.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
)
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 internal/v4a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# v1.0.0 (2022-04-07)

* **Release**: New internal v4a signing module location.

2 changes: 1 addition & 1 deletion internal/v4a/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/docdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2022-04-07)

* **Feature**: Added support to enable/disable performance insights when creating or modifying db instances

# v1.17.3 (2022-03-30)

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

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

5 changes: 5 additions & 0 deletions service/eventbridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.16.0 (2022-04-07)

* **Feature**: Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications.
* **Dependency Update**: Updated to the latest SDK module versions

# v1.15.4 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/eventbridge/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 v1.16.2
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.9
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.3
github.com/aws/aws-sdk-go-v2/internal/v4a v0.0.0-00010101000000-000000000000
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.0
github.com/aws/smithy-go v1.11.2
)

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.16.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.3
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.3
github.com/aws/smithy-go v1.11.2
)
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 @@ -29,7 +29,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.3
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.3
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.3
github.com/aws/aws-sdk-go-v2/service/docdb v1.17.3
github.com/aws/aws-sdk-go-v2/service/docdb v1.18.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.3
github.com/aws/aws-sdk-go-v2/service/ec2 v1.34.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.3
Expand All @@ -42,7 +42,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.3
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.3
github.com/aws/aws-sdk-go-v2/service/emr v1.17.3
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.15.4
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.0
github.com/aws/aws-sdk-go-v2/service/firehose v1.14.3
github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.3
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.3
Expand All @@ -66,7 +66,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.20.3
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.3
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.4
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.4
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.0
Expand Down
4 changes: 4 additions & 0 deletions service/personalize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2022-04-07)

* **Feature**: This release provides tagging support in AWS Personalize.

# v1.17.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/personalize/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/pi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.4 (2022-04-07)

* **Documentation**: Adds support for DocumentDB to the Performance Insights API.

# v1.14.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/pi/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.26.4 (2022-04-07)

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

# v1.26.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/s3/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/aws/protocol/eventstream v1.4.1
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.9
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.3
github.com/aws/aws-sdk-go-v2/internal/v4a v0.0.0-00010101000000-000000000000
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.0
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.1
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.3
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.3
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/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2022-04-07)

* **Feature**: Amazon Sagemaker Notebook Instances now supports G5 instance types

# v1.26.3 (2022-03-30)

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

Please sign in to comment.