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.
1 parent 0d51904 commit e0bcaa1Copy full SHA for e0bcaa1
RELEASE-PLANNING-3.0.md
@@ -0,0 +1,13 @@
1
+# Planet Python Client 3.0 Release Planning
2
+
3
+* Authentication changes:
4
+ * Migrate to OAuth2 based authentication mechanisms, leveraging the
5
+ [planet-auth-python](https://github.com/planetlabs/planet-auth-python)
6
+ library for implementation.
7
+ * Deprecate use of the legacy authentication protocol and handling of the
8
+ user's password.
9
+ * CLI changes to support changes in authentication practices.
10
+ * Support for API keys supplied by the user is maintained, but users should
11
+ be aware that there are currently no plans for sentinel-hub.com APIs to
12
+ support Planet API keys. The longer term roadmap is for all APIs to work
13
+ with OAuth service accounts.
0 commit comments