Skip to content

Commit

Permalink
Release 2024-04-18
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 18, 2024
1 parent d078ff1 commit 80580b9
Show file tree
Hide file tree
Showing 29 changed files with 66 additions and 76 deletions.
8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/44262379d055434e83239384c9ff4bf7.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/564af70c28474787887288eeda5911b5.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6b0089ee771640be95893c7052b3179e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/78160244fcf244c2ae8167636ff64be4.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/drs`: [v1.26.0](service/drs/CHANGELOG.md#v1260-2024-04-18)
* **Feature**: Outpost ARN added to Source Server and Recovery Instance
* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.19.0](service/emrserverless/CHANGELOG.md#v1190-2024-04-18)
* **Feature**: This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs.
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.42.0](service/guardduty/CHANGELOG.md#v1420-2024-04-18)
* **Feature**: Added IPv6Address fields for local and remote IP addresses
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.62.0](service/quicksight/CHANGELOG.md#v1620-2024-04-18)
* **Feature**: This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution
* `github.com/aws/aws-sdk-go-v2/service/rolesanywhere`: [v1.11.0](service/rolesanywhere/CHANGELOG.md#v1110-2024-04-18)
* **Feature**: This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.136.0](service/sagemaker/CHANGELOG.md#v11360-2024-04-18)
* **Feature**: Removed deprecated enum values and updated API documentation.
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.39.0](service/workspaces/CHANGELOG.md#v1390-2024-04-18)
* **Feature**: Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.

# Release (2024-04-17)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.5
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.6
)

require (
Expand Down
4 changes: 4 additions & 0 deletions service/autoscalingplans/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.5 (2024-04-18)

* No change notes available for this release.

# v1.20.4 (2024-03-29)

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

* **Feature**: Outpost ARN added to Source Server and Recovery Instance

# v1.25.3 (2024-03-29)

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

* **Feature**: This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs.

# v1.18.0 (2024-04-16)

* **Feature**: This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads.
Expand Down
2 changes: 1 addition & 1 deletion service/emrserverless/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/guardduty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.42.0 (2024-04-18)

* **Feature**: Added IPv6Address fields for local and remote IP addresses

# v1.41.1 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/guardduty/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 @@ -68,7 +68,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.4
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.27.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.5
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.6
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.6
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.4
github.com/aws/aws-sdk-go-v2/service/ses v1.22.4
Expand All @@ -85,7 +85,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/waf v1.20.4
github.com/aws/aws-sdk-go-v2/service/wafregional v1.21.4
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.48.2
github.com/aws/aws-sdk-go-v2/service/workspaces v1.38.4
github.com/aws/aws-sdk-go-v2/service/workspaces v1.39.0
github.com/aws/smithy-go v1.20.2
)

Expand Down
4 changes: 4 additions & 0 deletions service/quicksight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.62.0 (2024-04-18)

* **Feature**: This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution

# v1.61.0 (2024-04-05)

* **Feature**: Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription
Expand Down
2 changes: 1 addition & 1 deletion service/quicksight/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/rolesanywhere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.0 (2024-04-18)

* **Feature**: This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates.

# v1.10.0 (2024-04-02)

* **Feature**: This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs.
Expand Down
2 changes: 1 addition & 1 deletion service/rolesanywhere/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/s3control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.6 (2024-04-18)

* No change notes available for this release.

# v1.44.5 (2024-04-11)

* **Documentation**: Documentation updates for Amazon S3-control.
Expand Down
2 changes: 1 addition & 1 deletion service/s3control/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.136.0 (2024-04-18)

* **Feature**: Removed deprecated enum values and updated API documentation.

# v1.135.0 (2024-03-29)

* **Feature**: This release adds support for custom images for the CodeEditor App on SageMaker Studio
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/workspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.39.0 (2024-04-18)

* **Feature**: Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.

# v1.38.4 (2024-03-29)

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

Please sign in to comment.