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
- Collect upstream API exceptions in a custom response header. (#13)
- Pin GitHub Actions to SHA digests (fix zizmor unpinned-uses). (#11)
- Bump
astral-sh/setup-uvfrom 6 to 7. (#9) - Bump
actions/checkoutfrom 5 to 6. (#10) - Bump
astral-sh/setup-uvfrom 7.6.0 to 8.1.0. (#14)
0.2.3 - 2025-10-01
- Refactor
apisresolution and raiseHTTPExceptions properly. (#8)
0.2.2 - 2025-09-19
- Add collection-search capabilities to upstream API health check info. (#6)
0.2.1 - 2025-09-18
- Add timeout to httpx clients. (#5)
0.2.0 - 2025-09-18
- Add AWS handler and extra deps. (#4)
0.1.0 - 2025-09-18
- 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.