Difference between revisions of "Archivematica 1.10 and Storage Service 0.15 release notes"

From Archivematica
Jump to navigation Jump to search
Line 63: Line 63:
  
 
* Issue: https://github.com/archivematica/Issues/issues/492
 
* Issue: https://github.com/archivematica/Issues/issues/492
 +
* Documentation: https://www.archivematica.org/en/docs/archivematica-1.10/user-manual/archival-storage/aip-structure/#bagit-doc
  
 
===Allow designation of ArchivesSpace repository using DSpace REST location===
 
===Allow designation of ArchivesSpace repository using DSpace REST location===

Revision as of 13:24, 4 September 2019

Home > Release Notes > Archivematica 1.10 and Storage Service 0.15

Release date


Supported environments

Please see the installation instructions.

Archivematica 1.9 and Storage Service 0.14 are supported for production use in the following environments:

  • Ubuntu 16.04 64-bit Server Edition
  • Ubuntu 18.04 64-bit Server Edition
  • CentOS 7 64-bit

For development purposes, most of our developers prefer to use Docker containers. These and all above supported environments are linked from the installation instructions above.

Added

Information Packaging (Backlog) Workflow Enhancements

Simon Fraser University has sponsored a development project to improve the ability to store Transfers for a long period of time. The goal is to improve the metadata quality of Transfers to reduce the risk of storing them for a long period of time in a backlog. As a result of this project:

  • Transfers placed in backlog are now packaged as bags
  • The Transfer METS file now records all preservation actions that took place during Transfer.
  • The Appraisal Tab now handles packages with more than 1,000 files.
  • A backlog can be populated from a new pipeline from transfers created by another pipeline.


"Vintage" AIP handling

AIPS created in Archivematica prior to version 1.0 can’t currently be re-ingested in more recent versions (due to namespace collisions with the use of PREMIS 2.1).

This change will make it possible to reingest these older AIPS into Archivematica. This work is sponsored by the City of Vancouver Archives.

LDAP support for Storage Service

The Archivematica Storage Service now supports LDAP integration. This was sponsored by Piql for the Norwegian Health Archives.

External PID declaration

This feature, sponsored by the International Institute of Social History, allows users to include identifiers minted outside of Archivematica in their transfer and written to the premis:object metadata in the AIP METS file. This is done via an identifiers.json file included in the transfer.

Avalon Integration

Archivematica 1.10 has added the ability to integrate with Avalon Media System through the automation tools. This was sponsored by Northwestern University and Indiana University through IMLS funding. The feature allows users to prepare and store a DIP appropriate for upload the Avalon, and then have the automation tools send it to Avalon for ingest into that system.

Include AIP UUID in bag-info.txt

This change adds the UUID of the AIP to the External-Identifier field of the bag-info.txt file. This change is a community contribution by Helen Sherwood-Taylor (Wellcome Collection)- thank you!

Allow designation of ArchivesSpace repository using DSpace REST location

This feature allows designation of more than one ArchivesSpace repository by enabling it via the DSpace REST location rather than through the configuration in the Storage Service. This was a community contribution by Hrfan Malmquist (University of Edinburgh)- thank you!

Changed

AIP METS in PREMIS 3

As a result of the vintage AIP work described above, we have upgraded the AIP METS file to use PREMIS 3 exclusively. In previous versions it had a mix of versions 2 and 3.

API endpoint for manifest validation (beta)

As part of the Avalon integration described above, we added an endpoint that can be called to validate a manifest. While this is currently only implemented for the Avalon manifest, it could for example be extended in the future for metadata.csv validation and similar.


Extended service callbacks

This change allows the creation of callbacks for AIP, AIC, and DIP storage events. This was done in service to integration with SCOPE, a DIP access platform in use by the Canadian Centre for Architecture, but is widely applicable to other use cases.

Storage Service packages tab tidy-up

This change was the result of a reported bug for the Storage Service packages tab timing out- we addressed that issue but also tidied up the tab to make it more generally usable. See the issue for discussion of changes.

Code formatting to be handled by black

The developer team has decided to use a code formatting tool (black) to make formatting more consistent. Pull requests to Archivematica are now checked with a linter to ensure consistency with black.

Fixed

And more! For a complete list of fixes and changes please see: https://github.com/archivematica/Issues/milestone/6

Upgraded tools and dependencies

Deprecated

Issue 174 As of Archivematica 1.10, Archivist's Toolkit integration has been removed. Please see this announcement for more details.