You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+62-1
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,75 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [0.4.0] - 2019-03-07
8
+
### Added
9
+
-`GET /jobs/{job_id}/estimate` can return the estimated required storage capacity. [#122](https://github.com/Open-EO/openeo-api/issues/122)
10
+
-`GET /jobs/{job_id}` has two new properties:
11
+
-`progress` indicates the batch job progress when running. [#82](https://github.com/Open-EO/openeo-api/issues/82)
12
+
-`error` states the error message when a job errored out.
13
+
`GET /jobs/{job_id}/result` mirrors this error message in a response with HTTP status code 424. [#165](https://github.com/Open-EO/openeo-api/issues/165)
14
+
-`GET /.well-known/openeo` allows clients to choose between versions. [#148](https://github.com/Open-EO/openeo-api/issues/148)
15
+
-`GET /` (Capabilities):
16
+
- Requires to return a title (`title`), a description (`description`) and the back-end version (`backend_version`). [#154](https://github.com/Open-EO/openeo-api/issues/154)
17
+
- Billing plans have an additional required property `paid`. [#157](https://github.com/Open-EO/openeo-api/issues/157)
18
+
- Should provide a link to the Well-Known URI (`/.well-known/openeo`) in the new `links` property.
19
+
-`GET /processes` (Process discovery):
20
+
- Processes can be categorizes with the `category` property.
21
+
- Parameters can be ordered with the `parameter_order` property instead of having a random order.
22
+
- Support for references to other processes in descriptions.
23
+
- Processes and parameters can be declared to be `experimental`.
24
+
-`GET /output_formats` and `GET /service_types` can now provide links per entry.
25
+
-`GET /udf_runtimes` provide a list of UDF runtime environments. [#87](https://github.com/Open-EO/openeo-api/issues/87)
26
+
-`GET /service_types` allows to specify `variables` that can be used in process graphs. [#172](https://github.com/Open-EO/openeo-api/issues/172)
27
+
28
+
### Changed
29
+
- Completely new version of the processes.
30
+
- Changed process graph to a flexible graph-like structure, which also allows callbacks. [#160](https://github.com/Open-EO/openeo-api/issues/160)
31
+
- Updated `GET /collections` and `GET /collections/{collection_id}` to follow STAC v0.6.2. [#158](https://github.com/Open-EO/openeo-api/issues/158), [#173](https://github.com/Open-EO/openeo-api/issues/173)
32
+
- The `process_graph_id` of stored process graphs, the `service_id` of services and the `job_id` of jobs has changed to `id` in responses. [#130](https://github.com/Open-EO/openeo-api/issues/130)
33
+
- The `status` property for jobs is now required.
34
+
-`POST /preview` renamed to `POST /result`. [#162](https://github.com/Open-EO/openeo-api/issues/162)
35
+
-`GET /` (Capabilities):
36
+
-`version` in the response was renamed to `api_version`.
37
+
- Endpoint paths must follow the openAPI specification. [#128](https://github.com/Open-EO/openeo-api/issues/128)
38
+
- Billing plan descriptions allow CommonMark. [#164](https://github.com/Open-EO/openeo-api/issues/164)
39
+
-`/files/{user_id}/{path}` File management:
40
+
- Clarified handling of folders. [#146](https://github.com/Open-EO/openeo-api/issues/146)
41
+
-`GET` method: The `name` property was renamed to `path`. [#133](https://github.com/Open-EO/openeo-api/issues/133)
42
+
-`PUT` method: Returns file meta data with a different response code. [#163](https://github.com/Open-EO/openeo-api/issues/163)
43
+
-`GET /processes` (Process discovery):
44
+
- The `name` property of processes has changed to `id`. [#130](https://github.com/Open-EO/openeo-api/issues/130)
45
+
-`mime_type` replaced with `media_type` in the input parameters and return values.
46
+
- The schema for `exceptions` follows the general schema for openEO errors. [#139](https://github.com/Open-EO/openeo-api/issues/139)
47
+
- Changed the structure of `examples`.
48
+
-`POST /validation` (Process graph validation):
49
+
- Returns HTTP status code 200 for valid and invalid process graphs and responds with a list of errors. [#144]
50
+
- Allowed to call the endpoint without authentication. [#151](https://github.com/Open-EO/openeo-api/issues/151)
51
+
- Behavior for `DELETE /jobs/{job_id}/results` and `POST /jobs/{job_id}/results` specified depending on the job status. Clarified status changes in general. [#142](https://github.com/Open-EO/openeo-api/issues/142)
52
+
- Improved client development guidelines. [#124](https://github.com/Open-EO/openeo-api/issues/124), [#138](https://github.com/Open-EO/openeo-api/issues/138)
53
+
54
+
### Removed
55
+
- Numeric openEO error codes. Replaced in responses with textual error codes. [#139](https://github.com/Open-EO/openeo-api/issues/139)
56
+
- Query parameters to replace process graph variables in `GET /process_graphs/{process_graph_id}`. [#147](https://github.com/Open-EO/openeo-api/issues/147)
57
+
-`min_parameters` and `dependencies` for parameters in process descriptions returned by `GET /processes`.
58
+
- Replaced output format properties in favor of an export process, which has resulted in in the removal of:
59
+
- The default output format in `GET /output_formats`. [#153](https://github.com/Open-EO/openeo-api/issues/153)
60
+
- The output format properties in `POST /result` (fka `POST /preview`), `POST /jobs`, `PATCH /jobs` and `GET /jobs/{job_id}` requests. [#153](https://github.com/Open-EO/openeo-api/issues/153)
61
+
-`gis_data_type` (not to be confused with `gis_data_types`) in the parameters of output formats in `GET /output_formats`
62
+
63
+
### Fixed
64
+
- Added missing `Access-Control-Expose-Headers` header to required CORS headers.
65
+
- Some endpoints didn't include authentication information.
66
+
-`GET /jobs/{job_id}/estimate`: Property `downloads_included` had a wrong default value.
67
+
7
68
## [0.3.1] - 2018-11-06
8
69
9
70
### Added
10
71
-`createProcessGraph` method to client development guidelines.
11
72
- JSON file with all specified errors.
12
73
- Textual error codes for each specified error.
13
74
- Allow setting a plan for `POST /preview`
14
-
- Default billing plan in `GET /`.
75
+
- Default billing plan in `GET /`.[#141](https://github.com/Open-EO/openeo-api/issues/141)
15
76
- Job ID in JSON response for `GET /jobs/{job_id}/results`.
Copy file name to clipboardExpand all lines: README.md
+14-12
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,31 @@
2
2
3
3
openEO develops an open API to connect R, python and javascript clients to big Earth observation cloud back-ends in a simple and unified way. This repository contains this API, the openEO (core) API.
The openEO (core) API is currently released in version **0.3.1**.
9
+
The openEO (core) API is currently released in version **0.4.0**.
10
10
11
11
**Note:** The specification is currently still an early version, with the potential for some major things to change. The core is now fleshed out, so implementors are encouraged to try it out and give feedback. But the goal is to actually be able to act on that feedback, which will mean changes are quite possible. A solid basis is specified right now, but best practices, extensions and specification details will emerge with implementation.
|[0.0.1](https://github.com/Open-EO/openeo-api/tree/0.0.1) ([Spec](https://open-eo.github.io/openeo-api/v/0.0.1/index.html)) | legacy | First draft with basic ideas, loosely implemented. |
16
+
|[0.0.2](https://github.com/Open-EO/openeo-api/tree/0.0.2) ([Spec](https://open-eo.github.io/openeo-api/v/0.0.2/index.html)) | legacy | Proof of concept, implemented. |
17
17
|[0.3.0](https://github.com/Open-EO/openeo-api/tree/0.3.0) ([Spec](https://open-eo.github.io/openeo-api/v/0.3.0/index.html)) | legacy | Major rework. |
18
-
|[**0.3.1**](https://github.com/Open-EO/openeo-api/tree/0.3.1) ([Spec](https://open-eo.github.io/openeo-api/v/0.3.1/index.html)) |**current**| Fixing minor issues, see the changelog. |
19
-
|[0.4.0](https://github.com/Open-EO/openeo-api/tree/0.4.0) ([Spec](https://open-eo.github.io/openeo-api/v/0.4.0/index.html)) | planned | Planned to improve data set descriptions, add process specifications and an extension concept. |
18
+
|[0.3.1](https://github.com/Open-EO/openeo-api/tree/0.3.1) ([Spec](https://open-eo.github.io/openeo-api/v/0.3.1/index.html)) | legacy, supported | Fixing minor issues, see the [changelog](CHANGELOG.md#031---2018-11-06). |
19
+
|[**0.4.0**](https://github.com/Open-EO/openeo-api/tree/0.4.0) ([Spec](https://open-eo.github.io/openeo-api/v/0.4.0/index.html)) |**current**| Improved discovery, added processes catalogue, new process graph structure and [more](CHANGELOG.md#031---2019-02-28). |
20
+
|[0.5.0](https://github.com/Open-EO/openeo-api/tree/0.5.0) ([Spec](https://open-eo.github.io/openeo-api/v/0.5.0/index.html)) | planned | Improvements based on implementer feedback, introduce extension concept. |
20
21
21
22
See also the [changelog](CHANGELOG.md) and the [milestones](https://github.com/Open-EO/openeo-api/milestones) for a rough roadmap based on GitHub issues.
22
23
23
24
## Repository
24
25
25
26
This repository contains a set of files formally and technically describing the openEO API, each with a human-readable and easily browseable version:
26
27
27
-
*[openapi.json](openapi.json) ([browseable version](https://open-eo.github.io/openeo-api/v/0.3.1/apireference/)) provides the [openAPI](https://www.openapis.org/) 3.0 definition of the openEO API.
28
-
*[processes.json](processes.json) ([browseable version](https://open-eo.github.io/openeo-api/v/0.3.1/processreference/)) defines pre-defined core processes back-ends may implement for best interoperability.
29
-
*[subscriptions.json](subscriptions.json) ([browseable version](https://open-eo.github.io/openeo-api/v/0.3.1/apireference-subscriptions/)) provides the [AsyncAPI](https://www.asyncapi.com/) 1.2 definitions for the WebSocket-based subscriptions and notifications API for openEO.
30
-
*[docs/](docs/) ([browseable version](https://open-eo.github.io/openeo-api/v/0.3.1/)) contains all additional written documentation, including 'getting started' guides, the architecture, feature descriptions, development guidelines and more.
28
+
*[docs/](docs/) ([browseable version](https://open-eo.github.io/openeo-api/v/0.4.0/)) contains all additional written documentation, including 'getting started' guides, the architecture, feature descriptions, development guidelines and more.
29
+
*[processes/](processes/) ([browseable version](https://open-eo.github.io/openeo-api/v/0.4.0/processreference/)) defines pre-defined core processes back-ends may implement for best interoperability.
30
+
*[openapi.json](openapi.json) ([browseable version](https://open-eo.github.io/openeo-api/v/0.4.0/apireference/)) provides the [openAPI](https://www.openapis.org/) 3.0 definition of the openEO API.
31
+
*[subscriptions.json](subscriptions.json) ([browseable version](https://open-eo.github.io/openeo-api/v/0.4.0/apireference-subscriptions/)) provides the [AsyncAPI](https://www.asyncapi.com/) 1.2 definitions for the WebSocket-based subscriptions and notifications API for openEO.
32
+
*[errors.json](errors.json) ([browseable version](https://open-eo.github.io/openeo-api/v/0.4.0/errors/#openeo-error-codes)) is a list of potential global error codes and messages, excluding specific exceptions separately available for each process.
| Capabilities | This microservice reports on the capabilities of the back-end, i.e. which API endpoints are implemented, which authentication methods are supported, and whether and how UDFs can be executed at the back-end. |
23
-
| EO Data Discovery | Describes which datasets and image collections are available at the back-end. |
23
+
| EO Data Discovery | Describes which collections are available at the back-end. |
24
24
| Process Discovery | Provides services to find out which processes a back-end provides, i.e., what users can do with the available data. |
25
25
| UDF | Discovery and execution of user-defined functions. |
26
-
| Job Management | Organizes and manages jobs that run processes on back-ends. |
26
+
|Batch Job Management | Organizes and manages batch jobs that run processes on back-ends. |
27
27
| File Management | Organizes and manages user-uploaded files. |
28
-
| Process Graph Management | Organizes and manages user-defined process graphs. |
28
+
| Process Graph Management | Organizes and manages user-defined process graphs. |
29
29
| Secondary Services Management | External web services to access data and job results such as a OGC WMTS service. |
30
30
| Account Management | User management, accounting and authentication. |
0 commit comments