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
+48-4
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased / Draft
8
8
9
-
## 1.0.1 - 2020-12-07
9
+
## [1.1.0] - 2021-06-15
10
+
11
+
### Added
12
+
-`GET /processes` and `GET` / `PUT` for `/process_graphs/{process_graph_id}`: Allow specifying the return values processes receive from child processes. [#350](https://github.com/Open-EO/openeo-api/issues/350)
13
+
- Recommendation that `POST /result` returns a `tar` file if the result consists of multiple files. [#349](https://github.com/Open-EO/openeo-api/issues/349)
14
+
-`GET /credentials/oidc` can provide a set of default client ids for OpenID Connect. [#366](https://github.com/Open-EO/openeo-api/pull/366)
15
+
-`experimental` and `deprecated` flags added for file formats, service types, udf runtimes, udf runtime versions, udf runtime libraries and all related parameters and schemas. [#354](https://github.com/Open-EO/openeo-api/issues/354)
16
+
-`GET /jobs/{job_id}` and `GET /services/{service_id}`: `usage` property added for usage metrics. [#370](https://github.com/Open-EO/openeo-api/issues/370)
17
+
-`GET /jobs/{job_id}/logs` and `GET /services/{service_id}/logs`:
-`GET /me`: A default plan per user can be specified. [#375](https://github.com/Open-EO/openeo-api/issues/375)
22
+
23
+
### Changed
24
+
25
+
- API doesn't discourage usage of `multipleOf` in JSON Schemas any longer.
26
+
-`GET /jobs/{job_id}/results` supports to return a STAC Collection. [#343](https://github.com/Open-EO/openeo-api/issues/343)
27
+
- Updated STAC schemas to better support versions 1.x.x.
28
+
- The first extent in a Collection is always the overall extent, followed by more specific extents. [#369](https://github.com/Open-EO/openeo-api/issues/369)
29
+
30
+
### Fixed
31
+
32
+
- Clarified how process exceptions should be used. [#352](https://github.com/Open-EO/openeo-api/issues/352)
33
+
- Clarified that job results schould be stored as valid STAC catalogs. [#363](https://github.com/Open-EO/openeo-api/issues/363)
34
+
- Clarified that job results require the property `datetime` and allow for additional properties. [#362](https://github.com/Open-EO/openeo-api/issues/362)
35
+
- Clarified that billing plans, service names and file formats must be accepted case-insensitive. [#371](https://github.com/Open-EO/openeo-api/issues/371)
36
+
- Clarified that the first provider listed at `GET /credentials/oidc` is the default provider for OpenID Connect.
37
+
- Clarified that `GET /jobs/{job_id}/results` should always return valid signed URLs and the endpoint can be used to renew the signed URLs. [#379](https://github.com/Open-EO/openeo-api/issues/379)
38
+
- Fixed casing of potential endpoints `GET /collections/{collection_id}/items` and `GET /collections/{collection_id}/items/{feature_id}`.
39
+
- Clarified allowed characters in the `path` for uploaded user files.
40
+
41
+
## [1.0.1] - 2020-12-07
10
42
11
43
### Changed
12
44
-`GET /collections` and `GET /collections/{collection_id}`: Units for STAC dimensions in `cube:dimensions` should be compliant to UDUNITS-2 units (singular) whenever available.
@@ -25,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
57
- Fixed JSON Schema links to point to draft-07 instead of draft/2019-09.
26
58
-`GET /jobs/{job_id}/estimate`: Enforce in the response schema that "at least one of `costs`, `duration` or `size` MUST be provided."
27
59
28
-
## 1.0.0 - 2020-07-17
60
+
## [1.0.0] - 2020-07-17
29
61
30
62
### Added
31
63
-`GET /me`: Added optional `name` property to better separate an internal user id from a displayable user name. Adopted description of `user_id` accordingly.
@@ -85,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85
117
- Clarified the expected behavior for process parameters, if a default value is given and the parameter is implicitly set to be required. [#303](https://github.com/Open-EO/openeo-api/issues/303)
86
118
- Several clarifications and improvements for the documentation.
87
119
88
-
## 1.0.0-rc.2 - 2020-02-20
120
+
## [1.0.0-rc.2] - 2020-02-20
89
121
90
122
### Added
91
123
-`PUT /process_graphs/{process_graph_id}` to store and replace custom process-graphs. [#260](https://github.com/Open-EO/openeo-api/issues/260)
@@ -115,7 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115
147
- Clarify that a copy of the STAC Item is recommended to be part of the assets in a batch job download.
116
148
- Removed outdated error codes from `errors.json`.
117
149
118
-
## 1.0.0-rc.1 - 2020-01-31
150
+
## [1.0.0-rc.1] - 2020-01-31
119
151
120
152
**Note:** The user and developer documentation has been moved to [openeo.org](https://openeo.org/documentation).
121
153
@@ -334,3 +366,15 @@ Version for proof of concept. No changelog available.
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@ openEO develops an open API to connect R, Python and JavaScript clients to big E
6
6
7
7
## Versions / Branches
8
8
9
-
The [master branch](https://github.com/Open-EO/openeo-api/tree/master) is the 'stable' version of the openEO API specification. It is currently version **1.0.1** of the specification. The [draft branch](https://github.com/Open-EO/openeo-api/tree/draft) is where active development takes place.
9
+
The [master branch](https://github.com/Open-EO/openeo-api/tree/master) is the 'stable' version of the openEO API specification. It is currently version **1.1.0** of the specification. The [draft branch](https://github.com/Open-EO/openeo-api/tree/draft) is where active development takes place.
|[draft](https://api.openeo.org/draft)| planned |*Unstable* - Next version. |
14
-
|[**1.0.1**](https://api.openeo.org)|**current**| Clarifications, bugfixes and CORS improvements. [Changelog](CHANGELOG.md#101---2020-12-07). |
14
+
|[**1.1.0**](https://api.openeo.org)|**current**| Clarifications, STAC updates, return value for child processes, more details for logs and jobs, default clients for OIDC. [Changelog](CHANGELOG.md#110---2021-06-15). |
15
+
|[1.0.1](https://api.openeo.org/1.0.1)| legacy | Clarifications, bugfixes and CORS improvements. [Changelog](CHANGELOG.md#101---2020-12-07). |
15
16
|[1.0.0](https://api.openeo.org/1.0.0)| legacy | First stable version of openEO. [Changelog](CHANGELOG.md#100---2020-07-17). |
|[1.0.0-rc.1](https://api.openeo.org/1.0.0-rc.1)| legacy | Better UDF support, support for file import, support for processing logs, better alignment with STAC and upcoming OGC APIs. Removes WebSocket-based Subscription API. [Changelog](CHANGELOG.md#100-rc1---2020-01-31)|
0 commit comments