Skip to content

Latest commit

 

History

History
124 lines (66 loc) · 5.88 KB

File metadata and controls

124 lines (66 loc) · 5.88 KB

Changelog

All notable changes to this project will be documented in this file.

0.2.7 - 2025-11-20

Features

  • (schema) Support new uploading response types - (7fdacc6)

0.2.6 - 2025-11-18

Features

  • (client) Add a retryable client wrapper - (d0b9021)

0.2.5 - 2025-11-02

Features

  • (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)

Refactor

  • (schema) [breaking] Rename key_prefix to key in query - (da71099)

Documentation

  • (readme) Update support version table - (ca72cc9)

Miscellaneous Tasks

0.2.4 - 2025-10-20

Features

  • (schema) Support labels in workers query interface - (84c1621)

0.2.3 - 2025-09-26

Features

  • (api) Support the change user group-quota API - (b898e17)

0.2.2 - 2025-09-15

Features

  • (schema) Add new fields to task query result - (3801f0e)

0.2.1 - 2025-09-11

Bug Fixes

  • Delete redundant print - (da26809)

0.2.0 - 2025-09-11

Features

  • (api) Support new worker update labels api - (5bfbe27)
  • (api) Update delete operations to latest netmito - (a74aaa3)

0.1.3 - 2025-09-05

Documentation

  • (readme) Add usage guidance - (9676e41)

0.1.2 - 2025-09-05

Bug Fixes

  • (types) Resolve json serialization errors - (05ba93a)

0.1.1 - 2025-09-05

Bug Fixes

  • (schema) Resolve TasksQueryReq (de)serde issue - (1c7505b)

0.1.0 - 2025-09-05

Features

  • (schema) Replace str field with enum class - (f673bc7)

0.0.3 - 2025-09-05

Features

  • (schema) Add more SDK interfaces - (49ca526)

0.0.2 - 2025-09-04

Features

  • (schema) Add (de)serialization for timedelta fields - (0abaa12)
  • (schema) Add (de)serialization for datetime fields - (4445391)

Miscellaneous Tasks

  • (publish) Adjust publishing params - (c1a2a05)
  • (release) Use static version instead of dynamic - (761644f)

0.0.1 - 2025-09-03

Features

  • Add basic client SDK for core APIs - (decaf80)

Miscellaneous Tasks

  • Add publish utilities - (d9a7ca0)

New Contributors

  • @BobAnkh made their first contribution