Renamed CHANGELOG.md
This commit is contained in:
parent
3ab0201546
commit
7a4e80f891
|
@ -0,0 +1,82 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
|
## [v1-6-0] [r4.23.0] - 2020-05-12
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
[#19253] Added storagehub retry in InputsManager class, getLocalFile method
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1-5-9] - 2019-11-20
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
[#18096] Fixed Content-Type support for files in the results of computations
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1-5-8] - 2019-10-01
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
[#17659] Fixed https link for output parameter
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1-5-7] - 2019-03-01
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
[#13024] Updated https support
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1-5-2] - 2017-12-13
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
added the right extension on output file
|
||||||
|
|
||||||
|
lock file created on execution
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1-5-1] - 2017-09-14
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
added accounting on algorithm execution
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1-5-0] - 2017-07-31
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
service interface classes moved to wps project
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1-1-0] - 2016-10-03
|
||||||
|
|
||||||
|
First Release
|
||||||
|
|
12
changelog.md
12
changelog.md
|
@ -1,12 +0,0 @@
|
||||||
# Changelog
|
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
|
|
||||||
## [1.6.0] - 2020-05-12
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
[#19253] added storagehub retry in InputsManager class, getLocalFile method
|
|
||||||
|
|
|
@ -1,20 +1,27 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
|
<Changeset component="org.gcube.dataanalysis.dataminer.1-6-0"
|
||||||
|
date="2020-05-12">
|
||||||
|
<Change>[#19253] Added storagehub retry in InputsManager class,
|
||||||
|
getLocalFile method
|
||||||
|
</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-9"
|
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-9"
|
||||||
date="2019-11-20">
|
date="2019-11-20">
|
||||||
<Change>Fixed Content-Type support for files in the results of
|
<Change>[#18096] Fixed Content-Type support for files in the results
|
||||||
computations[ticket #18096]</Change>
|
of computations
|
||||||
|
</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-8"
|
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-8"
|
||||||
date="2019-10-01">
|
date="2019-10-01">
|
||||||
<Change>Fixed https link for output parameter [ticket #17659]</Change>
|
<Change>[#17659] Fixed https link for output parameter</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-7"
|
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-7"
|
||||||
date="2019-03-01">
|
date="2019-03-01">
|
||||||
<Change>Updated https support [ticket #13024]</Change>
|
<Change>[#13024] Updated https support</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-6"
|
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-6"
|
||||||
date="2018-12-13">
|
date="2018-12-13">
|
||||||
<Change>Added https support [ticket #13024]</Change>
|
<Change>[#13024] Added https support</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-2"
|
<Changeset component="org.gcube.dataanalysis.dataminer.1-5-2"
|
||||||
date="2017-12-13">
|
date="2017-12-13">
|
||||||
|
|
Loading…
Reference in New Issue