Skip to content

openEO API v0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@m-mohr m-mohr released this 29 May 09:37
· 481 commits to master since this release

Changed

  • Updated the process catalog, see the separate changelog.

Removed

  • The property sar:absolute_orbit in GET /collections/{collection_id} has been removed.
  • Sending a Bearer token to GET /credentials/oidc is not allowed any longer.

Fixed

  • Improved and clarified the documentation and descriptions.
  • GET /collections/{collection_id}:
    • properties in GET /collections/{collection_id} doesn't require any of the integrated STAC extensions any longer.
    • The property sci:publications in GET /collections/{collection_id} was ported over incorrectly from STAC. The data type has been changed from object to array.
  • GET /jobs/{job_id}/results was expected to return HTTP status code 424 with an error message, but it was specified in /jobs/{job_id}/estimate instead. The definition was moved. #177
  • path in GET and PUT /files/{user_id} is required again.
  • Fixed several issues in the client development guidelines.