Feature updates
There is a new setting that can restrict users from uploading data directly to Label Studio, forcing them to only use cloud storage. If you would like to enable this setting, set the DISABLE_PROJECT_IMPORTS
environment variable to True
.
Bug fixes
- Fixed an issue with environment variables that have the prefix
LABEL_STUDIO_
appearing in context logs. - Fixed an issue where the progress bar for a project was not properly accounting for tasks that required additional annotators due to low agreement settings.
- Fixed an issue where multiple errors would appear in the console when users navigated away from the Data Manager.
- Fixed an issue where SCIM was not handling adding or disabling users in situations where the user limit was exceeded.
- Fixed an issue where errors were appearing in the user console related to loading large JS files.
- Fixed an issue where SCIM was creating duplicate users in situations in which there were discrepancies in casing used in their domain names.
- Fixed an issue where, if there was no name provided for a cloud storage connection, the project settings page would not load.
- Fixed an issue in which users who have their own organization could not be added to another organization using SCIM.
- Fixed an issue where logs were failing because the default level was set to
DEBUG
. The default log level is now INFO
.