1.0.0-beta.2 (2021-10-15)
Breaking Changes
This is a new version of LLC SDK. Changes are
- A sync client and an async client for each operation group.
- Add
RequestOptions
andContext
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.