Skip to content

Commit 6db8963

Browse files
committed
This is 2.0a3
1 parent 5b5bc7e commit 6db8963

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGES.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
2.0a3 (TBD)
1+
2.0a3 (2022-09-07)
22

3-
- Help for planet-subscriptions-describe and update commands has been
4-
corrected, resolving the issue reported in #658.
3+
- A change in behavior of httpx affected download of order assets in 2.0a2.
4+
We're working around this change in behavior (#685).
55
- Subscriptions API methods communicating with particular subscription
66
endpoints (cancel_subscription, update_subscription, get_subscription, and
77
get_results) were broken due to missing 'f' prefixes (#687). The prefixes
88
have been added.
9+
- STAC metadata can now be added to Orders requests (#676).
10+
- More help and better error messages around bundles and asset types have been
11+
added to the Orders API (#650, #675).
12+
- Help for planet-subscriptions-describe and update commands has been
13+
corrected, resolving the issue reported in #658.
914

1015
2.0a2 (2022-07-04)
1116

planet/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0a3.dev0'
1+
__version__ = '2.0a3'

0 commit comments

Comments
 (0)