Difference between revisions of "Archivematica 1.13.0 and Storage Service 0.18.0 release notes"

From Archivematica
Jump to navigation Jump to search
(Add skeleton with notes on Storage Service + MySQL)
 
(Some more updates in preparation for v1.13.0-rc.1)
Line 11: Line 11:
 
* Ubuntu 18.04 64-bit Server Edition
 
* Ubuntu 18.04 64-bit Server Edition
 
* CentOS 7 64-bit
 
* CentOS 7 64-bit
 +
 +
Please note that we've dropped support for Ubuntu Linux 16.04 since it reached the end of its five-year LTS window on April 30th 2021. We're planning to add support for Ubuntu 20.04 in the short term.
  
 
For development purposes, most of our developers prefer to use Docker containers. These and all above environments are linked from the installation instructions above.
 
For development purposes, most of our developers prefer to use Docker containers. These and all above environments are linked from the installation instructions above.
Line 16: Line 18:
 
== Added ==
 
== Added ==
  
 +
=== Disableable virus scanning ===
 +
 +
* Issue: https://github.com/archivematica/Issues/issues/869
 +
 +
Virus scanning is now disableable from the processing configuration.
 +
 +
=== Purge management command ===
 +
 +
* Issue: https://github.com/archivematica/Issues/issues/1239
 +
 +
A new [https://www.archivematica.org/en/docs/archivematica-1.13/admin-manual/maintenance/maintenance/#management-commands management command] has been added to provide a mechanism to remove old processing data from the system filling up the application database and search indices.
  
 
== Changed ==
 
== Changed ==
Line 21: Line 34:
 
=== Python 3 ===
 
=== Python 3 ===
  
\o/
+
* Issues: https://github.com/archivematica/Issues/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.13.0+label%3A%22%3Asnake%3A%C2%B3+Python+3%22
 +
 
 +
All Archivematica components are now running on Python 3.6.
  
 
=== Archivematica Storage Service now uses MySQL by default ===
 
=== Archivematica Storage Service now uses MySQL by default ===
Line 27: Line 42:
 
* Issue: https://github.com/archivematica/Issues/issues/952
 
* Issue: https://github.com/archivematica/Issues/issues/952
  
MySQL is now the default database in Archivematica Storage Service. SQLite is still supported but we encourage users to migrate. We have documented the process: [https://www.archivematica.org/en/docs/storage-service-0.18/migration-sqlite-mysql/#migration-sqlite-mysql Migrating data from SQLite to MySQL]
+
MySQL is now the default database in Archivematica Storage Service. SQLite is still supported but we encourage users to migrate. We have documented the process: [https://www.archivematica.org/en/docs/storage-service-0.18/migration-sqlite-mysql/#migration-sqlite-mysql Migrating data from SQLite to MySQL].
 
 
  
 
== Fixed ==
 
== Fixed ==

Revision as of 01:22, 28 May 2021

Home > Release Notes > Archivematica 1.13.0 and Storage Service 0.18.0

Release date: ???

Environments

Please see the installation instructions.

Archivematica 1.13.0 and Storage Service 0.18.0 have been tested in the following environments:

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

Please note that we've dropped support for Ubuntu Linux 16.04 since it reached the end of its five-year LTS window on April 30th 2021. We're planning to add support for Ubuntu 20.04 in the short term.

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

Disableable virus scanning

Virus scanning is now disableable from the processing configuration.

Purge management command

A new management command has been added to provide a mechanism to remove old processing data from the system filling up the application database and search indices.

Changed

Python 3

All Archivematica components are now running on Python 3.6.

Archivematica Storage Service now uses MySQL by default

MySQL is now the default database in Archivematica Storage Service. SQLite is still supported but we encourage users to migrate. We have documented the process: Migrating data from SQLite to MySQL.

Fixed

  • ...


And more! Please see the 1.13 milestone in Github for all issues addressed in this release: https://github.com/archivematica/Issues/milestone/17