Initial release to match server API version 2020-12
Minor version release to match server API version 2021-09
Search changes:
- Add search result fields
platform
,offNadir
- Add new search filters for
supplier
,cloudCover
, andoffNadir
Resource changes:
- Deprecated resource
type
field (retained, and still in use for support) - added new fields
roles
,format
,size
andchecksum
- added resource "download to file" support.
Major version release to match server API version 2022-07
Search changes:
- endpoint response object is now
SearchResponse
notSearchResult[]
- removed the
eula
andprice
fields - renamed the fields
id
toorderingID
andresolution
togsd
- added new fields
bands
bundles
andlicense
- rewrote decoder to allow structure to be backward compatible with APIs running previous version
Order changes:
- removed
seats
argument - added
bundleKey
argument
Fixing omitted term changes in 2.0.0
Search changes:
- search
res
query parameter changed to gsd
Order changes:
- order structure changed
imageryID
toorderingID
api version 2022-09
cleanup
- removed backwards compatibility with past server version
2021-09
- add optional field
name
to bundle option - add
calculatePrice
on search results to get price in US Cents - adding/enabling additional tests to cover new server version
api version 2023-01
support
- added
polygon
method to search request, allowing search by WKT and array polygon
API version 2024-07
support
- 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