Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions docs/source/guide/release_notes/saas/2025-10-13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
hide_sidebar: true
---

*Oct 13, 2025*

## Label Studio Enterprise SaaS 2025-10-13
### Other
- Fixed an issue that causes LSE Embed to not load. [FIT-752](https://humansignal.atlassian.net/browse/FIT-752)
- LSE Embeds can be configured to work in jupyter notebooks [FIT-749](https://humansignal.atlassian.net/browse/FIT-749)
- Implements a Command Palette that allows user to quickly navigate across the application, find projects and workspaces and quickly get answers from Ask AI. [FIT-725](https://humansignal.atlassian.net/browse/FIT-725)
- Fix prediction validation for per-region labels [UTC-310](https://humansignal.atlassian.net/browse/UTC-310)
- Fixes the scrollbar from being applied to the body instead of the content on some pages. [FIT-755](https://humansignal.atlassian.net/browse/FIT-755)
- Unable to export in BRUSH_TO_COCO format (missing libopenblas.so.3) [PLT-911](https://humansignal.atlassian.net/browse/PLT-911)
- Fixed an issue that made it so the title is correctly reflected in the browser for the page you are on. [FIT-284](https://humansignal.atlassian.net/browse/FIT-284)
- Fixed an issue that would exhaust all ground truth in ongoing annotator evaluation mode. [FIT-756](https://humansignal.atlassian.net/browse/FIT-756)
- Fixes positioning of header and table header elements on Prompts page. [FIT-763](https://humansignal.atlassian.net/browse/FIT-763)
- Ground truth queue for onboarding mode skipped when “Desired agreement threshold” is enabled [BROS-499](https://humansignal.atlassian.net/browse/BROS-499)
- Project list SQL request optimizations for num_tasks_with_annotations [BROS-528](https://humansignal.atlassian.net/browse/BROS-528)
- Add support for semicolon separator in CSV [BROS-495](https://humansignal.atlassian.net/browse/BROS-495)
- Fixes loading of data on Annotation Settings page [DES-189](https://humansignal.atlassian.net/browse/DES-189)
- Added an info icon for Review time chart to indicate that Data collection for review time began on Sept 25th or on-prem 2.30.0 [FIT-740](https://humansignal.atlassian.net/browse/FIT-740)
- New agreement endpoints to fetch stats for multiple annotators/models [FIT-761](https://humansignal.atlassian.net/browse/FIT-761)
- Don't include cancelled annotations for agreement score in data manager [UTC-296](https://humansignal.atlassian.net/browse/UTC-296)
- Documentation for CustomInterface + small improvements [BROS-508](https://humansignal.atlassian.net/browse/BROS-508)
- Fix "Ready for download" badge is missing for JSON export format [ROOT-207](https://humansignal.atlassian.net/browse/ROOT-207)
- Precompute agreement scores to speed up Projects APIs (tasks, counts, list, etc) [UTC-320](https://humansignal.atlassian.net/browse/UTC-320)
- Integrate CustomInterface tag with LSF [BROS-491](https://humansignal.atlassian.net/browse/BROS-491)
- Added reset to defaults action and official docs link to the Advanced Permissions settings [UTC-319](https://humansignal.atlassian.net/browse/UTC-319)
- Fixed an issue that would remove an unset child filter when navigating away from the datamanager tab. [FIT-746](https://humansignal.atlassian.net/browse/FIT-746)
- Introduce new Markdown tag [BROS-496](https://humansignal.atlassian.net/browse/BROS-496)
- Fix Start Reviewing button on home screen [BROS-457](https://humansignal.atlassian.net/browse/BROS-457)
- Introduced a new environment variable LS_LAMBDA_TAGS_CUSTOM_METRICS to allow custom tagging of custom metric Lambda functions and corresponding CloudWatch log groups [PLT-216](https://humansignal.atlassian.net/browse/PLT-216)
- turn Personal Access Tokens ON by default for new organizations [ROOT-209](https://humansignal.atlassian.net/browse/ROOT-209)
- Addressed an issue where home page navigation to APD will some times point to the wrong user if the user has access [FIT-728](https://humansignal.atlassian.net/browse/FIT-728)
- Add random task ordering and percentage for the review stream [BROS-421](https://humansignal.atlassian.net/browse/BROS-421)
- add last remaining public endpoints to SDK [ROOT-208](https://humansignal.atlassian.net/browse/ROOT-208)
- Add `defaultPlaybackSpeed` and `minPlaybackSpeed` params to Video tag [BROS-461](https://humansignal.atlassian.net/browse/BROS-461)
- [bug] Route all pause_by_annotator_evaluation jobs to experimental queue [BROS-530](https://humansignal.atlassian.net/browse/BROS-530)
- New configurable permission to manage who has access to personal access tokens [UTC-300](https://humansignal.atlassian.net/browse/UTC-300)
- Fixes the visibility of annotation tabs. Fixes an issue where the status indicator on the User pic on the top navigation bar was not positioned correctly. [FIT-747](https://humansignal.atlassian.net/browse/FIT-747)
- Improve Agent LLM traces use case in Chat: display agentic message blocks (LLM calls, Tool call), fix bug with manual Tool call specification [BROS-494](https://humansignal.atlassian.net/browse/BROS-494)
- Fix "Buy a Plan" button in the trial expiration modal for Starter Cloud. [UTC-321](https://humansignal.atlassian.net/browse/UTC-321)

Loading