Skip to content

v0.1.0

Compare
Choose a tag to compare
@philvarner philvarner released this 25 Mar 15:21
· 581 commits to main since this release
3eec742

Highlights

  • Implementation of stac-fastapi async clients for smooth concurrency
  • Accurate Elasticsearch index mappings, the same ones stac-server uses
  • Support for Extensions: Transaction (without PATCH, as that is not yet implemented in core stac-fastapi), Sort, Context,
  • Support for Bulk Transactions, through POST of an ItemCollection to /collections/{c_id}/items (async, recommended) or the stac-fastapi proprietary endpoint /collections/{c_id}/bulk_items (not async, not recommended, will block the server)
  • Pagination via Elasticsearch search_after
  • Dockerfile for a deployable image
  • Configuration parameters for auth and TLS access to Elasticsearch

What's Changed

New Contributors

Full Changelog: https://github.com/stac-utils/stac-fastapi-elasticsearch/commits/v0.1.0