Skip to content

Commit

Permalink
Release 2023-11-22
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 22, 2023
1 parent 769b1e0 commit 6afe528
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 39 deletions.
8 changes: 0 additions & 8 deletions .changelog/08c84fb2c6644d8b983c9986c770cfda.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/kinesis`: [v1.23.0](service/kinesis/CHANGELOG.md#v1230-2023-11-22)
* **Feature**: This release adds support for resource based policies on streams and consumers.
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.38.0](service/s3control/CHANGELOG.md#v1380-2023-11-22)
* **Feature**: **BREAK FIX**: Convert S3Control PublicAccessBlock field types to nilable. See #2384, #2162.
* **Feature**: Amazon S3 Batch Operations now manages buckets or prefixes in a single step.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.118.0](service/sagemaker/CHANGELOG.md#v11180-2023-11-22)
* **Feature**: This feature adds the end user license agreement status as a model access configuration parameter.

# Release (2023-11-21)

## General Highlights
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 @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.23.1
github.com/aws/aws-sdk-go-v2/config v1.25.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.44.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.37.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.38.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/iam v1.27.3
github.com/aws/aws-sdk-go-v2/service/inspector v1.18.3
github.com/aws/aws-sdk-go-v2/service/iot v1.45.1
github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.3
github.com/aws/aws-sdk-go-v2/service/kinesis v1.23.0
github.com/aws/aws-sdk-go-v2/service/kms v1.26.3
github.com/aws/aws-sdk-go-v2/service/lambda v1.48.1
github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.3
Expand All @@ -67,7 +67,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.3
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.22.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.44.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.37.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.38.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.23.3
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.24.3
github.com/aws/aws-sdk-go-v2/service/ses v1.18.3
Expand Down
4 changes: 4 additions & 0 deletions service/kinesis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2023-11-22)

* **Feature**: This release adds support for resource based policies on streams and consumers.

# v1.22.3 (2023-11-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/kinesis/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/kinesis/internal/testing/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.23.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.7
github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.3
github.com/aws/aws-sdk-go-v2/service/kinesis v1.23.0
github.com/aws/smithy-go v1.17.0
github.com/google/go-cmp v0.5.8
)
Expand Down
5 changes: 5 additions & 0 deletions service/s3control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.38.0 (2023-11-22)

* **Feature**: **BREAK FIX**: Convert S3Control PublicAccessBlock field types to nilable. See #2384, #2162.
* **Feature**: Amazon S3 Batch Operations now manages buckets or prefixes in a single step.

# v1.37.1 (2023-11-20)

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

* **Feature**: This feature adds the end user license agreement status as a model access configuration parameter.

# v1.117.1 (2023-11-20)

* **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 6afe528

Please sign in to comment.