-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.2.0 #492
Merged
Release v1.2.0 #492
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ion type `canonical` which points to a signed URL with the same content as the response. #397
Clarified error.json, added new error codes
Provide link with rel type canonical for batch job results #397
…ry and other user account related tasks #404
…s without requiring Bearer authentication. #405
…nts for `default_clients`. #410
OIDC: Allow auth code flow and device flow for default clients
Co-authored-by: Stefaan Lippens <[email protected]>
…a user perspective
* Clarified ambiguous batch job status changes. * Update openapi.yaml Co-authored-by: Stefaan Lippens <[email protected]> * Allow back-ends to not restart. --------- Co-authored-by: Stefaan Lippens <[email protected]>
mkadunc
approved these changes
May 3, 2023
soxofaan
approved these changes
May 4, 2023
This was referenced May 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
GET /
: New Relation types: #404create-form
to link to the registration pagerecovery-form
to link to the credentials recovery page.GET /file_formats
: Addpointcloud
to thegis_data_types
. #475GET /me
: New Relation typesalternate
andrelated
for user-specific external pages. #404GET /credentials/oidc
: Allowauthorization_code
andurn:ietf:params:oauth:grant-type:device_code
(both without PKCE) as grants fordefault_clients
. #410GET /jobs
andGET /jobs/{job_id}
: Added a links property that can for example link to results and logs. #453GET /jobs/{job_id}/results
:canonical
which points to a signed URL with the same content as the response. #397openeo:status
to indicate the job status (and whether the result is complete or not).partial
to allow retrieving incomplete results, which must also add the new propertyopeneo:status
to the metadata. #430GET /jobs/{job_id}/logs
,GET /services/{service_id}/logs
: Addedlevel
parameter to requests to set the minimum log level returned by the response. #485log_level
to secondary web service, batch job and synchronous processing endpoints to indicate the minimum severity level that should be stored for logs. #329GET /jobs/{job_id}/logs
,GET /services/{service_id}/logs
andPOST /result
: Addedlevel
property in responses to reflect the minimum log level that may appear in the response. #329canonical
to be used generally for (shared) resources (e.g. UDPs or batch jobs) without requiring Bearer authentication. #405dimensions
schema for subtypedatacube
geometry
dimension type tocube:dimensions
/collections/{collection_id}/queryables
. Also adds a new rel type to the collection links. #396Changed
cube:dimensions
:reference_system
is allowed to be PROJJSON, too.costs
andbudget
is 0.GET /jobs/{job_id}/estimate
: If a batch job can't be estimated reliably, aEstimateComplexity
error should be returned. #443/conformance
endpoint is now generally used for OGC APIs, STAC API and openEO.conformsTo
is also exposed inGET /
for STAC APIs. The openEO API and all extensions got individual conformance classes. #186Fixed
ProcessGraphIdDoesntMatch
, clarifiedProcessGraphMissing
, addedProcessInvalid
andProcessGraphInvalid
. #394, #395, #401v1.0
->v1
) and improved the description for API versioning. #393gsd
instead ofeo:gsd
. #399user_id
. #404version-history
should include/.well-known/openeo
in the URL.plan
(for processing requests) andbilling_plan
(inGET /
andGET /me
). #425 #426debug
process has been renamed toinspect
.parameters
,returns
,dimensions
) and their relation to the subtypesGET /
: Removed the superfluous default value forcurrency
. #423GET /credentials/oidc
: Clarify that clients may add additional scopesGET /me
: Clarify the behavior of the fieldbudget
.GET /jobs/{job_id}/logs
,GET /services/{service_id}/logs
andPOST /result
: Clarified the formatting of themessage
property. #455GET /jobs/{job_id}/estimate
: Don't require that the costs are the upper limit. Services may specify the costs more freely depending on their terms of service.GET /services
andGET /services/{service_id}
: Clarify thatenabled
is required by removing the default value. #473nullable
were clarified according to the lint report by Spectral