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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
-**New extensions:**
12
12
-[Remote Process Definition Extension](./extensions/remote-process-definition/README.md)
13
13
- Added `version` property to `GET /processes`[#517](https://github.com/Open-EO/openeo-api/issues/517)
14
-
- Added `queued`, `started` and `expires` to the batch job metadata and the corresponding STAC results. [#542](https://github.com/Open-EO/openeo-api/issues/542)
14
+
- 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)
15
+
- Added all the batch job timestamps (including the new timestamps above) to the Collection type of batch job results
15
16
16
17
### Fixed
17
18
@@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
23
- Clarified for log levels which default values apply
23
24
- 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)
24
25
- Clarified the behaviour of `federation:backends` for `POST /validation`
26
+
- Clarified the meaning of `expires` in batch job results
0 commit comments