v13.3.0
·
1030 commits
to master
since this release
Notable Changes
- CUMULUS-2930
- The
GET /granules
endpoint has a new optional query parameter:
searchContext
, which is used to resume listing within the same search
context. It is provided in every response from the endpoint as
meta.searchContext
. The searchContext value must be submitted with every
consequent API call, and must be fetched from each new response to maintain
the context. - Use of the
searchContext
query string parameter allows listing past 10,000 results. - Note that using the
from
query param in a request will cause thesearchContext
to
be ignored and also make the query subject to the 10,000 results cap again. - Updated
GET /granules
endpoint to leverage ElasticSearch search-after API.
The endpoint will only use search-after when thesearchContext
parameter
is provided in a request.
- The