Releases: Uralstech/UCloud.Operations
Releases · Uralstech/UCloud.Operations
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>
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
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>
whereTOperation
is the type of the operation object.OperationsListResponse
is now just a child ofOperationsListResponse<Operation>
.
Full Changelog: 1.1.0-preview.2...1.1.0-preview.3
UCloud.Operations 1.1.0 Preview 2
UCloud.Operations 1.1.0 Preview 1
UCloud.Operations v1.0.0
Changed
- Updated exceptions to always display the absolute URI.
Full Changelog: 1.0.0-preview.3...1.0.0