Skip to content

2.0.0

Compare
Choose a tag to compare
@jreiberkyle jreiberkyle released this 17 Apr 17:33

2.0.0 (2023-04-17)

User Interface Changes:

  • Match search-create and search-update name/filter options/parameters in Data
    API and CLI to match to search UI (#883, #898, #909).
  • Change Subscriptions CLI function naming from describe to get to match other
    clients (#900).
  • Removed (unused) checksum argument from download_order (#896).
  • Move planet data stats CLI interval and filter args to required options
    (#894).

Changed:

  • Data and Subscriptions API and CLI now normalize and validate item type and
    asset type (#902, #905).
  • Bulk create order example now demonstrates use of a dynamic list (#913).

Added:

  • Added bandmath tool to order_request (#876)
  • Subscriptions request generator api/cli no longer requires geojson entry for
    catalog source to only be a geometry, it can pull the geometry out of a
    feature and featurecollection (#880)

Fixed:

  • Fixed bug that caused Landsat asset download with the Data Client fail
    (#928).
  • Fixed notifications entry layout generated by order_request that was causing
    the notifications entry to not be used in the generated order (#917).
  • Session class unit tests are marked to be run within an event loop and are
    no longer skipped (#881).