Skip to content

Releases: planetlabs/planet-client-python

3.6.0

Choose a tag to compare

@asonnenschein asonnenschein released this 01 Apr 16:22
38d1145

What's Changed

  • hotfix: support all subscriptions api results endpoint query parameters by @asonnenschein in #1209

Full Changelog: 3.5.0...3.6.0

3.5.0

Choose a tag to compare

@asonnenschein asonnenschein released this 10 Feb 16:59
0f18793

What's Changed

Full Changelog: 3.4.0...3.5.0

3.4.0

Choose a tag to compare

@charcey charcey released this 19 Nov 17:42
84944f6

What's Changed

  • Subscriptions: add support for subscription's catalog source's geometry_relation by @charcey in #1203

Full Changelog: 3.3.0...3.4.0

3.3.0

Choose a tag to compare

@asonnenschein asonnenschein released this 17 Nov 14:22
193a79a

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0

Choose a tag to compare

@carl-adams-planet carl-adams-planet released this 29 Oct 19:13
0cea292

What's Changed

  • subcommands should provide the click context when creating CLI sessions. This enables the session to pick-up options set by the root command. by @carl-adams-planet in #1199
  • CG-1904 improve expired session ux by @carl-adams-planet in #1200

Full Changelog: 3.1.2...3.2.0

3.2.0b1

3.2.0b1 Pre-release
Pre-release

Choose a tag to compare

@carl-adams-planet carl-adams-planet released this 20 Oct 20:16
0cea292

What's Changed

  • FEATURE: improve expired session ux by @carl-adams-planet in #1200
  • BUGFIX: sub-commands should provide the click context when creating CLI sessions. This enables the session to pick-up options set by the root command. by @carl-adams-planet in #1199

Full Changelog: 3.1.2...3.2.0b1

3.1.2

Choose a tag to compare

@asonnenschein asonnenschein released this 01 Oct 21:00
adde5eb

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

Choose a tag to compare

@asonnenschein asonnenschein released this 01 Oct 19:12
72f812c

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

Choose a tag to compare

@adamweiner adamweiner released this 14 Aug 14:15
b8be6a6

What's Changed

  • Add support for Orders API & Subscriptions API user_id query parameter (#1188)

Full Changelog: 3.0.0...3.1.0

3.0.0

Choose a tag to compare

@asonnenschein asonnenschein released this 06 Aug 19:50
23f4226

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