Skip to content

Commit f300f13

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-11-13
1 parent d9029e4 commit f300f13

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+114
-105
lines changed

.changelog/496a68e64bb44b2eb214dcf1c9b4ac3f.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/68151049b2be4a3cafe5940dda30d1f3.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/7d0bbc1477cd4cefa6958c9762ace056.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changelog/9160ad155d0e4199a5a8f64fcb2d2e7c.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/96efc39fc4084b7b9ea645d1894d663d.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/a9480c4f161042a6bb5f826167c1654f.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/dc5c12efab1a4d1abc9503ce53f1b062.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/ffbeec09f6c341bd82f026ef87064626.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# Release (2023-11-13)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/config`: [v1.24.0](config/CHANGELOG.md#v1240-2023-11-13)
8+
* **Feature**: Replace the legacy config parser with a modern, less-strict implementation. Parsing failures within a section will now simply ignore the invalid line rather than silently drop the entire section.
9+
* `github.com/aws/aws-sdk-go-v2/internal/ini`: [v1.7.0](internal/ini/CHANGELOG.md#v170-2023-11-13)
10+
* **Feature**: Replace the legacy config parser with a modern, less-strict implementation. Parsing failures within a section will now simply ignore the invalid line rather than silently drop the entire section.
11+
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.34.0](service/databasemigrationservice/CHANGELOG.md#v1340-2023-11-13)
12+
* **Feature**: Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications.
13+
* `github.com/aws/aws-sdk-go-v2/service/dataexchange`: [v1.25.0](service/dataexchange/CHANGELOG.md#v1250-2023-11-13)
14+
* **Feature**: Removed Required trait for DataSet.OriginDetails.ProductId.
15+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.133.0](service/ec2/CHANGELOG.md#v11330-2023-11-13)
16+
* **Feature**: Adds the new EC2 DescribeInstanceTopology API, which you can use to retrieve the network topology of your running instances on select platform types to determine their relative proximity to each other.
17+
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.33.0](service/ecs/CHANGELOG.md#v1330-2023-11-13)
18+
* **Feature**: Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests.
19+
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.33.0](service/emr/CHANGELOG.md#v1330-2023-11-13)
20+
* **Feature**: Updated GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration.
21+
* `github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry`: [v1.23.0](service/servicecatalogappregistry/CHANGELOG.md#v1230-2023-11-13)
22+
* **Feature**: When the customer associates a resource collection to their application with this new feature, then a new application tag will be applied to all supported resources that are part of that collection. This allows customers to more easily find the application that is associated with those resources.
23+
* `github.com/aws/aws-sdk-go-v2/service/transcribestreaming`: [v1.14.0](service/transcribestreaming/CHANGELOG.md#v1140-2023-11-13)
24+
* **Feature**: This release enables customers to call the AWS Transcribe streaming service with the capability of identifying multiple languages in the stream.
25+
126
# Release (2023-11-10)
227

328
## Module Highlights

config/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.24.0 (2023-11-13)
2+
3+
* **Feature**: Replace the legacy config parser with a modern, less-strict implementation. Parsing failures within a section will now simply ignore the invalid line rather than silently drop the entire section.
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
16
# v1.23.0 (2023-11-09.2)
27

38
* **Feature**: BREAKFIX: In order to support subproperty parsing, invalid property definitions must not be ignored

0 commit comments

Comments
 (0)