forked from EGI-Federation/eosc-data-transfer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
36 lines (27 loc) · 1.28 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- Add OpenTelemetry support
## [1.0.18]
- Added truststore for EGI Data Transfer
- Updated documentation
## [1.0.17]
- Fixed misconfiguration causing endpoint GET /storage/types to fail
## [1.0.16]
- Added support to parse any PID that implements Signposting
- Added "Authorization-Storage" header param for passing Base-64 encoded storage credentials
## [1.0.15]
- Extended Zenodo support to parse any PID that redirects to a Zenodo record
- Added support to parse any PID that redirects to a B2Share record
## [1.0.12]
- Added endpoint to list all supported destination storages
- Added endpoint to query details of a supported destination storage
- Parsing now loads all configured parsers in order, queries them if they can parse DOI
- Switched SSL to check validity of all certificates
## [1.0.8]
- Implemented endpoints to start, cancel, query, search transfers
- Implemented endpoints to create, rename, delete, query folders
- Implemented endpoints to rename, delete, query files
- Refactored all endpoints to return Uni<Response>