Skip to content

v1.28.0

Latest
Compare
Choose a tag to compare
@jfcalvo jfcalvo released this 09 May 11:49
· 11 commits to main since this release
5989978

1.28.0

Added

  • Added support to specify a list of score values for suggestions score attribute. (#98)
  • Added GET /api/v1/settings new endpoint exposing Argilla and Hugging Face settings when available. (#127)
  • Added ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING new environment variable to disable warning message when Hugging Face Spaces persistent storage is disabled. (#124)
  • Added options_order new settings attribute to support specify an order for options in multi label selection questions. (#133)
  • Added POST /api/v1/datasets/:dataset_id/records/bulk endpoint. (#106)
  • Added PUT /api/v1/datasets/:dataset_id/records/bulk endpoint. (#106)

Deprecated

  • Deprecated POST /api/v1/datasets/:dataset_id/records in favour of POST /api/v1/datasets/:dataset_id/records/bulk. (#130)
  • Deprecated PATCH /api/v1/dataset/:dataset_id/records in favour of PUT /api/v1/datasets/:dataset_id/records/bulk. (#130)

Removed

  • Removed support for specifying score attributes for individual value items when creating suggestions associated with span questions. (#101)

Full Changelog: v1.27.0...v1.28.0