Skip to content

openEO API v1.0.1

Compare
Choose a tag to compare
@m-mohr m-mohr released this 30 Nov 11:25
· 170 commits to master since this release
81dd248

Clarifications, bugfixes and CORS improvements.

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

1.0.1 - 2020-12-07

Changed

  • GET /collections and GET /collections/{collection_id}: Units for STAC dimensions in cube:dimensions should be compliant to UDUNITS-2 units (singular) whenever available.
  • GET /file_formats: It is recommended to at least specify one of the data types in gis_data_types. #325

Fixed

  • Cross-Origin Resource Sharing (CORS):
    • SECURITY: It is recommended to set Access-Control-Allow-Origin to * instead of reflecting the origin. #41
    • SECURITY: It is recommended to NOT send the Access-Control-Allow-Credentials header any more. #41
    • Added missing Link header to Access-Control-Expose-Headers. #331
  • GET /: Missing option OPTIONS added to allowed methods for the endpoints. #324
  • For PATCH requests: Clarified that no default values apply (for budget, enabled and plan). Data is only changed on the back-end if new data is explicitly specified by the client.
  • For POST requests with a plan property: Clarify that the default value is null.
  • GET /jobs/{job_id}/results: Clarified the use of the type Feature in the GeoJSON result response. #327
  • Add missing {namespace} placeholder to ProcessUnsupported error message. #328
  • Fixed JSON Schema links to point to draft-07 instead of draft/2019-09.
  • GET /jobs/{job_id}/estimate: Enforce in the response schema that "at least one of costs, duration or size MUST be provided."