Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 2.88 KB

File metadata and controls

68 lines (41 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.

0.3.0 - 2026-05-07

Added

  • Collect upstream API exceptions in a custom response header. (#13)

Changed

  • Pin GitHub Actions to SHA digests (fix zizmor unpinned-uses). (#11)

Dependencies

  • Bump astral-sh/setup-uv from 6 to 7. (#9)
  • Bump actions/checkout from 5 to 6. (#10)
  • Bump astral-sh/setup-uv from 7.6.0 to 8.1.0. (#14)

0.2.3 - 2025-10-01

Fixed

  • Refactor apis resolution and raise HTTPExceptions properly. (#8)

0.2.2 - 2025-09-19

Added

  • Add collection-search capabilities to upstream API health check info. (#6)

Fixed

  • Follow redirects in httpx clients. (#6)
  • Handle url paths more robustly. (#6)

0.2.1 - 2025-09-18

Fixed

  • Add timeout to httpx clients. (#5)

0.2.0 - 2025-09-18

Added

  • Add AWS handler and extra deps. (#4)

0.1.0 - 2025-09-18

Added

  • Initial release.
  • Combine collection search results from multiple upstream STAC APIs.
  • Support standard STAC collection search parameters (bbox, datetime, limit, fields, sortby, filter, free text).
  • Token-based pagination across multiple APIs.
  • Health check endpoint for monitoring upstream API availability and collection-search capability.