Skip to content

Releases: planetlabs/planet-client-python

2.8.0

05 Jun 16:05
Compare
Choose a tag to compare

2.8.0 (2024-06-05)

Added:

  • Support for hosting parameter in Orders API (#1042)
  • New Data API tests (#1041)

2.7.1

29 May 17:29
Compare
Choose a tag to compare

Rearranged arguments in Data API search commands to not break existing scripts (#1038).

2.7.0

21 May 17:50
Compare
Choose a tag to compare
  • Allow feature references to be used in the sdk for creating subscriptions (with or without a source block) and for orders.
  • Create a top level geometry filter in the data api, allow references and features there).
  • #1032

2.6.1

24 Apr 20:34
3cab8f0
Compare
Choose a tag to compare

Patch version for readthedocs.com updates.

2.6.0

24 Apr 17:20
Compare
Choose a tag to compare

2.6.0 (2024-04-24)

Added:

  • Support for analysis_ready_ps data layers in Subscriptions API (#1033).

2.5.0

08 Apr 22:12
Compare
Choose a tag to compare

2.5.0 (2024-04-04)

Added:

Support Subscriptions API hosting block for Sentinel Hub in the CLI (#1029).

Support for field_boundaries_sentinel_2_p1m in Subscriptions API (#1026)

2.4.0

19 Mar 19:21
Compare
Choose a tag to compare

2.4.0 (2024-03-19)

Added:

  • Support Subscriptions API hosting block for Sentinel Hub (#1023).

2.3.0

09 Feb 15:22
e534757
Compare
Choose a tag to compare

2.3.0 (2024-02-09)

Added:

  • Support Subscriptions API PATCH requests (#1020).
  • Add path_prefix to Subscriptions API request builder (#1018).

Fixed:

  • Fixed datetime serialization bug (#1016).

2.2.0

16 Oct 17:42
Compare
Choose a tag to compare

Added:

  • Support for forest_carbon_diligence_30m data layer in Subscriptions API (#1012).
  • Support for cloud_filter tool in Subscriptions API (#1014).

2.1.1

20 Jul 19:35
Compare
Choose a tag to compare

Version 2.1.1 fixes small bugs introduced in 2.1.0.

  • Version 2.1.0 was not compatible with Python 3.7 because of an import of typing.Literal. It is now imported exclusively from typing_extensions and Python 3.7, while EOL, will be supported for a while longer (#998).
  • The upper version pin for click has been removed. This project ignores type errors involving click.command() and click.group() since 2.1.0 and does not need to avoid click 8.1.4 or 8.1.5.