Skip to content

Releases: Uralstech/UCloud.Operations

UCloud.Operations v1.1.4

29 Sep 20:17
9ec2cc0
Compare
Choose a tag to compare

Changed

  • Updated documentation.

Full Changelog: 1.1.3...1.1.4

UCloud.Operations v1.1.3

29 Sep 09:29
93de9f3
Compare
Choose a tag to compare

Added

  • Added documentation.

Changed

  • Filters for list requests are now optional.

Full Changelog: 1.1.2...1.1.3

UCloud.Operations v1.1.2

28 Sep 12:39
0a38592
Compare
Choose a tag to compare

Changed

  • Made OperationResponseParsingException messages consistent.

Full Changelog: 1.1.1...1.1.2

UCloud.Operations v1.1.1

08 Sep 12:35
65fa329
Compare
Choose a tag to compare

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

07 Sep 19:06
2f91f61
Compare
Choose a tag to compare

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

UCloud.Operations 1.1.0 Preview 4

07 Sep 18:36
254d992
Compare
Choose a tag to compare
Pre-release

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

07 Sep 10:42
60526b1
Compare
Choose a tag to compare
Pre-release

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>.

Full Changelog: 1.1.0-preview.2...1.1.0-preview.3

UCloud.Operations 1.1.0 Preview 2

07 Sep 07:31
fefd964
Compare
Choose a tag to compare
Pre-release

Added

  • Support for cancellation of operations.

Full Changelog: 1.1.0-preview.1...1.1.0-preview.2

UCloud.Operations 1.1.0 Preview 1

07 Sep 07:17
0d318dc
Compare
Choose a tag to compare
Pre-release

Added

  • Support for deletion of operation resources.

Full Changelog: 1.0.0...1.1.0-preview.1

UCloud.Operations v1.0.0

07 Sep 07:00
f6bc2c6
Compare
Choose a tag to compare

Changed

  • Updated exceptions to always display the absolute URI.

Full Changelog: 1.0.0-preview.3...1.0.0