Skip to content

Commit

Permalink
Release 2024-01-29
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 29, 2024
1 parent 45ec0ef commit f1f5907
Show file tree
Hide file tree
Showing 28 changed files with 70 additions and 62 deletions.
8 changes: 0 additions & 8 deletions .changelog/2a69f37867c24bb0a8e7d5766b38e2b2.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/fc6670148d7b4271b548145536d7e97d.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 (2024-01-29)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.37.0](service/autoscaling/CHANGELOG.md#v1370-2024-01-29)
* **Feature**: EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* `github.com/aws/aws-sdk-go-v2/service/comprehend`: [v1.29.7](service/comprehend/CHANGELOG.md#v1297-2024-01-29)
* **Documentation**: Comprehend PII analysis now supports Spanish input documents.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.146.0](service/ec2/CHANGELOG.md#v11460-2024-01-29)
* **Feature**: EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
* `github.com/aws/aws-sdk-go-v2/service/mwaa`: [v1.24.0](service/mwaa/CHANGELOG.md#v1240-2024-01-29)
* **Feature**: This release adds MAINTENANCE environment status for Amazon MWAA environments.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.69.0](service/rds/CHANGELOG.md#v1690-2024-01-29)
* **Feature**: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
* `github.com/aws/aws-sdk-go-v2/service/snowball`: [v1.24.7](service/snowball/CHANGELOG.md#v1247-2024-01-29)
* **Documentation**: Modified description of createaddress to include direction to add path when providing a JSON file.

# Release (2024-01-26)

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

* **Feature**: EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.

# v1.36.7 (2024-01-04)

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

* **Documentation**: Comprehend PII analysis now supports Spanish input documents.

# v1.29.6 (2024-01-04)

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

* No change notes available for this release.

# v1.33.7 (2024-01-04)

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

* **Feature**: EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.

# v1.145.0 (2024-01-24)

* **Feature**: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

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

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.22.6
github.com/aws/aws-sdk-go-v2/service/appstream v1.31.1
github.com/aws/aws-sdk-go-v2/service/athena v1.38.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.36.7
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.37.0
github.com/aws/aws-sdk-go-v2/service/batch v1.30.7
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.6
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.6
Expand All @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.8
github.com/aws/aws-sdk-go-v2/service/docdb v1.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.145.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.146.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7
github.com/aws/aws-sdk-go-v2/service/ecs v1.38.1
github.com/aws/aws-sdk-go-v2/service/efs v1.26.6
Expand Down Expand Up @@ -61,7 +61,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.19.6
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.17.6
github.com/aws/aws-sdk-go-v2/service/polly v1.36.6
github.com/aws/aws-sdk-go-v2/service/rds v1.68.0
github.com/aws/aws-sdk-go-v2/service/rds v1.69.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.39.8
github.com/aws/aws-sdk-go-v2/service/rekognition v1.36.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.37.0
Expand All @@ -74,7 +74,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ses v1.19.6
github.com/aws/aws-sdk-go-v2/service/sfn v1.24.7
github.com/aws/aws-sdk-go-v2/service/shield v1.23.6
github.com/aws/aws-sdk-go-v2/service/snowball v1.24.6
github.com/aws/aws-sdk-go-v2/service/snowball v1.24.7
github.com/aws/aws-sdk-go-v2/service/sns v1.26.7
github.com/aws/aws-sdk-go-v2/service/sqs v1.29.7
github.com/aws/aws-sdk-go-v2/service/ssm v1.44.7
Expand Down
4 changes: 4 additions & 0 deletions service/mwaa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2024-01-29)

* **Feature**: This release adds MAINTENANCE environment status for Amazon MWAA environments.

# v1.23.0 (2024-01-12)

* **Feature**: This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
Expand Down
2 changes: 1 addition & 1 deletion service/mwaa/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/qconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.1 (2024-01-29)

* No change notes available for this release.

# v1.3.0 (2024-01-10)

* **Feature**: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
Expand Down
2 changes: 1 addition & 1 deletion service/qconnect/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/quicksight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.55.2 (2024-01-29)

* No change notes available for this release.

# v1.55.1 (2024-01-04)

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

* **Feature**: Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.

# v1.68.0 (2024-01-24)

* **Feature**: This release adds support for Aurora Limitless Database.
Expand Down
2 changes: 1 addition & 1 deletion service/rds/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/snowball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.7 (2024-01-29)

* **Documentation**: Modified description of createaddress to include direction to add path when providing a JSON file.

# v1.24.6 (2024-01-04)

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

* No change notes available for this release.

# v1.21.0 (2024-01-10)

* **Feature**: QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
Expand Down
2 changes: 1 addition & 1 deletion service/wisdom/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 f1f5907

Please sign in to comment.