Skip to content

Commit

Permalink
Release 2024-05-30
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 30, 2024
1 parent 447e5fe commit 5edcd29
Show file tree
Hide file tree
Showing 26 changed files with 63 additions and 75 deletions.
8 changes: 0 additions & 8 deletions .changelog/2aefd55fc33d4f8cbc10ef8446951b26.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/36ad182bffb04b8480b50038fc3d502d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/55b09c99837449bea010a0fc4118955c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/65630b150b694e0988eae3c241d8637c.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Release (2024-05-30)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/acm`: [v1.26.0](service/acm/CHANGELOG.md#v1260-2024-05-30)
* **Feature**: add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.12.0](service/bedrockagent/CHANGELOG.md#v1120-2024-05-30)
* **Feature**: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.9.0](service/bedrockruntime/CHANGELOG.md#v190-2024-05-30)
* **Feature**: This release adds Converse and ConverseStream APIs to Bedrock Runtime
* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.40.0](service/cloudtrail/CHANGELOG.md#v1400-2024-05-30)
* **Feature**: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.100.0](service/connect/CHANGELOG.md#v11000-2024-05-30)
* **Feature**: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.21.0](service/emrserverless/CHANGELOG.md#v1210-2024-05-30)
* **Feature**: The release adds support for spark structured streaming.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.79.3](service/rds/CHANGELOG.md#v1793-2024-05-30)
* **Documentation**: Updates Amazon RDS documentation for Aurora Postgres DBname.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.142.0](service/sagemaker/CHANGELOG.md#v11420-2024-05-30)
* **Feature**: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

# Release (2024-05-29)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/acm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.0 (2024-05-30)

* **Feature**: add v2 smoke tests and smithy smokeTests trait for SDK testing.

# v1.25.8 (2024-05-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/acm/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/bedrockagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.0 (2024-05-30)

* **Feature**: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.

# v1.11.1 (2024-05-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagent/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/bedrockruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.9.0 (2024-05-30)

* **Feature**: This release adds Converse and ConverseStream APIs to Bedrock Runtime

# v1.8.4 (2024-05-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockruntime/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/cloudtrail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.40.0 (2024-05-30)

* **Feature**: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.

# v1.39.6 (2024-05-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudtrail/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/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.100.0 (2024-05-30)

* **Feature**: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API

# v1.99.0 (2024-05-29)

* **Feature**: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.
Expand Down
2 changes: 1 addition & 1 deletion service/connect/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/emrserverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.0 (2024-05-30)

* **Feature**: The release adds support for spark structured streaming.

# v1.20.0 (2024-05-23)

* **Feature**: This release adds the capability to run interactive workloads using Apache Livy Endpoint.
Expand Down
2 changes: 1 addition & 1 deletion service/emrserverless/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 @@ -4,7 +4,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.27.0
github.com/aws/aws-sdk-go-v2/config v1.27.16
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.21
github.com/aws/aws-sdk-go-v2/service/acm v1.25.8
github.com/aws/aws-sdk-go-v2/service/acm v1.26.0
github.com/aws/aws-sdk-go-v2/service/apigateway v1.23.10
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.27.8
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.24.8
Expand All @@ -16,7 +16,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.36.4
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.8
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.8
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.39.6
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.40.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.38.4
github.com/aws/aws-sdk-go-v2/service/codebuild v1.37.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.8
Expand Down Expand Up @@ -61,7 +61,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.8
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.9
github.com/aws/aws-sdk-go-v2/service/polly v1.40.3
github.com/aws/aws-sdk-go-v2/service/rds v1.79.2
github.com/aws/aws-sdk-go-v2/service/rds v1.79.3
github.com/aws/aws-sdk-go-v2/service/redshift v1.44.4
github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.4
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.8
Expand Down
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.79.3 (2024-05-30)

* **Documentation**: Updates Amazon RDS documentation for Aurora Postgres DBname.

# v1.79.2 (2024-05-23)

* No change notes available for this release.
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.

4 changes: 4 additions & 0 deletions service/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.142.0 (2024-05-30)

* **Feature**: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

# v1.141.1 (2024-05-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/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 5edcd29

Please sign in to comment.