Skip to content

Releases: developmentseed/stac-fastapi-collection-discovery

v0.2.3

01 Oct 20:23
888b615
Compare
Choose a tag to compare

What's Changed

  • fix: refactor apis resolution, raise HTTPExceptions by @hrodmn in #8

Full Changelog: v0.2.2...v0.2.3

v0.2.2

19 Sep 20:22
2e9158a
Compare
Choose a tag to compare

What's Changed

  • fix: follow redirects in httpx clients by @hrodmn in #6
  • fix: handle url paths more robustly by @hrodmn in #6
  • feat: add collection-search capabilities to upstream API health check info by @hrodmn in #6

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Sep 17:23
3377e1b
Compare
Choose a tag to compare

What's Changed

  • fix: add timeout to httpx clients by @hrodmn in #5

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Sep 16:51
af2fbf5
Compare
Choose a tag to compare

What's Changed

  • feat: add aws handler and extra deps by @hrodmn in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Sep 15:04
Compare
Choose a tag to compare

🚀 first release!

Features

  • Combines collection search results from multiple upstream STAC APIs
  • Supports 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