System.ClientModel
Advanced tools
Sorry, the diff of this file is not supported yet
+19
-0
| # Release History | ||
| ## 1.1.0-beta.2 (2024-02-29) | ||
| ### Features Added | ||
| - Added `ExtractResponse` method to `PipelineMessage` to enable returning an undisposed `PipelineResponse` from protocol methods. | ||
| - Added `CreateAsync` factory method to `ClientResultException` to allow creating exceptions in an async context. | ||
| - Added an implicit cast from `string` to `ApiKeyCredential`. | ||
| - Added an implicit cast from `ClientResult<T>` to `T`. | ||
| ### Breaking Changes | ||
| - Changed `HttpClientPipelineTransport.Shared` and `ClientRetryPolicy.Default` from static readonly fields to static properties. | ||
| - Changed `PipelineResponse.Content` property from abstract to virtual. | ||
| - Removed the `ResponseBufferingPolicy` and moved response buffering functionality into `PipelineTransport`. | ||
| ### Other Changes | ||
| - Made `CancellationToken` parameter passed to `BinaryContent.WriteTo` optional. | ||
| ## 1.1.0-beta.1 (2024-02-01) | ||
@@ -4,0 +23,0 @@ |
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>System.ClientModel</id> | ||
| <version>1.1.0-beta.1</version> | ||
| <version>1.1.0-beta.2</version> | ||
| <authors>Microsoft</authors> | ||
@@ -13,7 +13,7 @@ <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <readme>README.md</readme> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.1.0-beta.1/sdk/core/System.ClientModel/README.md</projectUrl> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.1.0-beta.2/sdk/core/System.ClientModel/README.md</projectUrl> | ||
| <description>Contains building blocks for clients that call cloud services.</description> | ||
| <releaseNotes>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.1.0-beta.1/sdk/core/System.ClientModel/CHANGELOG.md</releaseNotes> | ||
| <releaseNotes>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.1.0-beta.2/sdk/core/System.ClientModel/CHANGELOG.md</releaseNotes> | ||
| <copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
| <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="aa36789b97d00f04cf7fd2db9287ce096ee75df3" /> | ||
| <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="482895a5be0cf9c7440491723a1d29274e54fa8b" /> | ||
| <dependencies> | ||
@@ -20,0 +20,0 @@ <group targetFramework="net6.0"> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display