Update changelog

This commit is contained in:
Ingo Oppermann 2023-03-06 10:24:19 +01:00
parent e434716fb2
commit 8e29cbdd12
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -1,5 +1,17 @@
# Core
### Core v16.11.0 > v16.?.?
- Add PUT /api/v3/fs endpoint for file operations
- Add GET /api/v3/process/:id/report/:at endpoint for retrieving a specific report history entry
- Add last progress report to report history
- Add exit status to report history
- Add support for date placeholder in process config
- Add support for creating directories for output files to be written on disk
- Add GET /api/v3/report/process endpoint
- Fix S3 storage credential parsing from ENV
- Fix placeholder parameter parsing
### Core v16.11.0 > v16.12.0
- Add S3 storage support