Skip to content

docs: Add SaaS release notes for 2025-05-26 #7621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
41 changes: 41 additions & 0 deletions docs/source/guide/release_notes/saas/2025-05-26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
hide_sidebar: true
---

*May 26, 2025*

## Label Studio Enterprise SaaS 2025-05-26
### Other
- LabelStudio Playground 2.0 [FIT-14](https://humansignal.atlassian.net/browse/FIT-14)
- Adapted the footer text of empty states on Models and Prediction settinsg pages to Dark Mode [FIT-36](https://humansignal.atlassian.net/browse/FIT-36)
- Addressed an issue affecting Role Select where it overflows past the edge on the Organization page [FIT-39](https://humansignal.atlassian.net/browse/FIT-39)
- [bug] PDFs URLs are displayed as URLs instead of thumbnails in Prompts tasks viewer [BROS-12](https://humansignal.atlassian.net/browse/BROS-12)
- Addressed a visual issue affecting column resizers on the datamanger table where they would not align nicely [FIT-126](https://humansignal.atlassian.net/browse/FIT-126)
- CSV exports of underlying report data include user emails in addition to the user id [FIT-131](https://humansignal.atlassian.net/browse/FIT-131)
- Replaced the AI Assistant button with a button that more closely conveys its purpose [BROS-15](https://humansignal.atlassian.net/browse/BROS-15)
- Fix bugs with side panels stopped sticking to the side [OPTIC-2142](https://humansignal.atlassian.net/browse/OPTIC-2142)
- Separate auto-generated tag docs from human curated descriptions and examples [BROS-3](https://humansignal.atlassian.net/browse/BROS-3)
- Added <Pdf> object tag to display pdf urls; support PDF processing natively in Prompts [DIA-2214](https://humansignal.atlassian.net/browse/DIA-2214)
- Remove Sentry Baggage headers for presigned urls to avoid CORS errors [BROS-4](https://humansignal.atlassian.net/browse/BROS-4)
- Fixed an issue where clicking an option on the project role dropdown on the User management modal would cause the modal to close unexpectedly [FIT-157](https://humansignal.atlassian.net/browse/FIT-157)
- Not Activated users are displayed by default on the organization's people page [ROOT-5](https://humansignal.atlassian.net/browse/ROOT-5)
- Allow reading multiple tasks from a JSON file in source cloud storage [ROOT-9](https://humansignal.atlassian.net/browse/ROOT-9)
- [https://labelstudio.zendesk.com/agent/tickets/3963|https://labelstudio.zendesk.com/agent/tickets/3963] [https://github.com/HumanSignal/label-studio-sdk/issues/456|https://github.com/HumanSignal/label-studio-sdk/issues/456|smart-link] Token refresh function not using the user-supplied httpx_client [UTC-18](https://humansignal.atlassian.net/browse/UTC-18)
- Fixed an issue that would cause DataManager to crash when interacting with the project link in the navbar. [FIT-154](https://humansignal.atlassian.net/browse/FIT-154)
- Fixes the text on the PerRegion TextArea not being readable on Dark Mode [FIT-58](https://humansignal.atlassian.net/browse/FIT-58)
- Fixed the Chatbot Model Assessment template not being adapted to Dark Mode. Fixed the Choices radio button not being adapted to Dark Mode. [FIT-66](https://humansignal.atlassian.net/browse/FIT-66)
- Fixed an unhandled error in project counts fetching when the server would respond with an error [FIT-156](https://humansignal.atlassian.net/browse/FIT-156)
- *Description:* When I import data with the new PDF control tag, with label config below, Sometimes the PDF is embedded correctly, sometimes it is broken (for the same task), and sometimes it works for a while then appears broken when you come back to it. Screen recording attached. {noformat}<View> <TextArea name="content" toName="pdf"/> <Pdf name="pdf" value="$pdfs" inline="true"/> </View>{noformat} *eg* *data*: {noformat}{ "id": 177647560, "data": { "pdfs": "/tasks/177647560/resolve/?fileuri=czM6Ly9ocy1zYW5kYm94LXB1Yi9wZGZzL2RvX2xvY2FsaXphdGlvbl9tZXRob2RzX2FjdHVhbGx5X2xvY2FsaXplX21lbW9yaXplZF9kYXRhX2xsbXMucGRm" }, "annotations": [], "predictions": [] }{noformat} [BROS-31](https://humansignal.atlassian.net/browse/BROS-31)
- LSO-1.18.0: Screen Goes Blank When Filtering by Predicted Model Version in Label Studio Projects [FIT-42](https://humansignal.atlassian.net/browse/FIT-42)
- Fixed Taxonomy tree nodes not being readable while using Dark mode [FIT-145](https://humansignal.atlassian.net/browse/FIT-145)
- Add Prompts to license file and billing page [BROS-11](https://humansignal.atlassian.net/browse/BROS-11)
- Increase the total number of seats for Starter Cloud [PLT-754](https://humansignal.atlassian.net/browse/PLT-754)
- Unblock Interactive View All feature to allow to see nested data for multiple annotations [BROS-5](https://humansignal.atlassian.net/browse/BROS-5)
- Support reading tasks from JSONL files in source cloud storage [ROOT-11](https://humansignal.atlassian.net/browse/ROOT-11)
- Fix delete member permission check [PLT-747](https://humansignal.atlassian.net/browse/PLT-747)
- [intenral] Limit Tooltip's max width [DIA-1435](https://humansignal.atlassian.net/browse/DIA-1435)
- Adapted time tracker on Audio player waveform to Dark Mode [FIT-60](https://humansignal.atlassian.net/browse/FIT-60)
- Improve api/users performance by removing lse_users [BROS-35](https://humansignal.atlassian.net/browse/BROS-35)
- Fixes missing padding around Textarea region [LEAP-1494](https://humansignal.atlassian.net/browse/LEAP-1494)
- Add {{<Pdf>}} tag in Project labeling config templates and docs [BROS-13](https://humansignal.atlassian.net/browse/BROS-13)

Loading