Skip to content

openEO API v1.1.0

Compare
Choose a tag to compare
@m-mohr m-mohr released this 17 May 13:42
· 116 commits to master since this release

Documentation: https://api.openeo.org/1.1.0/

[1.1.0] - 2021-05-17

Added

  • GET /processes and GET / PUT for /process_graphs/{process_graph_id}: Allow specifying the return values processes receive from child processes. #350
  • Recommendation that POST /result returns a tar file if the result consists of multiple files. #349
  • GET /credentials/oidc can provide a set of default client ids for OpenID Connect. #366
  • 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
  • GET /jobs/{job_id} and GET /services/{service_id}: usage property added for usage metrics. #370
  • GET /jobs/{job_id}/logs and GET /services/{service_id}/logs:
    • time property added. #330
    • usage property added to log entries. #370
  • Added error ResultLinkExpired. #379
  • GET /me: A default plan per user can be specified. #375

Changed

  • API doesn't discourage usage of multipleOf in JSON Schemas any longer.
  • GET /jobs/{job_id}/results supports to return a STAC Collection. #343
  • Updated STAC schemas to better support versions 1.x.x.
  • The first extent in a Collection is always the overall extent, followed by more specific extents. #369

Fixed

  • Clarified how process exceptions should be used. #352
  • Clarified that job results schould be stored as valid STAC catalogs. #363
  • Clarified that job results require the property datetime and allow for additional properties. #362
  • Clarified that billing plans, service names and file formats must be accepted case-insensitive. #371
  • Clarified that the first provider listed at GET /credentials/oidc is the default provider for OpenID Connect.
  • 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
  • Fixed casing of potential endpoints GET /collections/{collection_id}/items and GET /collections/{collection_id}/items/{feature_id}.
  • Clarified allowed characters in the path for uploaded user files.