Releases: EGI-Federation/eosc-data-transfer
Releases · EGI-Federation/eosc-data-transfer
1.1.65
Changelog
- #32 Workaround for Zenodo redirecting to invalid relative URL
1.1.63
Changelog
- #30 Added support for S3S
- Moved Swagger-UI to the root, path is now
/swagger-ui
1.1.58
Changelog
- #29 Fix authentication schemes in Swagger-UI
1.1.53
Bugfixes
- #24 API now accepts DOIs in correct canonical format
- #23 Missing downloadUrl field for files in ESRF data records
1.1.52
Bugfixes
- #21 Zenodo parser does not return checksum algorithm
- #22 ESRF parser only returns first dataset in record
1.1.51
Changelog
- #19 Add support for transfers to grid storage StoRM
- #20 Implement trace sampling
1.1.50
Changelog
- #18 Implement structured logging
- #17 Upgrade to Quarkus 3
1.1.46
Changelog
- #15 Parsers can now return file checksums in the form
algorithm:checksum
- #14 Parsers can mark returned files as not available, it's up to clients to decide whether or not to attempt to transfer these
- #16 Parsers can group returned files into collections (file sets), and/or can return the original path of a file in the data record, allowing reconstruction of the folder hierarchy at the destination
- #12 Documented Java17 dependency and fixed some typos
1.1.44
Changelog
- #8 Endpoint
/parser
should accept canonical DOI format
- #9 Added valid example DOI for endpoint
/parser
- #6 Fix
accessUrl
of parsed ESRF files
- #7 Create/modified date times of parsed ESRF files incorrect
1.1.41
Changelog
- #5 Implemented ESRF parsing