Release v13.3.0
[v13.3.0] - 2025-09-11
This version of the dashboard requires Cumulus API version 20.0.0 or higher, but lower than version 21.0.0.
Fixed
- CUMULUS-3680
- Fixed drop-down menus to include all collection and provider options .
- Removed unnecessary API calls from Operations and Providers pages.
- Fixed search on Operations overview page and added cypress tests for Operations page.
- CUMULUS-4094
- Set the endDateTime to null for initial date range
- CUMULUS-4039
- Updated to allow slashes in provider name and collection name
- CUMULUS-4122
- Improved granule search performance by using prefix matching by default.
- Added a
Search by Infix
toggle to allow infix (contains) searches for Granule ID
- CUMULUS-4171
- Removed override of pbkdf2 ^3.1.3 for crypto-browserify since pbkdf2 ^3.1.3 will be pulled automatically
- CUMULUS-4179
- Updated cypress to a version which does not use deprecated
request
subdependency due to snyk failures - Pinned
form-data
to ^4.0.4 andelliptic
to ^6.6.1 to fix audit failures
- Updated cypress to a version which does not use deprecated
- CUMULUS-4193
- Removing dependency override of elliptic in the crypto-browserify and browserify-sign packages
- Regenerated package-lock.json and various packages have been updated
- security vulnerabilities
- Overrode pbkdf2 package and upgraded related packages to fix critical audit issue
- Upgraded
axios
to ^1.12.0 to fix audit issue