编辑 | blame | 历史 | 原始文档

---

hide_sidebar: true

Label Studio Enterprise 2.29.0

New Chat tag, Azure Blob Storage with Service Principal authentication, filtering enhancements, improved UX

Sep 26, 2025

Helm Chart version: 1.11.2

New features

Annotate conversations with a new Chat tag

Chat conversations are now a native data type in Label Studio, so you can annotate, automate, and measure like you already do for images, video, audio, and text.

For more information, see:

Chat tag page

Chat labeling templates

Blog - Introducing Chat: 4 Use Cases to Ship a High Quality Chatbot

Screenshot

Enhancements

One-click annotation for audio-text dialogues

When labeling paragraphs in dialogue format (layout="dialogue"), you can now apply labels at an utterance level.

There is a new button that you can click to apply the selected label to the entire utterance. You can also use the pre-configured Command + Shift + A hotkey:

Screenshot

Adjustable height for audio players

While you can still adjust the default height in the labeling configuration, now users can drag and drop to adjust the height as needed.



Support for Azure Blob Storage with Service Principal authentication

You can now connect your projects to Azure Blob Storage using Service Principal authentication.

Service Principal authentication uses Entra ID to authenticate applications rather than account keys, allowing you to grant specific permissions and can be easily revoked or rotated. For more information, see Azure Blob Storage with Service Principal authentication.

Screenshot

Redesigned cloud storage modal

When adding cloud storage, the modal has now been redesigned to add clarity and additional guidance to the process.

For example, you can now preview a list of files that will be imported in order to verify your settings.

Screenshot

Debug custom agreement metrics

There is a new **See Logs** option for custom agreement metrics, which you can use to view log history and error messages.

Screenshot

Nested annotator filter

When applying an annotation results filter, you will now see a nested Annotator option. This allows you to specify that the preceding filter should be related to the specific annotator.

For example, the following filter will retrieve any tasks that have an annotation with choice "bird" selected, and also retrieve any tasks that have an annotation submitted by "Sally Opossum."

This means if you have a task where "Max Opossum" and "Sally Opossum" both submitted annotations, but only Max chose "bird", the task would be returned in your filter.

Screenshot

With the new nested filter, you can specify that you only want tasks in which "Sally Opossum" selected "bird":

Screenshot

Filter by prediction results

You can now filter prediction results by selecting options that correspond to control tag values.

Previously, you could only filter using an unstructured text search.

The prediction results filter also includes a nested model version filter, which (if specified) will ensure that your filters returns tasks only when the selected prediction result comes from the selected model.

Screenshot

Hide Data Manager columns from users

There is a new project setting available from **Annotation > Annotating Options** and **Review > Reviewing Options** called **Show unused data columns to reviewers in the Data Manager**.

This setting allows you to hide unused Data Manager columns from any Annotator or Reviewer who also has permission to view the Data Manager.

"Unused" Data Manager columns are columns that contain data that is not being used in the labeling configuration.

For example, you may include meta or system data that you want to view as part of a project, but you don't necessarily want to expose that data to Annotators and Reviewers.

Screenshot

Manager and Reviewer access to the Annotator Dashboard

Managers and Reviewers will now see a link to the Annotator Dashboard from the Home page.

The Annotator Dashboard displays information about their annotation history.

Managers:

Screenshot

Reviewers:

Screenshot

Show models in the Members dashboard

If your project is using predictions, you will now see a **Show Models** toggle on the Members dashboard.

This will allow you to view model agreement as compared to annotators, other models, and ground truths.

Screenshot

Set model provider API keys for an organization

There is a new **Model Providers** page available at the organization level where you can configure API keys to use with LLM tasks.

If you have previously set up model providers as part of your Prompts workflow, they are automatically included in the list.

For more information, see Model provider API keys for organizations.

Screenshot

Improved UX on the Organization page

The Organization page (only accessible to Owner and Admin roles) has been redesigned to be more consistent with the rest of the app.

Note that as part of this change, the Access Token page has been moved under **Settings**.

Before:

Screenshot

After:

Screenshot

New email notification option for users who are not activated

Administrators and Owners can now opt in to get an email notification when a new user logs in who has not yet been assigned a role.

Like all email preferences, this can be disabled and hidden for the whole organization on the Organization > Usage and License page.

Screenshot

Apply labels from multiple <Labels> controls

When you have a labeling configuration that includes multiple <Labels> blocks, like the following:

<View>
<Text name="text" value="$text" granularity="word"/>
<Labels name="category" toName="text" choice="single">
  <Label value="Animal" background="red"/>
  <Label value="Plant" background="darkorange"/>
</Labels>
<Labels name="type" toName="text" choice="single">
  <Label value="Mammal" background="green"/>
  <Label value="Reptile" background="gray"/>
  <Label value="Bird" background="blue"/>
</Labels>
</View>

You can now choose multiple labels to apply to the selected region.



Multiple SDK enhancements

We have continued to add new endpoints to our SDK. See our SDK releases.

Miscellaneous UX improvements

  • Various improvements to the list view for the Projects page.

  • Improvements to sorting and buttons for the grid view of the Projects page.

  • Each user has a numeric ID that you can use in automated workflows. These IDs are now easier to quickly find through the UI.

    You can find them listed on the **Organization** page and in the **Annotation Summary** table on the **Members** page for projects.

  • When loading the Data Manager in which you have not yet imported data, you will now see a more helpful interface.

  • When duplicating a project, you will now see a modal with an updated UI and more helpful text.

Performance improvements and optimizations

Multiple performance optimizations, fine-tuning, and dependency cleanup.

Bug fixes

  • Fixed an issue with the disabled state style for the Taxonomy tag on Dark Mode.

  • Fixed an issue where users were able to select multiple values when filtering annotation results despite multiselect not being compatible with the labeling config.

  • Fixed an issue that caused project search to not match certain word parts.

  • Fixed an issue where long storage titles prevented users from accessing the overflow menu.

  • Fixed an issue where the workspaces dropdown from the Annotator Performance page would disappear if the workspace name were too long.

  • Fixed an issue where imported child choices were not selectable when using the leafsOnly parameter for taxonomies.

  • Fixed an issue with labeling Text or Hypertext with multiple Taxonomy tags at the same time.

  • Fixed a small visual issue with the buttons to create tokens.

  • Fixed a small issue with column header text alignment in the Data Manager.

  • Fixed an issue with export CSV files where the headers did not align with the data within the column.

  • Fixed an issue in the project dashboard with tasks not being calculated due to timezone issues.

  • Fixed an issue where clicking on an annotator's task count opens the Data Manager with the wrong annotator pre-loaded filter.

  • Fixed an issue with the magic wand tool.

  • Fixed an issue where, when zoomed in, bounding boxes would shift after being flipped.

  • Fixed an issue where too much task information would appear in notification emails.

  • Fixed an issue where the workspaces list would sometimes get stuck loading.

  • Fixed an issue where users would see "The page or resource you were looking for does not exist" while performing resource-intensive searches

  • Fixed several issues related to the user drop-down in the Annotator Performance Dashboard.

  • Fixed an issue with pausing annotators in projects with a large number of users.

  • Fixed an issue where an empty Import modal would be shown briefly when uploading a file.

  • Fixed an issue with duplicate entries when filtering for annotators from the Data Manager

  • Fixed an issue where users would sometimes see a 404 error in the labeling stream when there were skipped or postponed tasks.

  • Fixed several issues related to loading the Annotator Performance dashboard.

  • Fixed an issue where audio and video would be out of sync when working with lengthy videos.

  • Fixed an issue with a 500 error in the Django Admin panel.

  • Fixed several issues related to loading the Members page and Members modal.

  • Fixed an issue where predictions with empty results could not pass validation.

  • Fixed an issue where on tasks with more than 10 annotators, the number of extra annotators displayed in the Data Manager column would not increment correctly.

  • Fixed an issue where users in the Manager role were shown a permissions error when attempted to access the **Settings > Cloud Storage** page.

  • Fixed a small issue in the Members modal where empty space was not being filled.

  • Fixed an issue where in some cases Owners and Admins could be removed from workspace membership.

  • Fixed an issue where the Copy button was not showing the correct state in some instances

  • Fixed an issue where the Info panel was showing conditional choices that were not relevant to the selected region.