Skip to content

Commit

Permalink
Release 2024-10-18
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 18, 2024
1 parent d7913b7 commit 6a30b3f
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 47 deletions.
8 changes: 0 additions & 8 deletions .changelog/3d6f2f495ae045b2ab7321e5b2e0b0ef.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/8574ddeea0b646ea803114130ee2a81c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9603e112d9e24400a3d9a32bb3693a66.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.48.0](service/athena/CHANGELOG.md#v1480-2024-10-18)
* **Feature**: Removing FEDERATED from Create/List/Delete/GetDataCatalog API
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.21.0](service/bedrock/CHANGELOG.md#v1210-2024-10-18)
* **Feature**: Adding converse support to CMI API's
* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.23.0](service/datazone/CHANGELOG.md#v1230-2024-10-18)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.183.0](service/ec2/CHANGELOG.md#v11830-2024-10-18)
* **Feature**: RequestSpotInstances and RequestSpotFleet feature release.

# Release (2024-10-17)

## Module 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.38 (2024-10-18)

* No change notes available for this release.

# v1.14.37 (2024-10-17)

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

* **Feature**: Removing FEDERATED from Create/List/Delete/GetDataCatalog API

# v1.47.2 (2024-10-08)

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

* **Feature**: Adding converse support to CMI API's

# v1.20.2 (2024-10-08)

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

* **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.

# v1.22.2 (2024-10-08)

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

* **Feature**: RequestSpotInstances and RequestSpotFleet feature release.

# v1.182.0 (2024-10-10)

* **Feature**: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
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: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.33.2
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.28.2
github.com/aws/aws-sdk-go-v2/service/appstream v1.41.2
github.com/aws/aws-sdk-go-v2/service/athena v1.47.2
github.com/aws/aws-sdk-go-v2/service/athena v1.48.0
github.com/aws/aws-sdk-go-v2/service/batch v1.46.2
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.55.3
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.40.2
Expand All @@ -29,7 +29,7 @@ require (
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.182.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.183.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.47.4
github.com/aws/aws-sdk-go-v2/service/efs v1.33.2
Expand Down

0 comments on commit 6a30b3f

Please sign in to comment.