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
42 changes: 42 additions & 0 deletions docs/source/guide/release_notes/saas/2025-12-08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
hide_sidebar: true
---

*Dec 08, 2025*

## Label Studio Enterprise SaaS 2025-12-08
### Other
- Fixed workspace redirection after deletion and workspace not found page [UTC-423](https://humansignal.atlassian.net/browse/UTC-423)
- Fixed an issue that caused the Sidebar menu to be blank [FIT-1050](https://humansignal.atlassian.net/browse/FIT-1050)
- Resolved a visual issue affecting Auto Label Tasks on Safari [FIT-1036](https://humansignal.atlassian.net/browse/FIT-1036)
- Cleaned up projects table column width [FIT-1056](https://humansignal.atlassian.net/browse/FIT-1056)
- Fix prompts not allowing negative Number tag results [UTC-406](https://humansignal.atlassian.net/browse/UTC-406)
- PDF height is not limited by default now. You want to change this with styles: `.htx-pdf{height:calc(100vh - 350px)}` [BROS-619](https://humansignal.atlassian.net/browse/BROS-619)
- Add cronjob [PLT-922](https://humansignal.atlassian.net/browse/PLT-922)
- Show the same default colors in Task Summary for labels missing from config as we use in editor [BROS-640](https://humansignal.atlassian.net/browse/BROS-640)
- Fixed an issue that prevented scrolling the DataManager filter column select after clearing a previous search. [FIT-1046](https://humansignal.atlassian.net/browse/FIT-1046)
- changed copy of dropdown from comments received to comments added, updated the fileName of the export [FIT-1021](https://humansignal.atlassian.net/browse/FIT-1021)
- Updated New PDF tag to lean on feature flag to check early_adopter availablity [FIT-1051](https://humansignal.atlassian.net/browse/FIT-1051)
- Added the possibility to define unskippable tasks via importa json data [UTC-418](https://humansignal.atlassian.net/browse/UTC-418)
- Add SAML presets for attribute mappings [BROS-650](https://humansignal.atlassian.net/browse/BROS-650)
- fix: Return projects_count when returning workspaces [UTC-424](https://humansignal.atlassian.net/browse/UTC-424)
- Using overlap as number of distinct annotators needed for a task to finish annotation [FIT-1082](https://humansignal.atlassian.net/browse/FIT-1082)
- Remove BEM from LSO [ECHO-421](https://humansignal.atlassian.net/browse/ECHO-421)
- updated Assigned column to include tasks with annotations that received a review [FIT-1028](https://humansignal.atlassian.net/browse/FIT-1028)
- Support `required` tags inside `whenRole` blocks for per-message evaluation in Chat [BROS-592](https://humansignal.atlassian.net/browse/BROS-592)
- Improve local storage experience [BROS-643](https://humansignal.atlassian.net/browse/BROS-643)
- fix edge cases in YOLO export [FIT-997](https://humansignal.atlassian.net/browse/FIT-997)
- Addressed an issue with the usage of FSM with_state on querysets. [FIT-1037](https://humansignal.atlassian.net/browse/FIT-1037)
- Address workspace list api OOM issue [FIT-1089](https://humansignal.atlassian.net/browse/FIT-1089)
- [oss regression] Redis is used by default if it's available [BROS-642](https://humansignal.atlassian.net/browse/BROS-642)
- Fixes an issue that would prevent querysets using FSM current_state from working correctly in background processes. [FIT-1048](https://humansignal.atlassian.net/browse/FIT-1048)
- Addressed an issue where the data and the dates in the charts may not line up correctly due to timezone + fixed an issue where depending on time zone some times the last item on the x-axis was getting dropped to [FIT-1000](https://humansignal.atlassian.net/browse/FIT-1000)
- Fixed the visibility of Member Performance Table to allow all users to be able to see their own data. [FIT-1024](https://humansignal.atlassian.net/browse/FIT-1024)
- Show labels on OCR regions in PDF if setting is on (consistent with all other regions) [BROS-561](https://humansignal.atlassian.net/browse/BROS-561)
- Allow filtering by last_activity and role when bulk assigning/Unassigning project members [UTC-405](https://humansignal.atlassian.net/browse/UTC-405)
- Publish button was moved to the Project Dashboard Page and removed from the Project Members Page [FIT-999](https://humansignal.atlassian.net/browse/FIT-999)
- Allow current state backfill for an organization's existing data [FIT-972](https://humansignal.atlassian.net/browse/FIT-972)
- Fix clicking on annotator's name in Task Summary — it should lead to related Annotation [BROS-641](https://humansignal.atlassian.net/browse/BROS-641)
- fixed an issue where depending on time zone some times the last item on the x-axis was getting dropped to [FIT-1052](https://humansignal.atlassian.net/browse/FIT-1052)
- Prohibit more than two parallel sessions for a single user [BROS-638](https://humansignal.atlassian.net/browse/BROS-638)

Loading