8000 Release 2024-10-25 · aws/aws-sdk-go-v2@896793a · GitHub
[go: up one dir, main page]

Skip to content

Commit 896793a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-10-25
1 parent 6984687 commit 896793a

35 files changed

+84
-75
lines changed

‎.changelog/27cb809a8442497f985f3058a1bf55f0.json‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎.changelog/5702f383099a47a5860f5ab25cda67a1.json‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎.changelog/7ebb81903b724db8ba097b92ed5d5006.json‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎.changelog/d3294fd418624660881b97ced3532c49.json‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎.changelog/dc2a927cd9994c76b2a38a90f1511fb3.json‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎.changelog/e071abd094cc43e99f3941b4c6dc9ba8.json‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎.changelog/f2ad1ab93532422ab86817d8be4ec645.json‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎CHANGELOG.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2024-10-25)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.25.0](service/bedrockagent/CHANGELOG.md#v1250-2024-10-25)
8+
* **Feature**: Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management
9+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.42.0](service/cloudwatchlogs/CHANGELOG.md#v1420-2024-10-25)
10+
* **Feature**: Adding inferred token name for dynamic tokens in Anomalies.
11+
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.47.0](service/codebuild/CHANGELOG.md#v1470-2024-10-25)
12+
* **Feature**: AWS CodeBuild now supports automatically retrying failed builds
13+
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.64.0](service/lambda/CHANGELOG.md#v1640-2024-10-25)
14+
* **Feature**: Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags.
15+
* `github.com/aws/aws-sdk-go-v2/service/nimble`: [v1.29.0](service/nimble/CHANGELOG.md#v1290-2024-10-25)
16+
* **Feature**: Mark service/nimble as deprecated. This service is no longer available for use. See https://aws.amazon.com/nimble-studio/faqs/.
17+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.66.1](service/s3/CHANGELOG.md#v1661-2024-10-25)
18+
* **Bug Fix**: Update presign post URL resolution to use the exact result from EndpointResolverV2
19+
* `github.com/aws/aws-sdk-go-v2/service/supplychain`: [v1.10.0](service/supplychain/CHANGELOG.md#v1100-2024-10-25)
20+
* **Feature**: API doc updates, and also support showing error message on a failed instance
21+
122
# Release (2024-10-24)
223

324
## Module Highlights

‎example/service/s3/listObjects/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.28.0
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1
88
)
99

1010
require (

‎example/service/s3/usingPrivateLink/go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.32.2
77
github.com/aws/aws-sdk-go-v2/config v1.28.0
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2
1010
)
1111

0 commit comments

Comments
 (0)
0