Skip to content

Commit

Permalink
Release 2024-12-20
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 20, 2024
1 parent 073f8b4 commit 3cc2195
Show file tree
Hide file tree
Showing 44 changed files with 105 additions and 113 deletions.
8 changes: 0 additions & 8 deletions .changelog/2806cacb227843989fea65a35c2fd5b4.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/36c5a48fc1ca40cba135d3cf85ee7c6c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/695bfc00bcde4c2b9f846218c8fae770.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7b879624cd644ce1b0e904edffbf4c31.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/83eaf03e53c44f809e067732ccbb835a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/84a4f76ff59d4d98962eae85dc0917e9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/946593cf6d8b4ba08ea06616edb582a3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/97f3eab84053469e9ebbe605f24e37a3.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.33.0](service/bedrockagent/CHANGELOG.md#v1330-2024-12-20)
* **Feature**: Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context.
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.31.0](service/bedrockagentruntime/CHANGELOG.md#v1310-2024-12-20)
* **Feature**: bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs
* `github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation`: [v1.0.2](service/bedrockdataautomation/CHANGELOG.md#v102-2024-12-20)
* **Documentation**: Documentation update for Amazon Bedrock Data Automation
* `github.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntime`: [v1.0.2](service/bedrockdataautomationruntime/CHANGELOG.md#v102-2024-12-20)
* **Documentation**: Documentation update for Amazon Bedrock Data Automation Runtime
* `github.com/aws/aws-sdk-go-v2/service/billing`: [v1.1.0](service/billing/CHANGELOG.md#v110-2024-12-20)
* **Feature**: Added new API's for defining and fetching Billing Views.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.123.0](service/connect/CHANGELOG.md#v11230-2024-12-20)
* **Feature**: This release supports adding NotAttributeCondition and Range to the RoutingCriteria object.
* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.46.0](service/costexplorer/CHANGELOG.md#v1460-2024-12-20)
* **Feature**: Support for retrieving cost, usage, and forecast for billing view.
* `github.com/aws/aws-sdk-go-v2/service/docdb`: [v1.40.0](service/docdb/CHANGELOG.md#v1400-2024-12-20)
* **Feature**: Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster.
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.55.0](service/eks/CHANGELOG.md#v1550-2024-12-20)
* **Feature**: This release expands the catalog of upgrade insight checks
* `github.com/aws/aws-sdk-go-v2/service/macie2`: [v1.44.0](service/macie2/CHANGELOG.md#v1440-2024-12-20)
* **Feature**: This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring.
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.48.0](service/outposts/CHANGELOG.md#v1480-2024-12-20)
* **Feature**: Add CS8365C as a supported power connector for Outpost sites.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.170.0](service/sagemaker/CHANGELOG.md#v11700-2024-12-20)
* **Feature**: This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch

# Release (2024-12-19)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/bedrockagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.33.0 (2024-12-20)

* **Feature**: Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context.

# v1.32.1 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagent/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.31.0 (2024-12-20)

* **Feature**: bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs

# v1.30.1 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
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/bedrockdataautomation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.2 (2024-12-20)

* **Documentation**: Documentation update for Amazon Bedrock Data Automation

# v1.0.1 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockdataautomation/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/bedrockdataautomationruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.2 (2024-12-20)

* **Documentation**: Documentation update for Amazon Bedrock Data Automation Runtime

# v1.0.1 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockdataautomationruntime/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/billing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.0 (2024-12-20)

* **Feature**: Added new API's for defining and fetching Billing Views.

# v1.0.3 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/billing/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/cognitoidentityprovider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.48.3 (2024-12-20)

* No change notes available for this release.

# v1.48.2 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cognitoidentityprovider/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/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.123.0 (2024-12-20)

* **Feature**: This release supports adding NotAttributeCondition and Range to the RoutingCriteria object.

# v1.122.1 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/connect/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/costexplorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.46.0 (2024-12-20)

* **Feature**: Support for retrieving cost, usage, and forecast for billing view.

# v1.45.2 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/costexplorer/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/docdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.40.0 (2024-12-20)

* **Feature**: Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster.

# v1.39.7 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/docdb/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/eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.55.0 (2024-12-20)

* **Feature**: This release expands the catalog of upgrade insight checks

# v1.54.1 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/eks/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 @@ -20,14 +20,14 @@ require (
github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.8
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.8
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.38.1
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.2
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.3
github.com/aws/aws-sdk-go-v2/service/configservice v1.51.2
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.8
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.1
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.8
github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.2
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.9
github.com/aws/aws-sdk-go-v2/service/docdb v1.39.7
github.com/aws/aws-sdk-go-v2/service/docdb v1.40.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.8
Expand Down
4 changes: 4 additions & 0 deletions service/iotsecuretunneling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.9 (2024-12-20)

* No change notes available for this release.

# v1.27.8 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/iotsecuretunneling/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/macie2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.0 (2024-12-20)

* **Feature**: This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring.

# v1.43.8 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/macie2/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/outposts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.48.0 (2024-12-20)

* **Feature**: Add CS8365C as a supported power connector for Outpost sites.

# v1.47.3 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/outposts/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/rbin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.3 (2024-12-20)

* No change notes available for this release.

# v1.21.2 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/rbin/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.170.0 (2024-12-20)

* **Feature**: This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch

# v1.169.1 (2024-12-19)

* **Dependency Update**: Updated to the latest SDK module versions
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.

0 comments on commit 3cc2195

Please sign in to comment.