cloudconvert-sdk 0.2.0

Async Rust SDK primitives for the CloudConvert API v2.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## 0.2.0 - 2026-06-17

### Added

- Added recorded CloudConvert operation metadata contract fixtures and offline parsing tests.
- Added typed invalid-builder-state errors for invalid linear job builder shorthand order.

### Changed

- Linear job builder shorthand methods that infer input from the previous task now return `Result<Self>` instead of panicking.
- Updated examples and documentation to show fallible linear job builder chaining.