Skip to content

Commit

Permalink
Release 2023-01-09
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 9, 2023
1 parent b8d2a1d commit ed5f0ae
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 56 deletions.
8 changes: 0 additions & 8 deletions .changelog/00bd8cc544da4286a4fb17381dbee5fc.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/718812f55cbc410e8d46f4d8ea3a3f66.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/93074dadcb52430689c060c47696df55.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/957b562359be4d9791080c01a361a82f.json

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/ecrpublic`: [v1.15.0](service/ecrpublic/CHANGELOG.md#v1150-2023-01-09)
* **Feature**: This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.
* `github.com/aws/aws-sdk-go-v2/service/kendraranking`: [v1.0.0](service/kendraranking/CHANGELOG.md#v100-2023-01-09)
* **Release**: New AWS service client module
* **Feature**: Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr).
* `github.com/aws/aws-sdk-go-v2/service/networkfirewall`: [v1.23.0](service/networkfirewall/CHANGELOG.md#v1230-2023-01-09)
* **Feature**: Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert.
* `github.com/aws/aws-sdk-go-v2/service/workspacesweb`: [v1.9.0](service/workspacesweb/CHANGELOG.md#v190-2023-01-09)
* **Feature**: This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On).

# Release (2023-01-06)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.1 (2023-01-09)

* No change notes available for this release.

# v1.21.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/batch/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/ecrpublic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.0 (2023-01-09)

* **Feature**: This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.

# v1.14.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/ecrpublic/go_module_metadata.go

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

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/appstream v1.19.0
github.com/aws/aws-sdk-go-v2/service/athena v1.22.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.26.0
github.com/aws/aws-sdk-go-v2/service/batch v1.21.0
github.com/aws/aws-sdk-go-v2/service/batch v1.21.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.25.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.24.0
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.14.0
Expand Down Expand Up @@ -65,7 +65,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/rekognition v1.23.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.26.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.0
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.16.0
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.16.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.18.0
Expand Down
5 changes: 5 additions & 0 deletions service/kendraranking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2023-01-09)

* **Release**: New AWS service client module
* **Feature**: Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr).

2 changes: 1 addition & 1 deletion service/kendraranking/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/networkfirewall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2023-01-09)

* **Feature**: Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert.

# v1.22.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/networkfirewall/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/route53resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.1 (2023-01-09)

* No change notes available for this release.

# v1.16.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/route53resolver/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/workspacesweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.9.0 (2023-01-09)

* **Feature**: This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On).

# v1.8.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/workspacesweb/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 ed5f0ae

Please sign in to comment.