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
* Added `queued`, `started` and `expires` to the batch job metadata and the corresponding STAC results. #542
* Apply suggestions from code review
Co-authored-by: Serge Croisé <SergeCroise@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Serge Croisé <SergeCroise@users.noreply.github.com>
* Update according to review, also add to Collection result type
* Apply suggestions from code review
Co-authored-by: Serge Croisé <SergeCroise@users.noreply.github.com>
* Typo
---------
Co-authored-by: Serge Croisé <SergeCroise@users.noreply.github.com>
- Added `version` property to `GET /processes`[#517](https://github.com/Open-EO/openeo-api/issues/517)
15
14
-`POST /result`: Added response header "OpenEO-Identifier" to expose an identifier associated with a synchronous processing request.
15
+
- Added `version` property to `GET /processes`[#517](https://github.com/Open-EO/openeo-api/issues/517)
16
+
- Added `queued`, `started` and `unpublished` to the batch job metadata and the corresponding STAC results [#542](https://github.com/Open-EO/openeo-api/issues/542)
17
+
- Added all the batch job timestamps (including the new timestamps above) to the Collection type of batch job results
16
18
17
19
### Fixed
18
20
@@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
25
- Clarified for log levels which default values apply
24
26
- Clarified how the relation types `license`, `version-history` and `author` can be used to enrich the process metadata. [#531](https://github.com/Open-EO/openeo-api/issues/531)
25
27
- Clarified the behaviour of `federation:backends` for `POST /validation`
28
+
- Clarified the meaning of `expires` in batch job results
0 commit comments