Skip to content

Commit

Permalink
Release 2022-11-14
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 14, 2022
1 parent 6a4378c commit 1a5887a
Show file tree
Hide file tree
Showing 23 changed files with 54 additions and 64 deletions.
8 changes: 0 additions & 8 deletions .changelog/001dc5f5babb48a0b4b36d05361cd14d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/12d9eb1310df4f5ea987311c0103a25a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1f1138bf91304ea9b67d2463acf2ab60.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3ffb5658928a4ceca3e6f1bdd3fdc682.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6234c73f08a542b18cb6c3df5563c96c.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release (2022-11-14)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/customerprofiles`: [v1.20.0](service/customerprofiles/CHANGELOG.md#v1200-2022-11-14)
* **Feature**: This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators.
* `github.com/aws/aws-sdk-go-v2/service/lakeformation`: [v1.18.0](service/lakeformation/CHANGELOG.md#v1180-2022-11-14)
* **Feature**: This release adds a new parameter "Parameters" in the DataLakeSettings.
* `github.com/aws/aws-sdk-go-v2/service/managedblockchain`: [v1.13.3](service/managedblockchain/CHANGELOG.md#v1133-2022-11-14)
* **Documentation**: Updating the API docs data type: NetworkEthereumAttributes, and the operations DeleteNode, and CreateNode to also include the supported Goerli network.
* `github.com/aws/aws-sdk-go-v2/service/proton`: [v1.16.0](service/proton/CHANGELOG.md#v1160-2022-11-14)
* **Feature**: Add support for CodeBuild Provisioning
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.29.0](service/rds/CHANGELOG.md#v1290-2022-11-14)
* **Feature**: This release adds support for restoring an RDS Multi-AZ DB cluster snapshot to a Single-AZ deployment or a Multi-AZ DB instance deployment.
* `github.com/aws/aws-sdk-go-v2/service/workdocs`: [v1.12.0](service/workdocs/CHANGELOG.md#v1120-2022-11-14)
* **Feature**: Added 2 new document related operations, DeleteDocumentVersion and RestoreDocumentVersions.
* `github.com/aws/aws-sdk-go-v2/service/xray`: [v1.14.0](service/xray/CHANGELOG.md#v1140-2022-11-14)
* **Feature**: This release enhances GetServiceGraph API to support new type of edge to represent links between SQS and Lambda in event-driven applications.

# Release (2022-11-11)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/customerprofiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2022-11-14)

* **Feature**: This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators.

# v1.19.3 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/customerprofiles/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/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.19
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.21
github.com/aws/aws-sdk-go-v2/service/polly v1.19.0
github.com/aws/aws-sdk-go-v2/service/rds v1.28.1
github.com/aws/aws-sdk-go-v2/service/rds v1.29.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.14
github.com/aws/aws-sdk-go-v2/service/rekognition v1.21.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.23.0
Expand Down
4 changes: 4 additions & 0 deletions service/lakeformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2022-11-14)

* **Feature**: This release adds a new parameter "Parameters" in the DataLakeSettings.

# v1.17.7 (2022-10-24)

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

* **Documentation**: Updating the API docs data type: NetworkEthereumAttributes, and the operations DeleteNode, and CreateNode to also include the supported Goerli network.

# v1.13.2 (2022-10-24)

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

* **Feature**: Add support for CodeBuild Provisioning

# v1.15.2 (2022-10-24)

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

* **Feature**: This release adds support for restoring an RDS Multi-AZ DB cluster snapshot to a Single-AZ deployment or a Multi-AZ DB instance deployment.

# v1.28.1 (2022-11-10)

* No change notes available for this release.
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/workdocs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.0 (2022-11-14)

* **Feature**: Added 2 new document related operations, DeleteDocumentVersion and RestoreDocumentVersions.

# v1.11.19 (2022-10-24)

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

* **Feature**: This release enhances GetServiceGraph API to support new type of edge to represent links between SQS and Lambda in event-driven applications.

# v1.13.22 (2022-11-10)

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

Please sign in to comment.