|
| 1 | +--- |
| 2 | +title: v4.1.0 |
| 3 | +--- |
| 4 | + |
| 5 | +## ArchivesSpace v4.1.0 Release Summary |
| 6 | + |
| 7 | +This release includes enhancements to the staff and public user interfaces. Note that this release requires a reindex. |
| 8 | + |
| 9 | +## Breaking Changes |
| 10 | + |
| 11 | +- **Breaking change**: [`*_relator_sort` was removed from the Solr schema](#major-infrastructure-updates) |
| 12 | +- **Breaking change**: [`render :inline` is replaced by `render :template` in plugins](#plugins-and-configuration) |
| 13 | + |
| 14 | +## Infrastructure Updates |
| 15 | + |
| 16 | +- **Breaking change**: `*_relator_sort` was removed from the Solr schema. A reindex is required after upgrading. |
| 17 | +- Upgrades to dependencies; cleanup of duplicative gem versions |
| 18 | + |
| 19 | +## Public User Interface Improvements |
| 20 | + |
| 21 | +- Default search scope can be configured in `config.rb` (See Plugins and Configuration) |
| 22 | +- Improved display of mixed content in the PUI |
| 23 | +- Added Italian and Ukranian labels |
| 24 | +- PDF finding aids can be downloaded at the archival object level |
| 25 | +- Extents now display their portion |
| 26 | + |
| 27 | +## Staff Interface Enhancements |
| 28 | + |
| 29 | +- The Required Fields screen for Agents aligns with the Agent screen |
| 30 | +- Bulk Update menu option now has a help link |
| 31 | +- Merged agents preserve their roles in linked records |
| 32 | + |
| 33 | +## Import/Export Changes |
| 34 | + |
| 35 | +- MARCXML imports now validate subject sources |
| 36 | +- PUI PDFs now display Bibliography notes |
| 37 | + |
| 38 | +## Plugins and Configuration |
| 39 | + |
| 40 | +- **Breaking change**: `render :inline` is replaced by `render :template` in plugins |
| 41 | +- `AppConfig[:search_default_scope]` was added (default `all_record_types`) |
| 42 | + |
| 43 | +## Community Contributions |
| 44 | + |
0 commit comments