Skip to content

Commit 3870ccb

Browse files
Commit version number update changes
1 parent d13c883 commit 3870ccb

File tree

4 files changed

+48
-56
lines changed

4 files changed

+48
-56
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
### 4.0.0.0-preview.12 (2025-04-04 17:58 UTC)
2+
* Kinesis (4.0.0.0)
3+
* Add the bi-directional streaming operation SubscribeToShard.
4+
* LexRuntimeV2 (4.0.0.0)
5+
* Add the bi-directional streaming operation StartConversation.
6+
* QBusiness (4.0.0.0)
7+
* Add the bi-directional streaming operation Chat.
8+
* S3 (4.0.0.0)
9+
* Update remaining value types to be nullable.
10+
* TranscribeStreaming (4.0.0.0)
11+
* Initial release of the TranscribeStreaming service package.
12+
* Core 4.0.0.0
13+
* [Breaking Change] Move IEventStreamEvent to Amazon.Runtime.EventStreams namespace from Amazon.Runtime.EventStreams.Internal
14+
* [Breaking Change] Renamed IEventStream to IEventOutputStream and IEnumerableEventStream to IEnumerableEventOutputStream
15+
* Add core support for bi directional HTTP 2 service operations. Support is only available in .NET 8 and later.
16+
* Changed the default value of SSOAWSCredentialsOptions.SupportsGettingNewToken as false and improved error messaging if required SSO options are missing while generating new credentials.
17+
* Fix `EndpointDiscoveryHandler` not to fail when a request contains bearer token credentials.
18+
* Log a warning when `ServiceUrl` and `RegionEndpoint` are set at the same time. The SDK will log whichever of the two is used.
19+
* Remove redundant `AWSSignerType` attribute from service configuration classes.
20+
* Support Account ID based endpoints. Account-based endpoints help ensure high performance and scalability by using your AWS account ID to route requests for services that support this feature. For more information visit [account id based endpoints on our docs](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html).
21+
* Update the AWS SDK for .NET to include encoded metrics in the `User-Agent` header to track which features were used for a given request (for example, which retry behavior and how credentials were resolved)
22+
* All services packages updated to require new Core
23+
124
### 4.0.0.0-preview.11 (2025-03-26 12:13 UTC)
225
* DynamoDBStreams (4.0.0.0)
326
* Update documentation for code generated from DynamoDB Streams models

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
### 4.0.0.0-preview.12 (2025-04-04 17:58 UTC)
2+
* Kinesis (4.0.0.0)
3+
* Add the bi-directional streaming operation SubscribeToShard.
4+
* LexRuntimeV2 (4.0.0.0)
5+
* Add the bi-directional streaming operation StartConversation.
6+
* QBusiness (4.0.0.0)
7+
* Add the bi-directional streaming operation Chat.
8+
* S3 (4.0.0.0)
9+
* Update remaining value types to be nullable.
10+
* TranscribeStreaming (4.0.0.0)
11+
* Initial release of the TranscribeStreaming service package.
12+
* Core 4.0.0.0
13+
* [Breaking Change] Move IEventStreamEvent to Amazon.Runtime.EventStreams namespace from Amazon.Runtime.EventStreams.Internal
14+
* [Breaking Change] Renamed IEventStream to IEventOutputStream and IEnumerableEventStream to IEnumerableEventOutputStream
15+
* Add core support for bi directional HTTP 2 service operations. Support is only available in .NET 8 and later.
16+
* Changed the default value of SSOAWSCredentialsOptions.SupportsGettingNewToken as false and improved error messaging if required SSO options are missing while generating new credentials.
17+
* Fix `EndpointDiscoveryHandler` not to fail when a request contains bearer token credentials.
18+
* Log a warning when `ServiceUrl` and `RegionEndpoint` are set at the same time. The SDK will log whichever of the two is used.
19+
* Remove redundant `AWSSignerType` attribute from service configuration classes.
20+
* Support Account ID based endpoints. Account-based endpoints help ensure high performance and scalability by using your AWS account ID to route requests for services that support this feature. For more information visit [account id based endpoints on our docs](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html).
21+
* Update the AWS SDK for .NET to include encoded metrics in the `User-Agent` header to track which features were used for a given request (for example, which retry behavior and how credentials were resolved)
22+
* All services packages updated to require new Core
23+
124
### 4.0.0.0-preview.11 (2025-03-26 12:13 UTC)
225
* DynamoDBStreams (4.0.0.0)
326
* Update documentation for code generated from DynamoDB Streams models

generator/.DevConfigs/8a48524d-da8b-4c04-b57e-ad196a51debb.json

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

generator/ServiceModels/_sdk-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,14 +1035,14 @@
10351035
},
10361036
"InPreview" : false
10371037
},
1038-
"TranscribeStreaming" : {
1038+
"TranscribeStreaming" : {
10391039
"Version" : "4.0.0.0",
10401040
"AssemblyVersionOverride" : "4.0",
10411041
"Dependencies" : {
10421042
"Core" : "4.0.0.0"
10431043
},
10441044
"InPreview" : false
1045-
},
1045+
},
10461046
"Connect" : {
10471047
"Version" : "4.0.0.0",
10481048
"AssemblyVersionOverride" : "4.0",

0 commit comments

Comments
 (0)