Releases: planetlabs/planet-client-python
Releases · planetlabs/planet-client-python
2.8.0
2.8.0 (2024-06-05)
Added:
- Support for hosting parameter in Orders API (#1042)
- New Data API tests (#1041)
2.7.1
Rearranged arguments in Data API search commands to not break existing scripts (#1038).
2.7.0
- 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
Patch version for readthedocs.com updates.
2.6.0
2.6.0 (2024-04-24)
Added:
- Support for analysis_ready_ps data layers in Subscriptions API (#1033).
2.5.0
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
2.4.0 (2024-03-19)
Added:
- Support Subscriptions API hosting block for Sentinel Hub (#1023).
2.3.0
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
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
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.