Skip to content

Commit 42d8d75

Browse files
authored
Merge pull request #866 from planetlabs/release-2.0.0-rc.1
Release 2.0.0-rc.1
2 parents 857d6da + d141859 commit 42d8d75

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2.0.0-rc.1 (2023-03-06)
2+
3+
User Interface Changes:
4+
- Stdin is no longer the default for CLI arguments/options that read from
5+
stdin, string, or filename. To specify stdin, use `-`.
6+
- planet data filter cli command outputs empty filter by default, helpers must
7+
be specified with flags.
8+
9+
Changed:
10+
- Connect retries wait time adjusted from 1sec to just shy of 1sec to
11+
optimize distribution
12+
13+
Added:
14+
- Data CLI commands: asset-get, asset-download, asset-activate, asset-wait,
15+
search-run, search-list, search-update, search-delete
16+
- Add AssetStatusBar reporter, use in data asset-wait cli command
17+
- Add subscription request helper methods in python api
18+
- Add planet subscriptions request CLI command
19+
- Add support for base_url in subscriptions client
20+
- Add support for MultiPolygon in orders clip tool
21+
22+
Fixed:
23+
- Remove null printout from CLI subscriptions cancel command
24+
- Update session_configuration.py to latest api
25+
126
2.0.0-beta.1 (2022-12-07)
227

328
Changed:

planet/__version__.py

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

0 commit comments

Comments
 (0)