Skip to content

Commit

Permalink
Release 2024-03-19
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 19, 2024
1 parent 6eefb63 commit 91a5e15
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 45 deletions.
8 changes: 0 additions & 8 deletions .changelog/13e544a2279b4763ad0bc97ea652c612.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/64d06f83fff3495b9f0c933c68f8070a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/74b11f829fcc45238597306b65f52168.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/e3cb6df6e8ef47628e4686ae7f1a7ae5.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-03-19)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.35.0](service/cloudwatchlogs/CHANGELOG.md#v1350-2024-03-19)
* **Feature**: Update LogSamples field in Anomaly model to be a list of LogEvent
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.152.0](service/ec2/CHANGELOG.md#v11520-2024-03-19)
* **Feature**: This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated.
* `github.com/aws/aws-sdk-go-v2/service/finspace`: [v1.23.0](service/finspace/CHANGELOG.md#v1230-2024-03-19)
* **Feature**: Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations.
* `github.com/aws/aws-sdk-go-v2/service/managedblockchainquery`: [v1.11.0](service/managedblockchainquery/CHANGELOG.md#v1110-2024-03-19)
* **Feature**: Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents.

# Release (2024-03-18)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/cloudwatchlogs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.35.0 (2024-03-19)

* **Feature**: Update LogSamples field in Anomaly model to be a list of LogEvent

# v1.34.4 (2024-03-18)

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

* **Feature**: This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated.

# v1.151.1 (2024-03-18)

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

* **Feature**: Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations.

# v1.22.3 (2024-03-18)

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

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

2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.3
github.com/aws/aws-sdk-go-v2/service/docdb v1.33.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.151.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.152.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.3
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.3
github.com/aws/aws-sdk-go-v2/service/efs v1.28.3
Expand Down
4 changes: 4 additions & 0 deletions service/managedblockchainquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.0 (2024-03-19)

* **Feature**: Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents.

# v1.10.3 (2024-03-18)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/managedblockchainquery/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 91a5e15

Please sign in to comment.