Skip to content

Commit

Permalink
Release 2024-08-29
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 29, 2024
1 parent d0a7feb commit 00ce6de
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 57 deletions.
8 changes: 0 additions & 8 deletions .changelog/09e1020334804850a3cbc9b43e9f1be5.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/86efb413b8194cb8926cee3a896a1e53.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Release (2024-08-29)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.18.0](service/bedrockagentruntime/CHANGELOG.md#v1180-2024-08-29)
* **Feature**: Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.16.0](service/bedrockruntime/CHANGELOG.md#v1160-2024-08-29)
* **Feature**: Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
* `github.com/aws/aws-sdk-go-v2/service/personalize`: [v1.37.0](service/personalize/CHANGELOG.md#v1370-2024-08-29)
* **Feature**: This releases ability to update automatic training scheduler for customer solutions
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.71.0](service/quicksight/CHANGELOG.md#v1710-2024-08-29)
* **Feature**: Increased Character Limit for Dataset Calculation Field expressions
* `github.com/aws/aws-sdk-go-v2/service/sfn`: [v1.31.0](service/sfn/CHANGELOG.md#v1310-2024-08-29)
* **Feature**: This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.52.0](service/wafv2/CHANGELOG.md#v1520-2024-08-29)
* **Feature**: The minimum request rate for a rate-based rule is now 10. Before this, it was 100.

# Release (2024-08-28)

## General Highlights
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.3 (2024-08-29)

* No change notes available for this release.

# v1.14.2 (2024-08-28)

* 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 service/bedrockagentruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2024-08-29)

* **Feature**: Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array

# v1.17.0 (2024-08-23)

* **Feature**: Releasing the support for Action User Confirmation.
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.16.0 (2024-08-29)

* **Feature**: Add support for imported-model in invokeModel and InvokeModelWithResponseStream.

# v1.15.1 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
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: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.6
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.30.4
github.com/aws/aws-sdk-go-v2/service/ses v1.26.0
github.com/aws/aws-sdk-go-v2/service/sfn v1.30.2
github.com/aws/aws-sdk-go-v2/service/sfn v1.31.0
github.com/aws/aws-sdk-go-v2/service/shield v1.27.4
github.com/aws/aws-sdk-go-v2/service/snowball v1.28.4
github.com/aws/aws-sdk-go-v2/service/sns v1.31.5
Expand All @@ -81,7 +81,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.4
github.com/aws/aws-sdk-go-v2/service/waf v1.23.4
github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.4
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.5
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.52.0
github.com/aws/aws-sdk-go-v2/service/workspaces v1.46.1
github.com/aws/smithy-go v1.20.4
)
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.37.0 (2024-08-29)

* **Feature**: This releases ability to update automatic training scheduler for customer solutions

# v1.36.4 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
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/quicksight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.71.0 (2024-08-29)

* **Feature**: Increased Character Limit for Dataset Calculation Field expressions

# v1.70.0 (2024-08-22)

* **Feature**: Explicit query for authors and dashboard viewing sharing for embedded users
Expand Down
2 changes: 1 addition & 1 deletion service/quicksight/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/sfn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.31.0 (2024-08-29)

* **Feature**: This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.

# v1.30.2 (2024-08-22)

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

* **Feature**: The minimum request rate for a rate-based rule is now 10. Before this, it was 100.

# v1.51.5 (2024-08-15)

* **Dependency Update**: Bump minimum Go version to 1.21.
Expand Down
2 changes: 1 addition & 1 deletion service/wafv2/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 00ce6de

Please sign in to comment.