Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
2.0.0-rc.2 (TBD)
2.0.0-rc.2 (2023-03-15)

Added:
- The Session class can now construct clients by name with its client method
(#858).
- Updated product bundle spec to 2/24/23 version.


2.0.0-rc.1 (2023-03-06)

Expand All @@ -11,6 +13,8 @@ User Interface Changes:
stdin, string, or filename. To specify stdin, use `-`.
- planet data filter cli command outputs empty filter by default, helpers must
be specified with flags.
- (edit 2023-03-15, added) planet data search filter is specified by --filter
flag.

Changed:
- Connect retries wait time adjusted from 1sec to just shy of 1sec to
Expand All @@ -29,6 +33,7 @@ Fixed:
- Remove null printout from CLI subscriptions cancel command
- Update session_configuration.py to latest api


2.0.0-beta.1 (2022-12-07)

Changed:
Expand Down
2 changes: 1 addition & 1 deletion planet/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0-rc.2dev'
__version__ = '2.0.0-rc.2'