Comparing 3.4.0...3.5.0 · planetlabs/planet-client-python · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: planetlabs/planet-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.0
Choose a base ref
...
head repository: planetlabs/planet-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 7, 2026

  1. geometry relation support for data search

    - optional arg in filter creation
    - add support in CLI filter command
    - remove some superfluous respx.mock annotations
    
    see #1204
    ischneider committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    2228ba7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Update planet/cli/data.py

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    ischneider and Copilot authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    b4bef0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1205 from planetlabs/support-data-filter-relation

    geometry relation support for data search
    ischneider authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    f139ac9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Resolve clip tool ordering in subscription requests (#1207)

    * add smarter subscription tools validation and sorting
    
    * Update planet/subscription_request.py
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * update docstrings
    
    * lint and type check
    
    * harden validator
    
    * harden validators
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    asonnenschein and Copilot authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    7e8ffcc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Add Subscriptions API suspend and reactivate paths (#1208)

    * add subs suspend/reactivate support
    
    * update comment about forwarded apierrors
    
    * update payloads for bulk suspend/reactivate
    
    * type check
    asonnenschein authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    0f18793 View commit details
    Browse the repository at this point in the history
Loading