Skip to content

Release 2.2 #1015

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

Merged
merged 2 commits into from
Oct 19, 2023
Merged
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
10 changes: 8 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.2.0 (2023-10-16)

Added:
- Support for forest_carbon_diligence_30m data layer in Subscriptions API (#1012).
- Support for cloud_filter tool in Subscriptions API (#1014).

2.1.1 (2023-07-20)

Changed:
Expand Down Expand Up @@ -208,7 +214,7 @@ package is coming soon. The highlights are
- Requirement of Python version 3.7 or newer.
- Support for Planet Data, Orders, and Subscription APIs.
- A Python package (the SDK) with asyncio support.
- A new and improved command line interface (the CLI).
- A new and improved command line interface (the CLI).

1.4.6 (2020-05-18)

Expand Down Expand Up @@ -257,7 +263,7 @@ package is coming soon. The highlights are
- report the default value for item limit
- replace hardcoded values with global variables
- add header for data examples in Examples page
- adding before, after options, separating `features list` from `features
- adding before, after options, separating `features list` from `features
- Added default limit of 100 to `analytics collections features list`
- Added separate `analytics collections features list-all` that will keep retrieving results with no limit
- Added before, after options to both `analytics collections features list` and `analytics collections features list-all`
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.2dev'
__version__ = '2.3dev'