What's Changed
- Issue 1343: add PUT and DELETE endpoint methods to ClarinLicenseLabel REST repository by @kuchtiak-ufal in #1357
- Issue 1360: allow to change license in workflow item, in PATCH operation by @kuchtiak-ufal in #1365
- Issue 1364: tgz file preview fix by @kuchtiak-ufal in #1372
- fix: escape double quotes in Content-Disposition header for … by @kosarko in #1376
Full Changelog: 2026.1.2...2026.2, ufal/dspace-angular@2026.1.1...2026.2
Post-upgrade steps
Regenerate .tgz file previews
Existing .tgz previews in the repository need to be regenerated due to the fix in PR #1372. Run the file-preview script across
all items:
/dspace/bin/dspace file-preview -f -e "$ADMIN_EMAIL"
To regenerate only the affected .tgz items selectively, see the SQL + loop command in #1372.