Difference between revisions of "Archivematica 1.16.0 and Storage Service 0.22.0 release notes"
Line 1: | Line 1: | ||
[[Main_Page|Home]] > [[Release_Notes|Release Notes]] > Archivematica 1.16.0 and Storage Service 0.22.0 | [[Main_Page|Home]] > [[Release_Notes|Release Notes]] > Archivematica 1.16.0 and Storage Service 0.22.0 | ||
− | '''Release date: | + | '''Release date: May 16, 2024''' |
== Environments == | == Environments == |
Revision as of 13:47, 16 May 2024
Home > Release Notes > Archivematica 1.16.0 and Storage Service 0.22.0
Release date: May 16, 2024
Environments
Please see the installation instructions.
Archivematica 1.16.0 and Storage Service 0.22.0 have been tested in the following environments:
- Ubuntu 22.04 64-bit Server Edition
- Rocky Linux 9 x86_64
For development purposes, most of our developers prefer to use Docker containers. These and all above environments are linked from the installation instructions above.
Added
List jobs API endpoint returns detailed output
A detailed
parameter was added to the List jobs API endpoint. When the parameter is sent in the request, the endpoint will return all the task properties returned by the Task endpoint.
Changed
PRONOM v.116
As of this Archivematica release, we are up to date to PRONOM v. 116.
Python versions
Archivematica 1.16 works with all the current Python supported versions: 3.8 - 3.12.
Django 4.2
Archivematica 1.16 dropped support for Django 3.2.
Fixed
Update MCPClient forking model
Archivematica 1.16.0 introduces a new prefork execution model in MCPClient based on a process pool. MCPClient workers are automatically restarted to free resources and will reuse database connections when possible.
The following new settings were added to the MCPClient service:
ARCHIVEMATICA_MCPCLIENT_WORKERS
defines the number of MCPClient workers. If undefined, it defaults to the number of CPUs available on the machine. Only client modules that defineconcurrent_instances
will perform concurrent execution of tasks (e.g. identify_file_format).
ARCHIVEMATICA_MCPCLIENT_MAX_TASKS_PER_CHILD
defines the maximum number of tasks a worker can execute before it's replaced by a new process in order to free resources.
ARCHIVEMATICA_MCPCLIENT_MCPCLIENT_PROMETHEUS_DETAILED_METRICS
indicates that detailed metrics should be sent to Prometheus. With large transfers this might affect performance of the local storage in Prometheus and slow down its threads in Archivematica.
See the MCPClient Configuration page.
DIPs are cleaned from watched directories
Duracloud spaces retry chunk downloads
Thank you Carlos Mc Gregor for contributing this fix!
Partial reingest works with non-core DC properties
Improve paths handling in the Storage Service
Thank you Fco. Javier Clavero for starting this work!
Please see the 1.16.0 milestone in GitHub for all issues addressed in this release: https://github.com/archivematica/Issues/milestone/24?closed=1.