Difference between revisions of "Storage Service 0.12 Release Notes"

From Archivematica
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Main_Page|Home]] > [[Release_Notes|Release Notes]] > Storage Service 0.12 release notes
 
[[Main_Page|Home]] > [[Release_Notes|Release Notes]] > Storage Service 0.12 release notes
  
'''Work in progress.''' These notes are subject to change.
+
Released September 12, 2018.
  
  
==Added==
+
==New==
  
 
===Asynchronous processing===
 
===Asynchronous processing===
  
*Issues: [https://github.com/artefactual/archivematica-storage-service/issues/331 Issue 331], [https://github.com/artefactual/archivematica-storage-service/issues/358 Issue 358]
+
'''Sponsored''' by Jisc
 +
 
 +
*[https://github.com/artefactual/archivematica-storage-service/issues/374 Issue 374]
 +
 
 +
This is a performance enhancement that decreases the possibility of timeouts by moving packages asynchronously.  
  
 
===Support for S3 Storage===
 
===Support for S3 Storage===
 +
 +
'''Sponsored''' by Jisc
 +
 +
Amazon S3 storage is now supported for AIP storage location.
 +
 +
*[https://github.com/artefactual/archivematica-storage-service/issues/339 Issue 339]
  
 
==Changed==
 
==Changed==
Line 20: Line 30:
 
*[https://github.com/artefactual/archivematica-storage-service/issues/314 Issue 314]  
 
*[https://github.com/artefactual/archivematica-storage-service/issues/314 Issue 314]  
  
===API Improvements===
+
This is an efficiency enhancement: files are now moved in one step instead of two if both locations are local. Previously, the Storage Service always moved files in two moves.  
 
 
* [https://github.com/artefactual/archivematica-storage-service/issues/261 Issue 261]
 
  
 
==Fixed==
 
==Fixed==
  
 +
* Cannot store compressed AIP in non-local file systems [https://github.com/archivematica/Issues/issues/145 Issue 145]
 
* Implement new style of Python classes [https://github.com/artefactual/archivematica-storage-service/issues/332 Issue 332]
 
* Implement new style of Python classes [https://github.com/artefactual/archivematica-storage-service/issues/332 Issue 332]
 
* Allow lower case input in aip reingest API [https://github.com/artefactual/archivematica-storage-service/issues/325 Issue 325]
 
* Allow lower case input in aip reingest API [https://github.com/artefactual/archivematica-storage-service/issues/325 Issue 325]
* Fix rsync bug which was breaking fixity [https://github.com/artefactual/archivematica-storage-service/issues/345 Issue 345]
+
* Pointer file creation causes unnecessary move operation [https://github.com/artefactual/archivematica-storage-service/issues/365 Issue 365]
* Deletion status not updating AM dashboard [https://github.com/artefactual/archivematica-storage-service/issues/344 Issue 344]
+
* Locations can't be created via the API [https://github.com/artefactual/archivematica-storage-service/issues/367 Issue 367]
 +
* SWORD API points can't be called in certain configurations [https://github.com/artefactual/archivematica-storage-service/issues/312 Issue 312]

Latest revision as of 15:30, 11 September 2018

Home > Release Notes > Storage Service 0.12 release notes

Released September 12, 2018.


New[edit]

Asynchronous processing[edit]

Sponsored by Jisc

This is a performance enhancement that decreases the possibility of timeouts by moving packages asynchronously.

Support for S3 Storage[edit]

Sponsored by Jisc

Amazon S3 storage is now supported for AIP storage location.

Changed[edit]

Move files directly[edit]

Sponsored by Columbia University Library

This is an efficiency enhancement: files are now moved in one step instead of two if both locations are local. Previously, the Storage Service always moved files in two moves.

Fixed[edit]

  • Cannot store compressed AIP in non-local file systems Issue 145
  • Implement new style of Python classes Issue 332
  • Allow lower case input in aip reingest API Issue 325
  • Pointer file creation causes unnecessary move operation Issue 365
  • Locations can't be created via the API Issue 367
  • SWORD API points can't be called in certain configurations Issue 312