1.0.0-beta.2 (2022-01-19)
Breaking Changes
This is a new version of client SDK. Changes are:
- Remove models, use
BinaryData
as request and response payload. - A sync client and an async client for each operation group.
- Add
RequestOptions
to client method parameters. - Return type of client method is always
Response
except paging and long-running operations. - Allow users to set
ServiceVersion
in client builder.
Other Changes
Dependency Updates
- Upgraded
azure-core
to1.24.1
. - Upgraded
azure-core-http-netty
to1.11.6
.