UCloud.Operations v1.1.0
Breaking Changes
OperationsListResponse<TMetadata, TResponse>
is nowOperationsListResponse<TOperation>
whereTOperation
is the type of the operation object.OperationsListResponse
is 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