Skip to content

Commit

Permalink
Release 2025-02-13
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 13, 2025
1 parent 97cd707 commit ccde625
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 55 deletions.
8 changes: 0 additions & 8 deletions .changelog/00027ae6546e48c7a2569657f40d0a89.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5a7cda5536124a66a26cfea3443c78cf.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9acecb7f34474ab9a34de70fd92ec1e4.json

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/accessanalyzer`: [v1.37.0](service/accessanalyzer/CHANGELOG.md#v1370-2025-02-13)
* **Feature**: This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.
* `github.com/aws/aws-sdk-go-v2/service/acmpca`: [v1.38.1](service/acmpca/CHANGELOG.md#v1381-2025-02-13)
* **Documentation**: Private Certificate Authority (PCA) documentation updates
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.53.14](service/ecs/CHANGELOG.md#v15314-2025-02-13)
* **Documentation**: This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.
* `github.com/aws/aws-sdk-go-v2/service/fis`: [v1.32.0](service/fis/CHANGELOG.md#v1320-2025-02-13)
* **Feature**: Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.175.0](service/sagemaker/CHANGELOG.md#v11750-2025-02-13)
* **Feature**: Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.
* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.35.0](service/storagegateway/CHANGELOG.md#v1350-2025-02-13)
* **Feature**: This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.

# Release (2025-02-12)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/accessanalyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.37.0 (2025-02-13)

* **Feature**: This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.

# v1.36.13 (2025-02-05)

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

* **Documentation**: Private Certificate Authority (PCA) documentation updates

# v1.38.0 (2025-02-11)

* **Feature**: Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
Expand Down
2 changes: 1 addition & 1 deletion service/acmpca/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/ecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.53.14 (2025-02-13)

* **Documentation**: This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.

# v1.53.13 (2025-02-05)

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

* **Feature**: Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.

# v1.31.10 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/fis/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.203.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.41.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.13
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.14
github.com/aws/aws-sdk-go-v2/service/efs v1.34.11
github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.12
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.16
Expand Down
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.175.0 (2025-02-13)

* **Feature**: Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.

# v1.174.3 (2025-02-06)

* No change notes available for this release.
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.

4 changes: 4 additions & 0 deletions service/storagegateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.35.0 (2025-02-13)

* **Feature**: This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.

# v1.34.15 (2025-02-05)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/storagegateway/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 ccde625

Please sign in to comment.