|
| 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 | + |
1 | 24 | ### 4.0.0.0-preview.11 (2025-03-26 12:13 UTC)
|
2 | 25 | * DynamoDBStreams (4.0.0.0)
|
3 | 26 | * Update documentation for code generated from DynamoDB Streams models
|
|
0 commit comments