Skip to content

Commit

Permalink
Release 2024-12-16
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 16, 2024
1 parent 1fe5c05 commit 334cc40
Show file tree
Hide file tree
Showing 23 changed files with 55 additions and 65 deletions.
8 changes: 0 additions & 8 deletions .changelog/3869f40790004a2c9092eca750a92802.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/79d1dbc224d44587b2ff7dea1e64262e.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/96240bbb6b5341a0a5e40055b0222be0.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/a787926c9c2648f7bc598009b64fe6a0.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-12-16)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/feature/dsql/auth`: [v1.0.0](feature/dsql/auth/CHANGELOG.md#v100-2024-12-16)
* **Release**: Add Aurora DSQL Auth Token Generator
* `github.com/aws/aws-sdk-go-v2/service/cloud9`: [v1.28.8](service/cloud9/CHANGELOG.md#v1288-2024-12-16)
* **Documentation**: Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023.
* `github.com/aws/aws-sdk-go-v2/service/dlm`: [v1.29.0](service/dlm/CHANGELOG.md#v1290-2024-12-16)
* **Feature**: This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.198.0](service/ec2/CHANGELOG.md#v11980-2024-12-16)
* **Feature**: This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones.
* `github.com/aws/aws-sdk-go-v2/service/greengrassv2`: [v1.36.0](service/greengrassv2/CHANGELOG.md#v1360-2024-12-16)
* **Feature**: Add support for runtime in GetCoreDevice and ListCoreDevices APIs.
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.64.0](service/medialive/CHANGELOG.md#v1640-2024-12-16)
* **Feature**: AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.93.0](service/rds/CHANGELOG.md#v1930-2024-12-16)
* **Feature**: This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value for RDS Proxy ClientPasswordAuthType.

# Release (2024-12-13)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions feature/dsql/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# v1.0.0 (2024-12-16)

* **Release**: Add Aurora DSQL Auth Token Generator

2 changes: 1 addition & 1 deletion feature/dsql/auth/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/cloud9/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.8 (2024-12-16)

* **Documentation**: Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023.

# v1.28.7 (2024-12-02)

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

* **Feature**: This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.

# v1.28.10 (2024-12-13)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/dlm/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.198.0 (2024-12-16)

* **Feature**: This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones.

# v1.197.0 (2024-12-13)

* **Feature**: This release adds GroupId to the response for DeleteSecurityGroup.
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/greengrassv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.0 (2024-12-16)

* **Feature**: Add support for runtime in GetCoreDevice and ListCoreDevices APIs.

# v1.35.7 (2024-12-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/greengrassv2/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 @@ -29,7 +29,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.8
github.com/aws/aws-sdk-go-v2/service/docdb v1.39.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.197.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.7
github.com/aws/aws-sdk-go-v2/service/ecs v1.52.2
github.com/aws/aws-sdk-go-v2/service/efs v1.34.1
Expand All @@ -56,7 +56,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/neptune v1.35.6
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.7
github.com/aws/aws-sdk-go-v2/service/polly v1.45.8
github.com/aws/aws-sdk-go-v2/service/rds v1.92.0
github.com/aws/aws-sdk-go-v2/service/rds v1.93.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.53.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.8
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.3
Expand Down
4 changes: 4 additions & 0 deletions service/medialive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.64.0 (2024-12-16)

* **Feature**: AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams.

# v1.63.0 (2024-12-09)

* **Feature**: H265 outputs now support disabling the deblocking filter.
Expand Down
2 changes: 1 addition & 1 deletion service/medialive/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.93.0 (2024-12-16)

* **Feature**: This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value for RDS Proxy ClientPasswordAuthType.

# v1.92.0 (2024-12-02)

* **Feature**: Amazon RDS supports CloudWatch Database Insights. You can use the SDK to create, modify, and describe the DatabaseInsightsMode for your DB instances and clusters.
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.

0 comments on commit 334cc40

Please sign in to comment.