Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

64 lines (52 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • issues/29 - Date parsing has been improved to accept more ISO-8601 string formats as well as timezone-aware datetime objects

Added

Fixed

  • pull/27 Fixed bug with constructing the options sent to CMR which was causing filters to not get applied correctly.
  • pull/28 Fixed bug where KeyError was thrown if search result contained 0 hits

Added

  • pull/17 New feature that allows sort_keys to be passed into this Api up to the CMR. Used the valid sort_keys as of July 2023

Changed

  • Updated dependency versions

Added

  • pull/15: New feature added to filter by granules within the circle around lat/lon
  • pull/12: Added environments to module level to simplify imports to from cmr import CMR_UAT

Changed

  • Changed token url to being tokens in authorization headers.
  • Add in bearer token function for use of EDL bearer token in authorization headers.

Added

  • New workflow that runs lint and test
  • New function Query.token to add an auth token to the request sent to CMR

Changed

Added

  • New support for querying variables (UMM-V)

Changed

  • Can now import ToolQuery ServiceQuery VariableQuery straight from cmr module. (e.g. from cmr import ToolQuery)

Added

  • New support for querying tools (UMM-T) and services (UMM-S)
  • CodeQL Analysis on pushes and pull requests

Changed

  • Moved to github.com/nasa/python_cmr