Skip to content

Commit 6a30b3f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-10-18
1 parent d7913b7 commit 6a30b3f

17 files changed

+39
-47
lines changed

.changelog/3d6f2f495ae045b2ab7321e5b2e0b0ef.json

-8
This file was deleted.

.changelog/8574ddeea0b646ea803114130ee2a81c.json

-8
This file was deleted.

.changelog/9603e112d9e24400a3d9a32bb3693a66.json

-8
This file was deleted.

.changelog/9cf2855ea5134855b02eca1576d8cc5c.json

-8
This file was deleted.

.changelog/c0f2f6df5c804edebd07c74c7be56323.json

-8
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2024-10-18)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.48.0](service/athena/CHANGELOG.md#v1480-2024-10-18)
5+
* **Feature**: Removing FEDERATED from Create/List/Delete/GetDataCatalog API
6+
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.21.0](service/bedrock/CHANGELOG.md#v1210-2024-10-18)
7+
* **Feature**: Adding converse support to CMI API's
8+
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.23.0](service/datazone/CHANGELOG.md#v1230-2024-10-18)
9+
* **Feature**: Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.
10+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.183.0](service/ec2/CHANGELOG.md#v11830-2024-10-18)
11+
* **Feature**: RequestSpotInstances and RequestSpotFleet feature release.
12+
113
# Release (2024-10-17)
214

315
## Module Highlights

feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.38 (2024-10-18)
2+
3+
* No change notes available for this release.
4+
15
# v1.14.37 (2024-10-17)
26

37
* No change notes available for this release.

feature/dynamodbstreams/attributevalue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/athena/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.48.0 (2024-10-18)
2+
3+
* **Feature**: Removing FEDERATED from Create/List/Delete/GetDataCatalog API
4+
15
# v1.47.2 (2024-10-08)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/athena/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/bedrock/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.21.0 (2024-10-18)
2+
3+
* **Feature**: Adding converse support to CMI API's
4+
15
# v1.20.2 (2024-10-08)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/bedrock/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/datazone/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.0 (2024-10-18)
2+
3+
* **Feature**: Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.
4+
15
# v1.22.2 (2024-10-08)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/datazone/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.183.0 (2024-10-18)
2+
3+
* **Feature**: RequestSpotInstances and RequestSpotFleet feature release.
4+
15
# v1.182.0 (2024-10-10)
26

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

service/ec2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.33.2
1010
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.28.2
1111
github.com/aws/aws-sdk-go-v2/service/appstream v1.41.2
12-
github.com/aws/aws-sdk-go-v2/service/athena v1.47.2
12+
github.com/aws/aws-sdk-go-v2/service/athena v1.48.0
1313
github.com/aws/aws-sdk-go-v2/service/batch v1.46.2
1414
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.55.3
1515
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.40.2
@@ -29,7 +29,7 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.2
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.39.2
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.182.0
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.183.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.2
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.47.4
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.33.2

0 commit comments

Comments
 (0)