Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/HomePage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import LogoMark from '@images/logo-mark.svg'
🤖 Use the <a href="/api">API</a> to automate tasks.
</p>
<p>
📜 Read the <a href="/release-notes/v400">release notes</a>.
📜 Read the <a href="/release-notes/v410">release notes</a>.
</p>
<p>📝 Read our <a href="/blog">blog</a> for technical updates.</p>
</div>
Expand Down
43 changes: 43 additions & 0 deletions src/content/docs/release-notes/v4.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
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