Skip to content

UCloud.Operations v1.1.0

Compare
Choose a tag to compare
@Uralstech Uralstech released this 07 Sep 19:06
· 9 commits to main since this release
2f91f61

Breaking Changes

  • OperationsListResponse<TMetadata, TResponse> is now OperationsListResponse<TOperation> where TOperation is the type of the operation object.
  • OperationsListResponse is now just a child of OperationsListResponse<Operation>.

Added

  • Support for cancellation of operations.
  • Support for deletion of operation resources.

Pull Requests

Full Changelog: 1.0.0...1.1.0