Skip to content

Commit

Permalink
Release 2024-10-02
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 2, 2024
1 parent 6b963d7 commit 6191b25
Show file tree
Hide file tree
Showing 41 changed files with 99 additions and 94 deletions.
8 changes: 0 additions & 8 deletions .changelog/0b894cd7cedf48bfaf3e09a2d673f943.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/305f5c1aa22647878dfd3269866e1907.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4a073370d024474f84979904bf98efce.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5c4ef21f23a14ab0a7bfbf206808dfbe.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/640a24e79ae3487ea7dd740cbe05ac0e.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Release (2024-10-02)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/appstream`: [v1.40.0](service/appstream/CHANGELOG.md#v1400-2024-10-02)
* **Feature**: Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0
* `github.com/aws/aws-sdk-go-v2/service/b2bi`: [v1.0.0-preview.44](service/b2bi/CHANGELOG.md#v100-preview44-2024-10-02)
* **Feature**: Added and updated APIs to support outbound EDI transformations
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.21.0](service/bedrockagentruntime/CHANGELOG.md#v1210-2024-10-02)
* **Feature**: Added raw model response and usage metrics to PreProcessing and PostProcessing Trace
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.18.0](service/bedrockruntime/CHANGELOG.md#v1180-2024-10-02)
* **Feature**: Added new fields to Amazon Bedrock Guardrails trace
* `github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor`: [v1.30.0](service/iotdeviceadvisor/CHANGELOG.md#v1300-2024-10-02)
* **Feature**: Add clientToken attribute and implement idempotency for CreateSuiteDefinition.
* `github.com/aws/aws-sdk-go-v2/service/ivsrealtime`: [v1.19.0](service/ivsrealtime/CHANGELOG.md#v1190-2024-10-02)
* **Feature**: Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.64.0](service/s3/CHANGELOG.md#v1640-2024-10-02)
* **Feature**: This release introduces a header representing the minimum object size limit for Lifecycle transitions.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.162.0](service/sagemaker/CHANGELOG.md#v11620-2024-10-02)
* **Feature**: releasing builtinlcc to public
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.47.4](service/workspaces/CHANGELOG.md#v1474-2024-10-02)
* **Documentation**: WSP is being rebranded to become DCV.

# Release (2024-10-01)

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

require (
github.com/aws/aws-sdk-go-v2/config v1.27.39
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.64.0
)

require (
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.21
require (
github.com/aws/aws-sdk-go-v2 v1.31.0
github.com/aws/aws-sdk-go-v2/config v1.27.39
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.64.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.48.3
)

Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.26 (2024-10-02)

* No change notes available for this release.

# v1.14.25 (2024-10-01)

* No change notes available for this release.
Expand Down

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

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.17.26 (2024-10-02)

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

# v1.17.25 (2024-09-27)

* **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.21
require (
github.com/aws/aws-sdk-go-v2 v1.31.0
github.com/aws/aws-sdk-go-v2/config v1.27.39
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.64.0
github.com/aws/smithy-go v1.21.0
)

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/appstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.40.0 (2024-10-02)

* **Feature**: Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0

# v1.39.3 (2024-09-27)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/appstream/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/b2bi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.0-preview.44 (2024-10-02)

* **Feature**: Added and updated APIs to support outbound EDI transformations

# v1.0.0-preview.43 (2024-09-27)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/b2bi/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/bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.3 (2024-10-02)

* No change notes available for this release.

# v1.19.2 (2024-09-27)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrock/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/bedrockagentruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.0 (2024-10-02)

* **Feature**: Added raw model response and usage metrics to PreProcessing and PostProcessing Trace

# v1.20.3 (2024-09-27)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagentruntime/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/bedrockruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2024-10-02)

* **Feature**: Added new fields to Amazon Bedrock Guardrails trace

# v1.17.3 (2024-09-27)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockruntime/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/firehose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.33.4 (2024-10-02)

* No change notes available for this release.

# v1.33.3 (2024-09-27)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/firehose/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.31.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.35.3
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.23.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.64.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.27.3
github.com/aws/smithy-go v1.21.0
)
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 @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
require (
github.com/aws/aws-sdk-go-v2 v1.31.0
github.com/aws/aws-sdk-go-v2/config v1.27.39
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.25
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.26
github.com/aws/aws-sdk-go-v2/service/acm v1.29.3
github.com/aws/aws-sdk-go-v2/service/apigateway v1.26.3
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.32.3
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.27.3
github.com/aws/aws-sdk-go-v2/service/appstream v1.39.3
github.com/aws/aws-sdk-go-v2/service/appstream v1.40.0
github.com/aws/aws-sdk-go-v2/service/athena v1.46.2
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.44.3
github.com/aws/aws-sdk-go-v2/service/batch v1.45.3
Expand Down Expand Up @@ -42,7 +42,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.26.3
github.com/aws/aws-sdk-go-v2/service/emr v1.44.3
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.34.3
github.com/aws/aws-sdk-go-v2/service/firehose v1.33.3
github.com/aws/aws-sdk-go-v2/service/firehose v1.33.4
github.com/aws/aws-sdk-go-v2/service/gamelift v1.35.3
github.com/aws/aws-sdk-go-v2/service/glacier v1.25.3
github.com/aws/aws-sdk-go-v2/service/glue v1.99.2
Expand All @@ -64,7 +64,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.44.3
github.com/aws/aws-sdk-go-v2/service/route53domains v1.26.3
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.31.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.64.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.48.3
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.33.3
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.31.3
Expand All @@ -82,7 +82,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/waf v1.24.3
github.com/aws/aws-sdk-go-v2/service/wafregional v1.24.3
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.53.3
github.com/aws/aws-sdk-go-v2/service/workspaces v1.47.3
github.com/aws/aws-sdk-go-v2/service/workspaces v1.47.4
github.com/aws/smithy-go v1.21.0
)

Expand Down
4 changes: 4 additions & 0 deletions service/iotdeviceadvisor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.0 (2024-10-02)

* **Feature**: Add clientToken attribute and implement idempotency for CreateSuiteDefinition.

# v1.29.3 (2024-09-27)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/iotdeviceadvisor/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/ivsrealtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.0 (2024-10-02)

* **Feature**: Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.

# v1.18.3 (2024-09-27)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/ivsrealtime/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.64.0 (2024-10-02)

* **Feature**: This release introduces a header representing the minimum object size limit for Lifecycle transitions.

# v1.63.3 (2024-09-27)

* 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/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.162.0 (2024-10-02)

* **Feature**: releasing builtinlcc to public

# v1.161.1 (2024-09-27)

* No change notes available for this release.
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.

4 changes: 4 additions & 0 deletions service/workspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.47.4 (2024-10-02)

* **Documentation**: WSP is being rebranded to become DCV.

# v1.47.3 (2024-09-27)

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

Please sign in to comment.