From 1d9255a7ec1b51df3a4509ff3cba38129c738afd Mon Sep 17 00:00:00 2001 From: alexduryee Date: Mon, 22 Jun 2026 11:59:06 -0400 Subject: [PATCH 1/2] 4.1.0 release notes --- src/content/docs/release-notes/v4.1.0.md | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/content/docs/release-notes/v4.1.0.md diff --git a/src/content/docs/release-notes/v4.1.0.md b/src/content/docs/release-notes/v4.1.0.md new file mode 100644 index 0000000..db8dcef --- /dev/null +++ b/src/content/docs/release-notes/v4.1.0.md @@ -0,0 +1,44 @@ +--- +title: v4.1.0 +--- + +## ArchivesSpace v4.1.0 Release Summary + +This release includes enhancements to the staff and public user interfaces. Note that this release requires a reindex. + +## Breaking Changes + +- **Breaking change**: [`*_relator_sort` was removed from the Solr schema](#major-infrastructure-updates) +- **Breaking change**: [`render :inline` is replaced by `render :template` in plugins](#plugins-and-configuration) + +## Infrastructure Updates + +- **Breaking change**: `*_relator_sort` was removed from the Solr schema. A reindex is required after upgrading. +- Upgrades to dependencies; cleanup of duplicative gem versions + +## Public User Interface Improvements + +- Default search scope can be configured in `config.rb` (See Plugins and Configuration) +- Improved display of mixed content in the PUI +- Added Italian and Ukranian labels +- PDF finding aids can be downloaded at the archival object level +- Extents now display their portion + +## Staff Interface Enhancements + +- The Required Fields screen for Agents aligns with the Agent screen +- Bulk Update menu option now has a help link +- Merged agents preserve their roles in linked records + +## Import/Export Changes + +- MARCXML imports now validate subject sources +- PUI PDFs now display Bibliography notes + +## Plugins and Configuration + +- **Breaking change**: `render :inline` is replaced by `render :template` in plugins +- `AppConfig[:search_default_scope]` was added (default `all_record_types`) + +## Community Contributions + From b3482a6fff2d858d603b7553e2e9bd9e828d4da2 Mon Sep 17 00:00:00 2001 From: alexduryee Date: Mon, 22 Jun 2026 12:21:34 -0400 Subject: [PATCH 2/2] prettier for v410 --- src/components/HomePage.astro | 2 +- src/content/docs/release-notes/v4.1.0.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/HomePage.astro b/src/components/HomePage.astro index 2301d91..f61e81d 100644 --- a/src/components/HomePage.astro +++ b/src/components/HomePage.astro @@ -33,7 +33,7 @@ import LogoMark from '@images/logo-mark.svg' 🤖 Use the API to automate tasks.

- 📜 Read the release notes. + 📜 Read the release notes.

📝 Read our blog for technical updates.

diff --git a/src/content/docs/release-notes/v4.1.0.md b/src/content/docs/release-notes/v4.1.0.md index db8dcef..80637a0 100644 --- a/src/content/docs/release-notes/v4.1.0.md +++ b/src/content/docs/release-notes/v4.1.0.md @@ -4,7 +4,7 @@ title: v4.1.0 ## ArchivesSpace v4.1.0 Release Summary -This release includes enhancements to the staff and public user interfaces. Note that this release requires a reindex. +This release includes enhancements to the staff and public user interfaces. Note that this release requires a reindex. ## Breaking Changes @@ -13,7 +13,7 @@ This release includes enhancements to the staff and public user interfaces. Not ## Infrastructure Updates -- **Breaking change**: `*_relator_sort` was removed from the Solr schema. A reindex is required after upgrading. +- **Breaking change**: `*_relator_sort` was removed from the Solr schema. A reindex is required after upgrading. - Upgrades to dependencies; cleanup of duplicative gem versions ## Public User Interface Improvements @@ -41,4 +41,3 @@ This release includes enhancements to the staff and public user interfaces. Not - `AppConfig[:search_default_scope]` was added (default `all_record_types`) ## Community Contributions -