Skip to content

Releases: planetlabs/planet-client-python

3.0.0

06 Aug 19:50
23f4226
Compare
Choose a tag to compare

Announcing Release of the Planet SDK for Python v3.0

Planet has released version 3 of the Planet SDK for Python. If you are an active developer using the SDK, you should upgrade to the latest version.

What’s New?

Version 3.0 includes the following major features:

  • OAuth authentication (#1134) - In version 3 of the SDK, when you authenticate with a username and password, you will be directed to complete your sign in through an OAuth login portal in your browser. Username and password authentication will no longer be allowed without completing the OAuth login flow. For automated scripts, API key authentication is still supported.
  • Support for the Basemaps API (#1142) - You can list mosaics that you have access to and download Basemaps quads.

Migration and Support

Version 3.0 is a more incremental release than 2.x was over 1.x. For migration details, see the v3 migration guide.

Packages are available on Planet PyPi for download. Source code is available on github.

According to the SDK’s support lifecycle phases, with the release of 3.x, version 2.x has entered maintenance mode. Version 2.x will remain available, but will only receive critical bug fixes.

If you have bug reports, feedback, or enhancement requests, please report them as GitHub issues.

Full Changelog: 2.23.1...3.0.0

3.0.0b3

01 Aug 18:57
fc6ceeb
Compare
Choose a tag to compare
3.0.0b3 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.0b2...3.0.0b3

2.23.1

01 Aug 14:28
0dde753
Compare
Choose a tag to compare

What's Changed

  • Update docs for Destinations API and add CLI tests by @charcey in #1176

Full Changelog: 2.23.0...2.23.1

2.23.0

31 Jul 20:06
aa17791
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.22.1...2.23.0

3.0.0b2

28 Jul 20:34
4fa0002
Compare
Choose a tag to compare
3.0.0b2 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.0b1...3.0.0b2

3.0.0b1

14 Jul 19:05
1e58f02
Compare
Choose a tag to compare
3.0.0b1 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.0a4...3.0.0b1

2.22.1

30 Jun 15:17
10f08ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.22.0...2.22.1

3.0.0a4

25 Jun 19:34
7c2a57f
Compare
Choose a tag to compare
3.0.0a4 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.0a3...3.0.0a4

Features API delete collection/item support

11 Jun 20:01
aeebb45
Compare
Choose a tag to compare

New Features

  • Support for deleting collections and items in the Features API (SDK and CLI).

What's Changed

Full Changelog: 2.21.0...2.22.0

3.0.0a3

20 May 21:53
bedbf62
Compare
Choose a tag to compare
3.0.0a3 Pre-release
Pre-release

Initial public alpha for the 3.0 branch. a1 and a2 were used largely for working on the release pipeline itself.

This initial release includes work to move to OAuth2 client authentication mechanics.