Skip to content

Commit

Permalink
Release 2024-10-10
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 10, 2024
1 parent ead7ba3 commit b34ecd4
Show file tree
Hide file tree
Showing 36 changed files with 85 additions and 111 deletions.
8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/46fd1ff18e4b49a98024843b2cb8e790.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/699ded461427402d8c54e8d141a642e2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/74582b304a1841dc92e942bcb7a028ff.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/acmpca`: [v1.37.3](service/acmpca/CHANGELOG.md#v1373-2024-10-10)
* **Documentation**: Documentation updates for AWS Private CA.
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.43.0](service/databasemigrationservice/CHANGELOG.md#v1430-2024-10-10)
* **Feature**: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.182.0](service/ec2/CHANGELOG.md#v11820-2024-10-10)
* **Feature**: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.47.3](service/ecs/CHANGELOG.md#v1473-2024-10-10)
* **Documentation**: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.
* `github.com/aws/aws-sdk-go-v2/service/elasticinference`: [v1.23.3](service/elasticinference/CHANGELOG.md#v1233-2024-10-10)
* **Documentation**: Elastic Inference - Documentation update to add service shutdown notice.
* `github.com/aws/aws-sdk-go-v2/service/iotfleetwise`: [v1.20.0](service/iotfleetwise/CHANGELOG.md#v1200-2024-10-10)
* **Feature**: Refine campaign related API validations
* `github.com/aws/aws-sdk-go-v2/service/neptunegraph`: [v1.14.0](service/neptunegraph/CHANGELOG.md#v1140-2024-10-10)
* **Feature**: Support for 16 m-NCU graphs available through account allowlisting
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.45.0](service/outposts/CHANGELOG.md#v1450-2024-10-10)
* **Feature**: Adding new "DELIVERED" enum value for Outposts Order status
* `github.com/aws/aws-sdk-go-v2/service/route53resolver`: [v1.33.0](service/route53resolver/CHANGELOG.md#v1330-2024-10-10)
* **Feature**: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.
* `github.com/aws/aws-sdk-go-v2/service/socialmessaging`: [v1.0.0](service/socialmessaging/CHANGELOG.md#v100-2024-10-10)
* **Release**: New AWS service client module
* **Feature**: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.

# Release (2024-10-09)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.32 (2024-10-10)

* No change notes available for this release.

# v1.14.31 (2024-10-09)

* No change notes available for this release.
Expand Down

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.37.3 (2024-10-10)

* **Documentation**: Documentation updates for AWS Private CA.

# v1.37.2 (2024-10-08)

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

* **Feature**: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.

# v1.42.2 (2024-10-08)

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

* **Feature**: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.

# v1.181.2 (2024-10-08)

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

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.47.3 (2024-10-10)

* **Documentation**: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.

# v1.47.2 (2024-10-08)

* **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/elasticinference/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.3 (2024-10-10)

* **Documentation**: Elastic Inference - Documentation update to add service shutdown notice.

# v1.23.2 (2024-10-08)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/elasticinference/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 @@ -23,15 +23,15 @@ require (
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.46.2
github.com/aws/aws-sdk-go-v2/service/configservice v1.50.2
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.2
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.42.2
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.43.0
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.2
github.com/aws/aws-sdk-go-v2/service/directconnect v1.29.2
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.2
github.com/aws/aws-sdk-go-v2/service/docdb v1.39.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.181.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.182.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.47.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.47.3
github.com/aws/aws-sdk-go-v2/service/efs v1.33.2
github.com/aws/aws-sdk-go-v2/service/elasticache v1.43.0
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.2
Expand Down Expand Up @@ -62,7 +62,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.2
github.com/aws/aws-sdk-go-v2/service/route53 v1.45.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.2
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.32.2
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.33.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.2
github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.2
Expand Down
4 changes: 4 additions & 0 deletions service/iotfleetwise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2024-10-10)

* **Feature**: Refine campaign related API validations

# v1.19.2 (2024-10-08)

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

* **Feature**: Support for 16 m-NCU graphs available through account allowlisting

# v1.13.2 (2024-10-08)

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

* **Feature**: Adding new "DELIVERED" enum value for Outposts Order status

# v1.44.2 (2024-10-08)

* **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/route53resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.33.0 (2024-10-10)

* **Feature**: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.

# v1.32.2 (2024-10-08)

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

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

5 changes: 5 additions & 0 deletions service/socialmessaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2024-10-10)

* **Release**: New AWS service client module
* **Feature**: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.

2 changes: 1 addition & 1 deletion service/socialmessaging/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 b34ecd4

Please sign in to comment.