This release brings compatibility with the new features of API 2024-07
, which brings a rework to the entity model surrounding orders, as well as support for tasking priority levels and cloud cover guarantees.
Notable changes in this release:
- rename
Order
class toDataset
- introduce new
Order
and taskingCampaign
class entities - rework of orders api to support the above resources (list, get, sublist child entities)
- ordering endpoints now return the new
Order
entity (single, even for batch order) - tasking search response removed the
area
property and addedmetrics
- tasking search response added
priorities
andcloudLevels
fields describing order options - tasking order request added
priorityKey
andcloud
to specify additional order options