Added
-
[SDK] Added
decode_mask
, a utility function that creates a bitmap based on thepoints
array in a mask shape (#9496) -
[SDK]
encode_mask
may now be called without specifying a bounding box (#9496)
Changed
-
[TUS] After finishing file upload using the TUS protocol, the next request that initiates the import process must include the TUS
file_id
instead of the original file name. It can be obtained from theUpload-Filename
response header. (#9471) -
Frame input field now dynamically adjusts its width according to the maximum frame number in the job (#9481)
Removed
- [TUS]
Upload-Filename
header from server responses when handling append chunk requests (#9471)