Skip to content

Commit 00287f9

Browse files
committed
bump version, update changelog
1 parent 9be9058 commit 00287f9

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGES.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
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).
211

312
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).
428
- Session class unit tests are marked to be run within an event loop and are
529
no longer skipped (#881).
630

31+
732
2.0.0-rc.2 (2023-03-15)
833

934
Added:

planet/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0-rc.3dev'
1+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)