Skip to content

System.ClientModel_1.1.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 05 Apr 00:22
e5eda81

1.1.0-beta.3 (2024-04-04)

Features Added

  • Added protected Apply(PipelineMessage) method to RequestOptions so that derived types can extend its functionality.
  • Added Create(Stream) overload to BinaryContent.

Breaking Changes

  • Removed [Serializable] attribute and serialization constructor from ClientResultException.
  • Made value parameter nullable in PipelineMessage.SetProperty method.
  • Made options parameter to PipelineMessage.Apply nullable.