Skip to content

Commit

Permalink
Release 2024-11-11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 11, 2024
1 parent f174447 commit 58904b3
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 48 deletions.
8 changes: 0 additions & 8 deletions .changelog/0f332045557a478eb1c98fbb6ed38937.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/148bcacd6af047c1b60f14b336341a9c.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release (2024-11-11)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.41.0](service/cloudfront/CHANGELOG.md#v1410-2024-11-11)
* **Feature**: No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
* `github.com/aws/aws-sdk-go-v2/service/inspector2`: [v1.33.0](service/inspector2/CHANGELOG.md#v1330-2024-11-11)
* **Feature**: Adds support for filePath filter.
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.66.0](service/lambda/CHANGELOG.md#v1660-2024-11-11)
* **Feature**: Add Python 3.13 (python3.13) support to AWS Lambda
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.44.0](service/opensearch/CHANGELOG.md#v1440-2024-11-11)
* **Feature**: Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.46.0](service/outposts/CHANGELOG.md#v1460-2024-11-11)
* **Feature**: This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.

# Release (2024-11-08)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.3 (2024-11-11)

* No change notes available for this release.

# v1.22.2 (2024-11-07)

* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses
Expand Down
2 changes: 1 addition & 1 deletion service/bedrock/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/cloudfront/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.41.0 (2024-11-11)

* **Feature**: No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.

# v1.40.4 (2024-11-06)

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

* **Feature**: Adds support for filePath filter.

# v1.32.5 (2024-11-07)

* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses
Expand Down
2 changes: 1 addition & 1 deletion service/inspector2/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 @@ -12,7 +12,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.48.3
github.com/aws/aws-sdk-go-v2/service/batch v1.48.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.55.5
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.40.4
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.41.0
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.27.6
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.44.5
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.42.4
Expand Down Expand Up @@ -51,7 +51,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/iot v1.59.5
github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.5
github.com/aws/aws-sdk-go-v2/service/kms v1.37.5
github.com/aws/aws-sdk-go-v2/service/lambda v1.65.0
github.com/aws/aws-sdk-go-v2/service/lambda v1.66.0
github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.5
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.24.5
github.com/aws/aws-sdk-go-v2/service/neptune v1.35.4
Expand Down
4 changes: 4 additions & 0 deletions service/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.66.0 (2024-11-11)

* **Feature**: Add Python 3.13 (python3.13) support to AWS Lambda

# v1.65.0 (2024-11-08)

* **Feature**: This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.
Expand Down
2 changes: 1 addition & 1 deletion service/lambda/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/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.0 (2024-11-11)

* **Feature**: Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.

# v1.43.2 (2024-11-07)

* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses
Expand Down
2 changes: 1 addition & 1 deletion service/opensearch/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.46.0 (2024-11-11)

* **Feature**: This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.

# v1.45.3 (2024-11-07)

* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses
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.

0 comments on commit 58904b3

Please sign in to comment.