Skip to content

Commit

Permalink
Release 2025-02-24
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 24, 2025
1 parent 619b909 commit 9e7bdee
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 48 deletions.
8 changes: 0 additions & 8 deletions .changelog/09031b4a3ba347b09b393070c45e8b30.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1f9c081ad17c42e39471a56168f624f3.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/75858b617264456cb4d5963529e5a034.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/75ace20419304aacb0b0c460e8347aea.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release (2025-02-24)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.37.0](service/bedrockagentruntime/CHANGELOG.md#v1370-2025-02-24)
* **Feature**: Adding support for ReasoningContent fields in Pre-Processing, Post-Processing and Orchestration Trace outputs.
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.25.0](service/bedrockruntime/CHANGELOG.md#v1250-2025-02-24)
* **Feature**: This release adds Reasoning Content support to Converse and ConverseStream APIs
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.44.14](service/elasticache/CHANGELOG.md#v14414-2025-02-24)
* **Documentation**: Documentation update, adding clarity and rephrasing.
* `github.com/aws/aws-sdk-go-v2/service/elasticinference`: [v1.24.0](service/elasticinference/CHANGELOG.md#v1240-2025-02-24)
* **Feature**: Mark service/elasticinference as deprecated. This service is no longer available for use.

# Release (2025-02-21)

## Module Highlights
Expand Down
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.37.0 (2025-02-24)

* **Feature**: Adding support for ReasoningContent fields in Pre-Processing, Post-Processing and Orchestration Trace outputs.

# v1.36.2 (2025-02-18)

* **Bug Fix**: Bump go version to 1.22
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.25.0 (2025-02-24)

* **Feature**: This release adds Reasoning Content support to Converse and ConverseStream APIs

# v1.24.6 (2025-02-18)

* **Bug Fix**: Bump go version to 1.22
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/elasticache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.14 (2025-02-24)

* **Documentation**: Documentation update, adding clarity and rephrasing.

# v1.44.13 (2025-02-18)

* **Bug Fix**: Bump go version to 1.22
Expand Down
2 changes: 1 addition & 1 deletion service/elasticache/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/elasticinference/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2025-02-24)

* **Feature**: Mark service/elasticinference as deprecated. This service is no longer available for use.

# v1.23.17 (2025-02-18)

* **Bug Fix**: Bump go version to 1.22
Expand Down
2 changes: 1 addition & 1 deletion service/elasticinference/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.36.6 (2025-02-24)

* No change notes available for this release.

# v1.36.5 (2025-02-18)

* **Bug Fix**: Bump go version to 1.22
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.

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ require (
github.com/aws/aws-sdk-go-v2/service/ecr v1.41.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.16
github.com/aws/aws-sdk-go-v2/service/efs v1.34.12
github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.13
github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.14
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.17
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.18
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.13
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.19
github.com/aws/aws-sdk-go-v2/service/emr v1.47.13
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.36.12
github.com/aws/aws-sdk-go-v2/service/firehose v1.36.5
github.com/aws/aws-sdk-go-v2/service/firehose v1.36.6
github.com/aws/aws-sdk-go-v2/service/gamelift v1.39.7
github.com/aws/aws-sdk-go-v2/service/glacier v1.26.17
github.com/aws/aws-sdk-go-v2/service/glue v1.105.10
Expand Down
4 changes: 4 additions & 0 deletions service/transcribe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.43.3 (2025-02-24)

* No change notes available for this release.

# v1.43.2 (2025-02-18)

* **Bug Fix**: Bump go version to 1.22
Expand Down
2 changes: 1 addition & 1 deletion service/transcribe/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 9e7bdee

Please sign in to comment.