-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from Open-EO/0.3.1
openEO API 0.3.1 - bugfix release
- Loading branch information
Showing
19 changed files
with
864 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
__pycache__/ | ||
.vscode | ||
site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# 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). | ||
|
||
## [0.3.1] | ||
|
||
### Added | ||
- `createProcessGraph` method to client development guidelines. | ||
- JSON file with all specified errors. | ||
- Textual error codes for each specified error. | ||
- Allow setting a plan for `POST /preview` | ||
- Default billing plan in `GET /`. | ||
- Job ID in JSON response for `GET /jobs/{job_id}/results`. | ||
|
||
### Changed | ||
- Several optional fields such as `output`, `title` and `description` are now nullable instead of requiring to omit them. | ||
- The output format is not required in `POST /preview` any more and thus allows falling back to the default. | ||
- The `output_format` parameter in `createJob` and `execute` in client development guidelines. | ||
- The `extent` parameters in `filter_bbox` and `filter_daterange` are formally required now. | ||
|
||
### Deprecated | ||
- Numeric openEO error codes are soon to be replaced with textual error codes. | ||
- `eo:resolution` in collection bands is a duplicate of `eo:gsd`. Use `eo:gsd` instead. | ||
|
||
### Fixed | ||
- Fixed a wrong definition of the header `OpenEO-Costs` in `POST /preview`. | ||
- Fixed typo in method `authenticateOIDC` in client development guidelines. | ||
- Fixed the definition of spatial extents by swapping north and south. | ||
- Replaced the outdated occurrences of `srs` with `crs` in spatial extents. | ||
- Added missing required descriptions to process definitions. | ||
- Added missing error messages. | ||
- Fixed unclear specification for arrays used as process graph arguments. | ||
|
||
## [0.3.0] - 2018-09-21 | ||
First version after proof of concept tackling many major issues. No changelog available. | ||
|
||
## [0.0.2] - 2018-03-22 | ||
Version for proof of concept. No changelog available. | ||
|
||
## [0.0.1] - 2018-02-07 | ||
Initial version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.