Releases: Uralstech/UCloud.Operations
Releases · Uralstech/UCloud.Operations
UCloud.Operations v1.1.6
What's Changed
- UCloud.Operations v1.1.6: Updated Utils.Singleton. by @Uralstech in #3
Full Changelog: 1.1.5...v1.1.6
UCloud.Operations v1.1.5
UCloud.Operations v1.1.4
UCloud.Operations v1.1.3
Added
- Added documentation.
Changed
- Filters for list requests are now optional.
Full Changelog: 1.1.2...1.1.3
UCloud.Operations v1.1.2
UCloud.Operations v1.1.1
For those updating from v1.0.x: Check the update notes for v1.1.0 for an update guide.
Changed
- Fixed bug with empty response confirmations.
Full Changelog: 1.1.0...1.1.1
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
UCloud.Operations 1.1.0 Preview 4
Added
- Support for parenthesis in filters.
Changed
- Fixed empty POST requests throwing exception when an empty JSON object is encountered.
Full Changelog: 1.1.0-preview.3...1.1.0-preview.4
UCloud.Operations 1.1.0 Preview 3
Breaking Changes
OperationsListResponse<TMetadata, TResponse>is nowOperationsListResponse<TOperation>whereTOperationis the type of the operation object.OperationsListResponseis now just a child ofOperationsListResponse<Operation>.
Full Changelog: 1.1.0-preview.2...1.1.0-preview.3