Skip to content

v6.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:46
· 2 commits to master since this release
v6.3.0
8020303

⚠️ Breaking Changes

RODA 6.3.0 onwards will use Apache Solr 10 as indexing system. If you have an existing RODA implementation with Solr 9 you will need to upgrade the Solr to version 10 and then rebuild all indexes on RODA.

New features

  • Upgrade to Solr 10
  • Use Spring 7 and Spring-boot 4
  • Add translation strings to RODA plugins
  • Added configuration for inventory report checksum algorithms (#3685)
  • Add flyway to manage the PostgreSQL database (45c9fb0)

Enhancements

  • Updated design and improved accessibility (#3395)
  • Allow users to open list items in a new tab using the control key plus clicking the item (e37c151)

Bug fixes

  • Descriptive metadata edit form not showing (#3525)
  • Fix regenerateAccessKey putting the wrong subject in the JWT (#3708)
  • Removed duplicated objectCharacteristics on file premis (#3702)
  • Fix empty preservationLevelValue (#3694)
  • Fix false positive results when running File Integrity Verifier plugin on historic AIPs
  • Fix problem affecting creating a disposal confirmation with more AIPs than the orchestrator batch size (11b4aca)
  • Fix historical date timezone; replace descriptiveMetadata and advanced search DateBox with HTML5 date input for civil dates for RODA 6. (#3688)

Security

  • Several dependency major upgrades to fix security vulnerabilities

To try out this version, check the install instructions.