System.ClientModel
Advanced tools
Sorry, the diff of this file is not supported yet
+13
-0
| # Release History | ||
| ## 1.1.0-beta.4 (2024-05-16) | ||
| ### Features Added | ||
| - Added `BufferResponse` property to `RequestOptions` so protocol method callers can turn off response buffering if desired. | ||
| - Added `AsyncResultCollection<T>` and `ResultCollection<T>` for clients to return from service methods where the service response contains a collection of values. | ||
| - Added `AsyncPageableCollection<T>`, `PageableCollection<T>` and `ResultPage<T>` for clients to return from service methods where collection values are delivered to the client over one or more service responses. | ||
| - Added `SetRawResponse` method to `ClientResult` to allow the response held by the result to be changed, for example by derived types that obtain multiple responses from polling the service. | ||
| ### Breaking Changes | ||
| - `ClientResult.GetRawResponse` will now throw `InvalidOperationException` if called before the result's raw response is set, for example by collection result types that delay sending a request to the service until the collection is enumerated. | ||
| ## 1.1.0-beta.3 (2024-04-04) | ||
@@ -4,0 +17,0 @@ |
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>System.ClientModel</id> | ||
| <version>1.1.0-beta.3</version> | ||
| <version>1.1.0-beta.4</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.3/sdk/core/System.ClientModel/README.md</projectUrl> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.1.0-beta.4/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.3/sdk/core/System.ClientModel/CHANGELOG.md</releaseNotes> | ||
| <releaseNotes>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.1.0-beta.4/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="e5eda811793c871f30334cbc82097cc4f230affb" /> | ||
| <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="d1cac0ba5673ddcb999846d560c13f71f7b259fe" /> | ||
| <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