Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.13 KB

File metadata and controls

45 lines (24 loc) · 1.13 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.

[v0.6.0] - 2026-01-15

Added

  • Add new jsondoc output format for granules that outputs a full JSON document rather than individual lines of JSON objects.

[v0.5.1] - 2025-09-30

  • Fix documented default for --timerange (issue-12)
  • Fix checksum algorithm handling (issue-11)

[v0.5.0] - 2025-07-22

  • Add temporal_extents to collection output
  • --download-skip-checksum flag to skip downloads when local files exist with matching checksum
  • Undeprecate granules --shortname flag
  • Add granules --version flag

[v0.4.3] - 2025-01-31

Fixed

  • Deadlock when number of results required pagination (> 200 results)

[v0.4.2] - 2025-01-01

Added

  • Check for inadvertent HTML content when downloading files

Fixed

  • Checksum failure when downloading using EDL token (#8)