All notable changes to this project will be documented in this file.
0.2.7 - 2025-11-20
- (schema) Support new uploading response types - (7fdacc6)
0.2.6 - 2025-11-18
- (client) Add a retryable client wrapper - (d0b9021)
0.2.5 - 2025-11-02
- (api) Support reporter_uuid in task relevant interfaces - (0ba07c2)
- (api) Support batch operation for artifacts, attachments and tasks - (ab47dd6)
- (api) Support batch cancellation of tasks and workers by uuid - (989bbac)
- (api) Support batch download of artifacts and attachments - (1e3fc0a)
- (api) Support batch cancellation of tasks and workers - (252cf84)
- (schema) [breaking] Rename key_prefix to key in query - (da71099)
- (readme) Update support version table - (ca72cc9)
- Add bump script - (fe7b9a8)
0.2.4 - 2025-10-20
- (schema) Support labels in workers query interface - (84c1621)
0.2.3 - 2025-09-26
- (api) Support the change user group-quota API - (b898e17)
0.2.2 - 2025-09-15
- (schema) Add new fields to task query result - (3801f0e)
0.2.1 - 2025-09-11
- Delete redundant print - (da26809)
0.2.0 - 2025-09-11
- (api) Support new worker update labels api - (5bfbe27)
- (api) Update delete operations to latest netmito - (a74aaa3)
0.1.3 - 2025-09-05
- (readme) Add usage guidance - (9676e41)
0.1.2 - 2025-09-05
- (types) Resolve json serialization errors - (05ba93a)
0.1.1 - 2025-09-05
- (schema) Resolve TasksQueryReq (de)serde issue - (1c7505b)
0.1.0 - 2025-09-05
- (schema) Replace str field with enum class - (f673bc7)
0.0.3 - 2025-09-05
- (schema) Add more SDK interfaces - (49ca526)
0.0.2 - 2025-09-04
- (schema) Add (de)serialization for timedelta fields - (0abaa12)
- (schema) Add (de)serialization for datetime fields - (4445391)
- (publish) Adjust publishing params - (c1a2a05)
- (release) Use static version instead of dynamic - (761644f)
0.0.1 - 2025-09-03
- Add basic client SDK for core APIs - (decaf80)
- Add publish utilities - (d9a7ca0)
- @BobAnkh made their first contribution