github Azure/azure-sdk-for-net System.ClientModel_1.1.0-beta.4

latest releases: Azure.AI.Translation.Document_2.0.0, Azure.Storage.Blobs.Batch_12.20.0, Azure.Storage.Files.DataLake_12.21.0...
pre-release6 months ago

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.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.