UCloud.Operations v1.1.0
Breaking Changes
OperationsListResponse<TMetadata, TResponse>is nowOperationsListResponse<TOperation>whereTOperationis the type of the operation object.OperationsListResponseis now just a child ofOperationsListResponse<Operation>.
Added
- Support for cancellation of operations.
- Support for deletion of operation resources.
Pull Requests
- UCloud.Operations v1.1.0 by @Uralstech in #2
Full Changelog: 1.0.0...1.1.0