Fixed Issues
The following issues have been fixed in this release:
-
(HUB-47787). Fixed an issue where the project search API (
GET /api/projects) caused excessive database resource consumption due to an inefficient authorization query. The query unnecessarily joinedcentral_project_versionandversion_bomtables when resolving project access, resulting in degraded database performance under load. The authorization query has been optimized to remove these unnecessary joins, significantly reducing database utilization. -
(HUB-47791). Fixed a performance issue where high-volume read queries on the component_adjustment table executed full sequential scans, resulting in significantly degraded performance on deployments with large BOM datasets. Database indexes have been added on the
project_idandversion_idcolumns to ensure efficient query execution.
