Skip to content

Releases: keeps/roda

2.1.0

20 Sep 14:34
Compare
Choose a tag to compare

New features:

  • Representation created and updated date
  • Representation type editor has controlled vocabulary with open other
  • Add a new option to the ingest workflow that specifies that a notification/email should only be sent if the ingest procedure is not 100% successful
  • Performance enhancements to SIP update ingestion
  • Disable showing all results when entering search #1029

Bug fixes:

  • Showing search descendants and in this package buttons when item has no siblings #1043
  • Sub-levels are not shown when browsing through catalogue with a facet selected #1042
  • Moving a transferred resource with a long path makes an error #1035

Enhancements:

  • Add translation on CSV when downloading it via statistics page #1048

Install for demonstration:

docker pull keeps/roda:2.1.0

2.0.1

14 Jul 08:12
Compare
Choose a tag to compare

Bug fixes:

  • Disable showing all results when entering search #1029
  • Limit result size of CSV export on WUI #1030

New features:

  • Added button to ingest plugin to only send notification when errors occurs on ingest

Install for demonstration:

docker pull keeps/roda:2.0.1

Check instructions for production-level install.

Version 2.0.0 (final)

02 Jun 16:53
Compare
Choose a tag to compare

Final version of RODA 2.0.0 that marks a complete overhaul of the system:

  • Performance greatly improved with a more monolithic design
  • New design is cleaner and easier to use
  • Customizable descriptive metadata
  • New storage system that keeps files directly on storage using standards
  • Apache Solr for indexing all information and keep access fast and scalable
  • Akka.io for orchestrating all ingest, preservation and internal actions
  • Easy deployment using docker containers
  • And much more

Install for demonstration:

docker pull keeps/roda:2.0.0

Check instructions for production-level install.

RODA v1.3.0

26 May 09:23
Compare
Choose a tag to compare

RODA version 1.3.0, codename Huron

New features:

  • Using CAS (Central Authentication Service) as the authentication mechanism
  • Added extended version FITS to the ingest with support for technical metadata extraction of several new metadata types
  • Added support for customized description level, defined in a properties file

Improvements:

  • EAD-C used by RODA is now compliant with the original EAD Component

Bug fixes:

  • Installation scripts (e.g. specified Tomcat was no longer available for download)

RODA v1.2.0

01 Nov 12:46
Compare
Choose a tag to compare

RODA version 1.2.0, codename Victoria.

New features:

  • Using Droid for file format identification
  • Added support for presentations: Microsoft Powerpoint (ppt, pptx), OpenOffice Presentation / LibreOffice Impress (odp)
  • Added suport for spreadsheets: Microsoft Excel (xls, xlsx), OpenOffice Spreadsheet / LibreOffice Calc (ods)
  • Added support for email (.eml) but conversion is not yet supported
  • Added web service to download AIP
  • Added web service to download DIP

Bug fixes:

  • Validation of SIP XML was not being properly done
  • Fixed visualization of preservation metadata in roda-wui when system locale was not in English
  • Fixed roda-in representation type selector in some Java versions

RODA v1.1.0

01 Nov 12:50
Compare
Choose a tag to compare

RODA version 1.1.0, codename Superior

New features:

  • RODA was released to GitHub
  • RODA was completly mavenized (installer creation included, using the maven profile "create-installer")
  • RODA now running on Apache Tomcat
  • Added new instalation process
  • Added support for Ubuntu Linux 12.04 LTS (supported until April 2017)

Bug fixes

  • Scheduler was storing dates incorrectly
  • String formater was used in some parts of the code to build SQL statements and proved to be a problem with different
    locales (when different characters are used as separator for floating point values)
  • Revised footer logos (roda-wui)