Release Notes
3.2.1
Release date 12 June 2026
This is a bugfix release of box correcting small issues of 3.2.0.
Bugfixes
- Correctly close temporary files before moving them for worker job.
- Get the schema SOLR definition directly from Solr API. (BOX-558)
- Correct the DB migration that was creating an already existent index.
3.2.0
Release date: 4 June 2026
This minor release introduces new features, along with several improvements and bug fixes. Most notably, it officially introduces the new search and detail view, and deprecates the previous one known as "Simple Search".
New Features
- Added audit trail for user operations. (BOX-539)
- Added the ability to replace binaries from the user interface. (BOX-517, BOX-531, BOX-532)
- Introduced a local cache for resolving URIs from PIDs, in order to make Fuseki optional in the next release. (BOX-523, BOX-525, BOX-526)
- Made the new search the default view and disabled the Simple Search view by default. (BOX-533)
Improvements
- Improved the error message shown when a user does not have permission to access a box. (BOX-476)
- Harmonised the event structure created by webhooks (always using box_api_key_name instead of api_key_name / box_api_key). (BOX-533)
- Removed the Solid Cable patch. (BOX-550)
- Export non-standard PREMIS:eventOutcome. (BOX-542)
- Upgraded to Ruby 3.4.9 and Rails 8.1.0.
- Upgraded dependencies.
Bugfixes
- Fixed an issue with Record Resource navigation in the new detail view. (BOX-528)
- Disabled the "Restart System Fixity Check" button in the maintenance view when the feature is disabled. (BOX-534)
- Fixed missing linkingObjectIdentifier in PREMIS rights export. (BOX-541)
- Corrected usage of the delay_retry_on_error configuration parameter in the system fixity job. (BOX-548)
- Corrected a wrong relation with predicate eventIsSourceOfEventRelation when replacing a binary. (BOX-549)
- Fixed typos and improved German UI labels. (BOX-499)