Skip to content

Release 2.0a4 #720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
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
11 changes: 10 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.0a4 (2022-10-20)

- Implement python api data client asset download and supporting functions (#707).
- `planet data filter` cli command outputs a valid empty filter if all
subfilters are removed (#654).
- 'planet orders request' cli command now provides supported bundles for a
given item type, bundle and item type are case-insensitive, and bundle and
item type are moved to positional arguments (#680).

2.0a3 (2022-09-07)

- A change in behavior of httpx affected download of order assets in 2.0a2.
Expand All @@ -12,7 +21,7 @@
- Help for planet-subscriptions-describe and update commands has been
corrected, resolving the issue reported in #658.

2.0a2 (2022-07-04)
2.0a2 (2022-08-04)

- Upgrade httpx to 0.23, change how quota exceptions are caught
- Increase reliability of communication with Planet servers and avoid clobbering them
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.0a3'
__version__ = '2.0a5dev'