Skip to content

Commit

Permalink
adding changelog entry for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maldris committed Aug 15, 2024
1 parent 35081af commit 61fd2d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,15 @@ api version `2022-09` cleanup
api version `2023-01` support

- added `polygon` method to search request, allowing search by WKT and array polygon

# 3.0.0 - 15/08/2024

API version `2024-07` support

- rename `Order` class to `Dataset`
- introduce new `Order` and tasking `Campaign` 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 added `metrics`
- tasking search response added `priorities` and `cloudLevels` fields describing order options
- tasking order request added `priorityKey` and `cloud` to specify additional order options

0 comments on commit 61fd2d0

Please sign in to comment.