File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
- 2.0.0-rc.3 (TBD)
1
+ 2.0.0 (2023-04-17)
2
+
3
+ User Interface Changes:
4
+ - Match search-create and search-update name/filter options/parameters in Data
5
+ API and CLI to match to search UI (#883, #898, #909).
6
+ - Change Subscriptions CLI function naming from describe to get to match other
7
+ clients (#900).
8
+ - Removed (unused) checksum argument from download_order (#896).
9
+ - Move planet data stats CLI interval and filter args to required options
10
+ (#894).
2
11
3
12
Changed:
13
+ - Data and Subscriptions API and CLI now normalize and validate item type and
14
+ asset type (#902, #905).
15
+ - Bulk create order example now demonstrates use of a dynamic list (#913).
16
+
17
+ Added:
18
+ - Added bandmath tool to order_request (#876)
19
+ - Subscriptions request generator api/cli no longer requires geojson entry for
20
+ catalog source to only be a geometry, it can pull the geometry out of a
21
+ feature and featurecollection (#880)
22
+
23
+ Fixed:
24
+ - Fixed bug that caused Landsat asset download with the Data Client fail
25
+ (#928).
26
+ - Fixed notifications entry layout generated by order_request that was causing
27
+ the notifications entry to not be used in the generated order (#917).
4
28
- Session class unit tests are marked to be run within an event loop and are
5
29
no longer skipped (#881).
6
30
31
+
7
32
2.0.0-rc.2 (2023-03-15)
8
33
9
34
Added:
Original file line number Diff line number Diff line change 1
- __version__ = '2.0.0-rc.3dev '
1
+ __version__ = '2.0.0'
You can’t perform that action at this time.
0 commit comments