Skip to content

Commit 472db7c

Browse files
author
AWS SDK for Go v2 automation user
committedAug 6, 2024·
Release 2024-08-06
1 parent 6dfa66c commit 472db7c

16 files changed

+39
-39
lines changed
 

‎.changelog/04e3ba5d22fe41a5a49334137fefec6a.json

-8
This file was deleted.

‎.changelog/2c99b4498f1f4f0c9c5370f5c2a1a6f2.json

-8
This file was deleted.

‎.changelog/8ed9920079fb4717bc796079d717098c.json

-8
This file was deleted.

‎.changelog/9f052fd4047c44fe90c2a46844f0ebac.json

-8
This file was deleted.

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2024-08-06)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.16.0](service/bedrockagentruntime/CHANGELOG.md#v1160-2024-08-06)
5+
* **Feature**: Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.
6+
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.42.0](service/cognitoidentityprovider/CHANGELOG.md#v1420-2024-08-06)
7+
* **Feature**: Advanced security feature updates to include password history and log export for Cognito user pools.
8+
* `github.com/aws/aws-sdk-go-v2/service/costoptimizationhub`: [v1.8.0](service/costoptimizationhub/CHANGELOG.md#v180-2024-08-06)
9+
* **Feature**: This release adds savings percentage support to the ListRecommendationSummaries API.
10+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.45.0](service/workspaces/CHANGELOG.md#v1450-2024-08-06)
11+
* **Feature**: Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess
12+
113
# Release (2024-08-05)
214

315
## Module Highlights

‎feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.58 (2024-08-06)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.57 (2024-08-05)
26

37
* No change notes available for this release.

‎feature/dynamodbstreams/attributevalue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/bedrockagentruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2024-08-06)
2+
3+
* **Feature**: Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.
4+
15
# v1.15.0 (2024-07-10.2)
26

37
* **Feature**: Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions.

‎service/bedrockagentruntime/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/cognitoidentityprovider/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.42.0 (2024-08-06)
2+
3+
* **Feature**: Advanced security feature updates to include password history and log export for Cognito user pools.
4+
15
# v1.41.4 (2024-07-10.2)
26

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

‎service/cognitoidentityprovider/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/costoptimizationhub/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.0 (2024-08-06)
2+
3+
* **Feature**: This release adds savings percentage support to the ListRecommendationSummaries API.
4+
15
# v1.7.3 (2024-07-10.2)
26

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

‎service/costoptimizationhub/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.27.3
2323
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.31.0
2424
github.com/aws/aws-sdk-go-v2/service/codestar v1.23.3
25-
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.41.4
25+
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.42.0
2626
github.com/aws/aws-sdk-go-v2/service/configservice v1.48.3
2727
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.26.3
2828
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.40.3
@@ -83,7 +83,7 @@ require (
8383
github.com/aws/aws-sdk-go-v2/service/waf v1.23.3
8484
github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.3
8585
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.4
86-
github.com/aws/aws-sdk-go-v2/service/workspaces v1.44.3
86+
github.com/aws/aws-sdk-go-v2/service/workspaces v1.45.0
8787
github.com/aws/smithy-go v1.20.3
8888
)
8989

‎service/workspaces/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.45.0 (2024-08-06)
2+
3+
* **Feature**: Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess
4+
15
# v1.44.3 (2024-07-30)
26

37
* **Documentation**: Removing multi-session as it isn't supported for pools

‎service/workspaces/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.