Skip to content

Commit

Permalink
Release 2023-12-05
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 5, 2023
1 parent 26cb6b4 commit 9805a19
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 50 deletions.
11 changes: 0 additions & 11 deletions .changelog/225527fb002548209347a0fdb79f6dca.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/84e8304d49d7439a80e7e826d14715a4.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/d34cdc4770a14a4ca136fcf56b95850a.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 (2023-12-05)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.37.0](service/athena/CHANGELOG.md#v1370-2023-12-05)
* **Feature**: Adding IdentityCenter enabled request for interactive query
* `github.com/aws/aws-sdk-go-v2/service/cleanroomsml`: [v1.1.0](service/cleanroomsml/CHANGELOG.md#v110-2023-12-05)
* **Feature**: Updated service title from cleanroomsml to CleanRoomsML.
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.42.1](service/cloudformation/CHANGELOG.md#v1421-2023-12-05)
* **Documentation**: Documentation update, December 2023
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.139.0](service/ec2/CHANGELOG.md#v11390-2023-12-05)
* **Feature**: Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection

# Release (2023-12-04)

## Module Highlights
Expand Down
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.37.0 (2023-12-05)

* **Feature**: Adding IdentityCenter enabled request for interactive query

# v1.36.2 (2023-12-01)

* **Bug Fix**: Correct wrapping of errors in authentication workflow.
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/cleanroomsml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.0 (2023-12-05)

* **Feature**: Updated service title from cleanroomsml to CleanRoomsML.

# v1.0.2 (2023-12-01)

* **Bug Fix**: Correct wrapping of errors in authentication workflow.
Expand Down
2 changes: 1 addition & 1 deletion service/cleanroomsml/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/cloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.42.1 (2023-12-05)

* **Documentation**: Documentation update, December 2023

# v1.42.0 (2023-12-04)

* **Feature**: Including UPDATE_* states as a success status for CreateStack waiter.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudformation/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.139.0 (2023-12-05)

* **Feature**: Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection

# v1.138.2 (2023-12-01)

* **Bug Fix**: Correct wrapping of errors in authentication workflow.
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.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ require (
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.25.2
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.22.2
github.com/aws/aws-sdk-go-v2/service/appstream v1.29.2
github.com/aws/aws-sdk-go-v2/service/athena v1.36.2
github.com/aws/aws-sdk-go-v2/service/athena v1.37.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.36.2
github.com/aws/aws-sdk-go-v2/service/batch v1.30.2
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.1
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.2
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.2
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.2
Expand All @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.2
github.com/aws/aws-sdk-go-v2/service/docdb v1.29.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.3
github.com/aws/aws-sdk-go-v2/service/ec2 v1.138.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.139.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.35.2
github.com/aws/aws-sdk-go-v2/service/efs v1.26.2
Expand Down

0 comments on commit 9805a19

Please sign in to comment.