Updated Changelog

This commit is contained in:
Giancarlo Panichi 2022-04-01 10:25:36 +02:00
parent 4e22245042
commit f771d4464f
1 changed files with 5 additions and 30 deletions

View File

@ -1,92 +1,67 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "dataminer" # Changelog for "dataminer"
## [v1.8.1-SNAPSHOT] - 2022-03-21 ## [v1.8.1-SNAPSHOT] - 2022-03-21
### Fixes - Update wps service to support not writing of the computation status to the user's workspace [#23054]
- Fixed protocol parameter when persistence is disabled - Fixed protocol parameter when persistence is disabled
## [v1.8.0] - 2022-01-24 ## [v1.8.0] - 2022-01-24
### Fixes
- Fixed max computations support [#22700] - Fixed max computations support [#22700]
## [v1.7.1] - 2021-05-24 ## [v1.7.1] - 2021-05-24
### Fixes
- Fixed obsolete short urls [#20971] - Fixed obsolete short urls [#20971]
## [v1.7.0] - 2020-11-20 ## [v1.7.0] - 2020-11-20
### Fixes
- import range modified to resolve old repositories invalid url - import range modified to resolve old repositories invalid url
## [v1.6.0] - 2020-05-12
### Fixes ## [v1.6.0] - 2020-05-12
- Added storagehub retry in InputsManager class, getLocalFile method [#19253] - Added storagehub retry in InputsManager class, getLocalFile method [#19253]
## [v1.5.9] - 2019-11-20 ## [v1.5.9] - 2019-11-20
### Fixes
- Fixed Content-Type support for files in the results of computations [#18096] - Fixed Content-Type support for files in the results of computations [#18096]
## [v1.5.8] - 2019-10-01 ## [v1.5.8] - 2019-10-01
### Fixes
- Fixed https link for output parameter [#17659] - Fixed https link for output parameter [#17659]
## [v1.5.7] - 2019-03-01 ## [v1.5.7] - 2019-03-01
### Features
- Updated https support [#13024] - Updated https support [#13024]
## [v1.5.2] - 2017-12-13 ## [v1.5.2] - 2017-12-13
### Fixes
- added the right extension on output file - added the right extension on output file
- lock file created on execution - lock file created on execution
## [v1.5.1] - 2017-09-14 ## [v1.5.1] - 2017-09-14
### Features
- added accounting on algorithm execution - added accounting on algorithm execution
## [v1.5.0] - 2017-07-31 ## [v1.5.0] - 2017-07-31
### Features
- service interface classes moved to wps project - service interface classes moved to wps project
## [v1.1.0] - 2016-10-03 ## [v1.1.0] - 2016-10-03
- First Release - First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).