# Release Notes

## v1.5.5 - April 29, 2026

### Fixed

* Security patches.

## v1.5.4 - March 30, 2026

### Fixed

* Security patches.

## v1.5.3 - March 29, 2026

### Fixed

* Fixed a bug that was resulting in incorrect subscription updates.

## v1.5.2 - March 22, 2026

### Changed

* When a user accesses a domain different from their current organization session, they will now be redirected to the Organization List page instead of seeing an error message.
* New users invited to existing organizations will no longer automatically get a personal organization created for them if they visit the cloud app instead of the enterprise tenant.

### Fixed

* Fixed issues with subscription syncing for enterprise tenants.
* Fixed issues with customer portals sessions when no valid customer or subscription record is present.
* Fixed an issue with integration services capturing error messages longer than 255 characters.

## v1.5.1 - March 14, 2026

### Fixed

* Fixed an issue that would cause startup of enterprise tenant apps to fail if an organization did not contain the license holder.

## v1.5.0 - March 13, 2026

### Added

* Added new status fields to integration model and more fine-grained recording of the status of integrations. Added periodic health checks of integrations and details logging of integration status change events.
* Added automated health check service for integrations, to ensure they are responding and available.
* It is now possible to register and use more than one of the same type of integration in a single organization for enterprise domains.
* You can now add ELNs to projects, studies, and assays after they have been initialized. It is also possible to add more than one of the same type of ELN or more than one different ELN types to the same record.
* Added some new assay, study, and notes summary widgets to details pages.
* Added CSV export to some data tables.

### Changed

* Benchling notebook templates without fields will not show the field dialog anymore.
* Updated integration web components to accommodate the new integration endpoints and data model updates.
* Updated the layout and styling of project, study, and assay details pages.

### Fixed

* Fixed an issue that could prevent some organization invitations from being accepted.
* Fixed an issue that prevented enterprise subscriptions from updating correctly.

## v1.4.1 - January 28, 2026

### Changed

* Organization List page now shows external orgs by default.

### Fixed

* Fixed a couple of issues that would cause the client to get hung up if the user was visiting the wrong domain or organization pages. (#LA-329)
* Archiving a record will now correctly redirect the user away from the archived record's page. (#LA-331)
* Shared folders can now be properly archived and removed from the organization. (#LA-330)
* Fixed an issue with revoking invitations and re-inviting deactivated users.

## v1.4.0 - January 6, 2026

### Changed

* Major service updates to all client and web service components.

### Fixed

* Fixed note filtering (#LA-319).
* Organization list page cards should now show the correct subscription status. Status will also not show unless it is something other than Active (#LA-317).

## v1.3.2 - December 10, 2025

### Added

* You can now add folders from available Shared Folders to projects, studies, or assays directly from the respective details page's Files tab. (#LA-312)

### Changed

* You can now archive projects from the organization settings Projects page.
* Benchling entry templates with required fields now require you to input those fields before assay or study forms can be submitted.

### Fixed

* Fixed an issue that caused by failed notification creation, which would cause record creation to fail.
* Fixed an issue preventing SharePoint site drives from being edited.
* Added support for Benchling template long\_text fields. (#LA-307)
* Fixed a number of broken breadcrumb links.
* Imported users can now be correctly invited.

## v1.3.1 - November 19, 2025

### Changed

* Users can no longer change their own role or the role of someone with a higher role.

### Fixed

* Fixed a number of issues with the Study Tracker import.
* Fixed a bug preventing S3 folders from being added to studies, assays, and projects (#LA-309).
* File manager buttons will no longer be hidden when folder is read-only (#LA-300).
* Fixed an issue with revoking user invitations (#LA-126).

## v1.3.0 - November 18, 2025

### Added

* Added CDD Vault integration. CDD Vault support electronic lab notebooks for studies and assays.

### Changed

* Study Tracker import now allows you to select the programs you want to import, rather than importing everything.

### Fixed

* Fixed an issue with Benchling notebook entry creation from templates without schemas.

## v1.2.1 - November 11, 2025

### Fixed

* Fixed an issue with the import wizard that was resulting in duplicate study and assay codes (#CS-23).

## v1.2.0 - November 10, 2025

### Added

* You can now provide required input fields to Benchling notebook entry templates that have entry schemas. A form will display when creating a study or assay and an entry template with fields is selected.
* The project import form now allows you to specify a storage location.

### Fixed

* Fixed an issue where creating a Benchling notebook entry using a template with required fields would fail, due to none being provided.
* Fixed an issue where invalid characters in record names would cause SharePoint folder creation to fail (#CS-21).
* Fixed an issue where duplicate slugs could be created where archived records with the same names and codes existed, but slug generation was not catching the duplication.

## v1.1.4 - October 30, 2025

### Fixed

* Fixed an issue where a user's full organization list would not display in the org list page (#CS-17).

## v1.1.3 - October 29, 2025

### Fixed

* Fixed a bad query that would sometimes return archived project, study, or assay records.

## v1.1.2 - October 25, 2025

### Changed

* Updated client URLs to include organization identifiers to allow for easier bookmarking and switching between organizations.

### Fixed

* Fixed an issue regarding shared folder access.

## v1.1.1 - October 21, 2025

### Fixed

* Fixed an issue that would prevent temp file storage from taking place in some enterprise tenants.

## v1.1.0 - October 10, 2025

### Added

* Added a public REST API for fetching and writing data to Lab Atlas. Users in enterprise organizations can now access this API to create and manage their own data. Admin users can create API keys that can be used to authenticate requests and allow API calls to act on their behalf.
* Added STS:AssumeRole as an option for AWS authentication.

### Fixed

* Resolved an issue preventing assays from being created that share the same code with an archived assay (#LA-295, #CS-14).
* Fixed an issue that caused files uploaded as assay fields to not correctly transfer and register with the assay (#CS-13, #LA-294).

## v1.0.3 - October 3, 2025

### Added

* Added the ability to view and switch-to external domain organizations from the Organization List page.

### Changed

* The 'Unauthorized' page will now direct you to the organization list page.

### Fixed

* Non-domain admin users in enterprise tenants can no longer modify subscriptions (#LA-283).
* Fixed an issue that locked users out of the organization list page if the current organization subscription state was not active.

## v1.0.2 - September 24, 2025

### Fixed

* Fixed another bug that prevented domain domain switching when the user was already sign into a different domain.

## v1.0.1 - September 23, 2025

### Fixed

* Fixed a bug that prevented domain info from loading when the user was already sign into a different domain.

## v1.0.0 - September 23, 2025

### Added

* Added the new Enterprise tier to the licensing model. This brings support for private domains that are hosted separately from the standard multi-tenant SaaS. Domain admins can manage multiple organizations with separate user pools under a single license.

## v0.9.2 - August 25, 2025

### Added

* Added Study Tracker import to the user interface. Admin users can now import their Study Tracker history through the admin dashboard.

### Fixed

* Fixed Benchling template form components not correctly loading entry templates.
* A number of fixes for Study Tracker import process.
* New assays with linked ELNs should now correctly get links created to the summary notebook entry.

## v0.9.1 - August 12, 2025

### Fixed

* Some improvements to beck-end services.

## v0.9.0 - August 12, 2025 <a href="#v090---2025-08-12" id="v090---2025-08-12"></a>

### Added <a href="#added" id="added"></a>

* Added notifications service to create and display notifications to users in the UI. This includes notifications for user assignments, global announcements, admin alerts, and more.

### Changed <a href="#changed" id="changed"></a>

* Updated the navbar to move some components out of the user dropdown.

## v0.8.0 - August 8, 2025 <a href="#v080---2025-08-07" id="v080---2025-08-07"></a>

#### Added <a href="#added-1" id="added-1"></a>

* Added a new Organization list page and streamlined the organization creation process.
* Organizations can now be deleted.

#### Changed <a href="#changed-1" id="changed-1"></a>

* Updated the licensing plans and their features. Starter plan is now free and allows all integration types, but limits restricted visibility of records and reduces provided cloud storage.
* New users will automatically have an organization created for them and be enrolled in the Starter Plan.

#### Fixed <a href="#fixed-1" id="fixed-1"></a>

* Fixed an issue that could prevent organizations with expired subscriptions from resubscribing.

## v0.7.1 - July 16, 2025 <a href="#v071---2025-07-16" id="v071---2025-07-16"></a>

#### Fixed <a href="#fixed-2" id="fixed-2"></a>

* Some improvements to building and deploying the application.

## v0.7.0 - July 14, 2025 <a href="#v070---2025-07-14" id="v070---2025-07-14"></a>

#### Added <a href="#added" id="added"></a>

* Added an express import page for quickly importing project, study, and assay records using either and interactive table or an Excel template. (#LA-187)
* Implemented Study Tracker import module.

#### Changed <a href="#changed" id="changed"></a>

* Updated the Project details page to add content to the Overview tab.

#### Fixed <a href="#fixed" id="fixed"></a>

* Fixed assay code generation, which could sometimes result in duplicate codes being generated.
* Fixed a bug that prevented shared folder updating (#LA-265).

## v0.6.1 - June 29, 2025 <a href="#v061---2025-06-29" id="v061---2025-06-29"></a>

#### Fixed <a href="#fixed-1" id="fixed-1"></a>

* Fixed an issue that would cause signup process to fail when no subscription was active.

## v0.6.0 - June 8, 2025 <a href="#v060---2025-06-08" id="v060---2025-06-08"></a>

#### Added <a href="#added-1" id="added-1"></a>

* Added 'sync' method to integration services to allow re-synchronization and test connection between Lab Atlas and external services.
* Added support for external links to Project and Assay records.
* Added the ability to move studies from one project to another, and assay from one study to another.
* Implemented a plugin-based architecture for third-party integrations, making it easier to add new integration types without modifying core code.
* Added 'New Assay' button to the Assay list page, allowing users to create new assays directly from the list view.
* Updated Assay Type details page and allowed users to create new assays from the Assay Types page.

#### Fixed <a href="#fixed-2" id="fixed-2"></a>

* Data tables will no longer reset pagination when rows are selected (#LA-262).
* Fixed sidebar navigation to external sites in compact mode.

## v0.5.7 - May 10, 2025 <a href="#v057---2025-05-10" id="v057---2025-05-10"></a>

#### Fixed <a href="#fixed-3" id="fixed-3"></a>

* Fixed a bug causing the wrong subscription metadata to load in production.

## v0.5.6 - May 9, 2025 <a href="#v056---2025-05-09" id="v056---2025-05-09"></a>

#### Fixed <a href="#fixed-4" id="fixed-4"></a>

* Fixed an issue with the wrong subscription sometimes loading, or the current subscription not loading because the status was not active.
* Users should no longer be able to sign up for multiple trials, a new account management page displays when the users has no active subscription but has already consumed their trial.

## v0.5.5 - April 1, 2025 <a href="#v055---2025-04-01" id="v055---2025-04-01"></a>

#### Fixed <a href="#fixed-5" id="fixed-5"></a>

* Fixed an issue that could result in subscriptions not registering quick enough to allow correct organization creation.
* Fixed an issue preventing subscription type from updating correctly.

## v0.5.4 - April 1, 2025 <a href="#v054---2025-04-01" id="v054---2025-04-01"></a>

#### Fixed <a href="#fixed-6" id="fixed-6"></a>

* Fixed a bug that was preventing Git repositories from creating correctly.

## v0.5.3 - March 31, 2025 <a href="#v053---2025-03-31" id="v053---2025-03-31"></a>

#### Fixed <a href="#fixed-7" id="fixed-7"></a>

* Invited users now correctly count against license limits (#LA-239).
* Page-level errors will now be caught by error boundary (#LA-240).
* User initialization failure on secondary organization creation should now be resolved (#LA-241).
* Tasks can now only be assigned to users who are members of the project (#LA-169).
* Fixed a number of issues with the file manager, including:
  * Links to external files not opening (#LA-227).
  * Copying S3 path not working correctly.
  * File downloads not working correctly for some data sources.
* Draggable task cards can now only be gripped from a more visible area. This was also creating problems with the dropdown user select (#LA-225).

## v0.5.2 - March 25, 2025

#### Fixed

* Removed jsvectormap dependency and references. This unused library was causing issues in\
  production.

## v0.5.1 - March 24, 2025

#### Added

* Study and assay notes ill now show up in their parent record's notes tab.

#### Changed

* Sidebar now defaults to sticky mode for new users.

#### Fixed

* Fixed some bugs with viewing and updating Team details.
* Fixed filtering of notes (#LA-211).
* Study tasks should now correctly update what editing studies (#LA-217).
* Upgraded TipTap components to address security vulnerability (#LA-192).

## v0.5.0 - March 15, 2025

#### Added

* Overhauled the storage data model, adding several new entity types for organization internal\
  folders, shared storage folders, and user storage folders. Storage folder access is now\
  strictly regulated by the user's project & shared folder permissions. A new file & folder\
  picker interface has also been added for easier file & folder selection.
* Added tasks feature to studies. Updated task creation, editing, and completion components.
* Added optional table view for project list (#LA-125).

#### Changed

* Updated the Notes model to add explicit classes for Organization, Project, Study, and Assay\
  notes. Notes can now be associated with these entities and will be displayed in the\
  appropriate context. You can now view all visible notes fom all contexts in the notes list page.
* Any admin user can nor modify an organization's subscription plan (#LA-103).

#### Fixed

* Fixed the display of archived projects admin dashboard.
* New Note events will no longer display in timelines.
* Fixed an issue preventing project visibility updating.
* Fixed a bug preventing project, study, and assay note versions (#LA-168).
* Fixed GitLab repository and group naming (#LA-173).
* Dismissed 'Getting started' card should now stay hidden (#LA-172).
* Fixed a bug that would prevent new users from seeing the organization creation screen.
* Fixed a number of bugs with task component display.
* Users can no longer assign other privileges higher than their own (#LA-198).
* Notes will now render the same in the editor as they do in the viewer.
* Fixed account hook lookup and subscription status checks (#LA-201).
* Fixed issues with deactivating and re-inviting users (#LA-200).
* Clerk should no longer send two confirmation codes on signup (#LA-178).
* Study collection description now displays correctly in details page (#LA-208).
* You should no longer be able to add users as authors on notes when they don't have access to\
  the parent project/study/assay (#LA-202).
* Fixed summary timeline card activity display in details pages (#LA-209).
* Fixed bugs preventing correct updating of studies, assays, and assay types (#LA-210).
* Fixed table filtering (#LA-207).

## v0.4.2 - November 11, 2024

#### Changed

* You can now set the status of projects to 'Complete' and 'On Hold'. Only 'Active' projects can be contributed-to by users (#LA-87).
* Updated form help popovers to be more visible (#LA-100).

#### Fixed

* The Example Project now has its status set to 'Complete' by default, to prevent usage by users (#LA-165).
* Fixed an issue where archived projects were showing up in the project select input on the new study form.
* Fixed 'New Note' button on the home page.
* Fixed front page study statistic (#LA-142).

## v0.4.1 - November 7, 2024

#### Added

* Completed GitLab integration to allow users to add groups to projects, and create repositories for assays and studies.

#### Fixed

* Fixed a few minor issues related to feature flags.

## v0.4.0 - October 22, 2024

#### Added

* Notes can now be created and associated with projects, studies, and assays. Notes can also be published from the editor now.
* New organizations will get demo projects and notes created with example data.
* Added GitLab integration. Users can now link their GitLab accounts to their Lab Atlas accounts to create repositories for their studies and assays.

#### Changed

* Updated to Clerk Core v2 (#LA-133). Also updated some Clerk webhook handlers to properly handle more events.
* Updated React Query and Table component libraries.

#### Fixed

* Updated logging of Stripe service so as not to trigger as many Sentry events.
* Removed note content from events to reduce payload size, which was causing some events to fail to be received by EventBridge (#LA-162).
* Resolved issue that was causing private user activity to show in the user details page (#LA-161).
* Fixed an issue with reading root S3 folders (#LA-156).
* Fixed an issue with the File Manager where switching drives/parent folders would not reset path (#LA-163).
* Fixed a few issues with Study Collection creation and display pages (#LA-164).

## v0.3.2 - September 15, 2024

#### Fixed

* Fixed an issue where the organization selection modal would not close after selecting an organization (#LA-148).
* Fixed a bug preventing selected study relationship type from displaying correctly in its form (#LA-149).

## v0.3.1 - September 9, 2024

#### Changed

* Removed the head menu from the note editor and replaced it's contents in the text bubble menu.

#### Fixed

* Fixed incorrect labels showing up in summary timelines (#LA-140).
* Fixed error loading My Assays page (#LA-145).
* Fixed and issue where old note content would load when trying to create a new note (#LA-141).

## v0.3.0 - September 4, 2024

#### Added

* Added a number of plugins to the note editor, including slash-commands, image upload, and more.

#### Changed

* Updated event type naming to be more flexible and readable.
* User preferences are now persisted in the database (#LA-123).
* Improved keywords help dialog (#LA-101).

#### Fixed

* Fixed an issue with Stripe initialization not pulling all records.
* Fixed an issue that prevented users from switching organizations when a subscription was not active (#LA-121).

## v0.2.2 - August 18, 2024

#### Changed

* Updated the look of the quick action bar for project, study, and assay details pages.

#### Fixed

* Users can now be removed from organizations, and re-invited (#LA-80).

## v0.2.1 - August 16, 2024

#### Fixed

* Fixed Docker build issue.

## v0.2.0 - August 15, 2024

#### Added

* Notes feature, which supports creation of rich-text notes with embedded content.
  * User can create public and private notes, and add authors to help collaborate.
* Added some additional brand colors and support for additional CSS theming (eg. buttons).

#### Changed

* Refactored the web services project and renamed everything to reflect current app name.

#### Fixed

* Fixed unnecessary errors thrown by account provider and features provider.
* Fixed inability to toggle sidebar when in compact mode.
* Fixed activity message for study status change (#LA-99).
* Fixed an issue that allowed anybody to be assigned to protected or private studies & assays.
* Fixed bugs that would cause Benchling form controls to remain hidden when trying to create new studies or assays with parent records that included Benchling folders (#LA-45 and #LA-62).
* Fixed 404 error for 'My Assays' page (#LA-115).

## v0.1.0 - July 31, 2024

Initial beta release of the Lab Atlas SaaS application.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.labatlas.com/introduction/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
