Skip to content
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

docs: Add SaaS release notes for 2024-09-16 #6386

Closed
wants to merge 1 commit into from
Closed
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
30 changes: 30 additions & 0 deletions docs/source/guide/release_notes/saas/2024-09-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
hide_sidebar: true
---

*Sep 16, 2024*

## Label Studio Enterprise SaaS 2024-09-16
### Other
- Add remove_from_queue option to annotation review request that also sets was_cancelled=True on the annotation [LEAP-1446](https://humansignal.atlassian.net/browse/LEAP-1446)
- revert bump of pathToRegexp to fix crash upon project creation [LEAP-1462](https://humansignal.atlassian.net/browse/LEAP-1462)
- Adds labels and duration time to the annotation info tab for selected time segments. [OPTIC-1088](https://humansignal.atlassian.net/browse/OPTIC-1088)
- Adding row-level error displaying in Prompter's tasks list [DIA-1352](https://humansignal.atlassian.net/browse/DIA-1352)
- Improved the notifications fetching to stabilize the client and server performance [OPTIC-970](https://humansignal.atlassian.net/browse/OPTIC-970)
- Fix CSRF error from LSO+docker [LEAP-1456](https://humansignal.atlassian.net/browse/LEAP-1456)
- region_ref JSONField added to Comments model [LEAP-1434](https://humansignal.atlassian.net/browse/LEAP-1434)
- [bugfix] Removing Prompts caused runtime error [DIA-1419](https://humansignal.atlassian.net/browse/DIA-1419)
- Fix css ug [OPTIC-1080](https://humansignal.atlassian.net/browse/OPTIC-1080)
- Fixed some styles that were resolved from css vars to static values. [OPTIC-1079](https://humansignal.atlassian.net/browse/OPTIC-1079)
- Fixed a regression to BigInteger support in Data Manager. [OPTIC-1081](https://humansignal.atlassian.net/browse/OPTIC-1081)
- New TimelineLabels tag is introduced to mark ranges on a video [LEAP-1367](https://humansignal.atlassian.net/browse/LEAP-1367)
- Updated projects and workspaces header to allow for a more compact representation [OPTIC-1036](https://humansignal.atlassian.net/browse/OPTIC-1036)
- Add inference cost and tokens counts metric in Prompts dashboard [DIA-1360](https://humansignal.atlassian.net/browse/DIA-1360)
- Add API for associating comments with region refs (region + control name) [LEAP-1435](https://humansignal.atlassian.net/browse/LEAP-1435)
- Slight tweak to some icon colors to match font color of surrounding text [OPTIC-1072](https://humansignal.atlassian.net/browse/OPTIC-1072)
- Display errors in Prompts task detail view [DIA-1317](https://humansignal.atlassian.net/browse/DIA-1317)
- Add accuracy metric to Prompt Version dropdown [DIA-1348](https://humansignal.atlassian.net/browse/DIA-1348)
- Resolved an issue affecting activity log where on some option changes would become unusable [OPTIC-1085](https://humansignal.atlassian.net/browse/OPTIC-1085)
- Add progress bar for activity logs [RND-121](https://humansignal.atlassian.net/browse/RND-121)
- API for Bulk Annotation [LEAP-1354](https://humansignal.atlassian.net/browse/LEAP-1354)

Loading