Difference between revisions of "Archivematica 1.7.1 release notes"

From Archivematica
Jump to navigation Jump to search
(Created page with "'''NOTE: these release notes are a work in progress and are subject to change.''' This point release incorporates performance improvement development work sponsored by Columb...")
 
Line 1: Line 1:
 
'''NOTE: these release notes are a work in progress and are subject to change.'''
 
'''NOTE: these release notes are a work in progress and are subject to change.'''
 +
 +
==Changes==
  
 
This point release incorporates performance improvement development work sponsored by Columbia University Library.
 
This point release incorporates performance improvement development work sponsored by Columbia University Library.
  
* '''Sponsored''' (Columbia University Library) MCPClient: refactor archivematicaClient.py - [https://github.com/artefactual/archivematica/issues/1074 Issue #1074] [https://github.com/artefactual/archivematica/pull/1075 PR1075]
+
===Changes to MCPClient and MCPServer===
* '''Sponsored''' (Columbia University Library) MCPClient: remove capture_output kwarg - [https://github.com/artefactual/archivematica/issues/1076 Issue #1076] [https://github.com/artefactual/archivematica/pull/1077 PR1077]  
+
 
* '''Sponsored''' (Columbia University Library) MCP Client: add capture output config option - [https://github.com/artefactual/archivematica/issues/763 Issue #763] [https://github.com/artefactual/archivematica/pull/1078 PR1078]
+
In order to improve Archivematica's performance (processing time), MCPClient can now be configured to stop sending tool output through the job scheduler and MCPServer can now be configured to require only the return code from client tasks
 +
 
 +
This work was sponsored by Columbia University Library. Thank you!
 +
 
 +
* Documentation: link
 +
* Pull requests: [https://github.com/artefactual/archivematica/pull/1075 PR1075], [https://github.com/artefactual/archivematica/pull/1077 PR1077], [https://github.com/artefactual/archivematica/pull/1078 PR1078]

Revision as of 13:30, 3 May 2018

NOTE: these release notes are a work in progress and are subject to change.

Changes

This point release incorporates performance improvement development work sponsored by Columbia University Library.

Changes to MCPClient and MCPServer

In order to improve Archivematica's performance (processing time), MCPClient can now be configured to stop sending tool output through the job scheduler and MCPServer can now be configured to require only the return code from client tasks

This work was sponsored by Columbia University Library. Thank you!