v0.9.0.post5

HumanSignal/label-studiov0.9.0.post5Jan 22, 2021by makseq

AI Summary

This is a patch release (v0.9.0.post5) focused on bug fixes and one new API feature. The release includes improvements to file uploads for localhost, dependency updates, and a new task patch API endpoint.

Key Highlights

  • Removed hostname prefix for upload files when using localhost
  • Added timeout to version check to prevent hanging connections
  • Added task patch API for updating existing tasks
  • Updated requests dependency for security/stability
  • Added list support to Image in validation

Breaking Changes

  • Changed attrs dependency to require version >=19.1.0 (minimum version increase)

New Features

  • Add task patch API

Full Release Notes

**Fixes**
* Remove hostname prefix for upload files in case of localhost
* Add timeout to version check (#560) (@LamDang)
* Update requests dependency
* Add list to Image in validation
* Change attrs version to >=19.1.0
* Add INIT_COMMAND to run.sh

**Features**
* Add task patch API

Co-authored-by: LamDang <tunglam.dang@gmail.com>