1.1.0-beta.3 (2024-04-04)
Features Added
- Added protected
Apply(PipelineMessage)
method toRequestOptions
so that derived types can extend its functionality. - Added
Create(Stream)
overload toBinaryContent
.
Breaking Changes
- Removed
[Serializable]
attribute and serialization constructor fromClientResultException
. - Made
value
parameter nullable inPipelineMessage.SetProperty
method. - Made
options
parameter toPipelineMessage.Apply
nullable.