We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c27f43e + e6ec23b commit 3c4af25Copy full SHA for 3c4af25
CHANGES.txt
@@ -1,3 +1,13 @@
1
+2.0a2 (2022-07-04)
2
+
3
+- Upgrade httpx to 0.23, change how quota exceptions are caught
4
+- Increase reliability of communication with Planet servers and avoid clobbering them
5
+- Add CLI data stats
6
+- CLI search-quick -> search, API quick-search -> search
7
+- limit option: remove None as a possibility, value of zero means no limit
8
+- fix sort param field
9
+- add sort option to planet data search-quick
10
11
2.0a1 (2022-06-28)
12
13
This is the first pre-release of the new features and interfaces coming in
planet/__version__.py
@@ -1 +1 @@
-__version__ = '2.0a1'
+__version__ = '2.0a2'
0 commit comments