Releases: usnistgov/oar-dist-service
Feature: Additional info added to Bundle Plans
Bug Fix: AWS streaming stability
This adds some fixes to improve the stability of the service while streaming from zip files in AWS S3.
Bug Fix Release: File descriptor leak, large bundling requests
This fixes to bugs that were causing downloads of big datasets to fail:
- a file descriptor leak (leading app to run out of descriptors)
- failure to bundle large files that exceed a per-bundle size.
- error handling
Support new ARK ID pattern, bug fixes
With the integration of ARK IDs into MIDAS (as the EDI ID), NERDm IDs will now match the pattern, mds
N-
#### (e.g. mds2-2535
). This release updates the internal patterns that recognize legal identifiers. Some improvements in the data packaging service with regard to error handling are also included.
Data packaging improvements
This release improves error handling when bundling data (in support of the data cart).
Support data packaging for data cart
This release adds an API for packaging many files from the repository into downloadable zip files.
New service design
This release features a new 3-subservice design and addresses various performance issues.
First production release
This release does not include the use of a data cache.