Releases: CS-SI/stac-fastapi-eodag
Releases · CS-SI/stac-fastapi-eodag
Release list
v0.4.0
New Contributors
- @dependabot[bot] made their first contribution in #74
- @vincentsarago made their first contribution in #95
Full Changelog: v0.3.0...v0.4.0
v0.2.0
What's Changed
Features
- Redirect to pre-signed url by @jlahovnik in #42
Refactoring
Build & CI
- ci: container images on releases and lint pr titles by @alambare in #50
- ci: set proper secret for lint pr job by @alambare in #52
- chore(helm): add hpa, terminationGracePeriodSeconds, deployment annotations by @bjgiraudon in #53
- ci(package): add labels to container image by @alambare in #54
- test: correct mock after upgrade to eodag 3.9 by @alambare in #61
- ci: fix typo with uv by @alambare in #55
- build(container): reduce image size by @alambare in #60
- ci: run pip install in venv by @alambare in #62
- ci: properly open pyproject by @alambare in #63
- ci: fix typo in extracting metadata by @alambare in #64
- chore: add helm chart releaser action by @bjgiraudon in #65
- chore: prepare for release 0.2.0 by @alambare in #66
Full Changelog: v0.1.0...v0.2.0
charts/stac-fastapi-eodag-0.1.0
Helm chart for stac-fastapi-eodag
stac-fastapi-eodag combines the capabilities of EODAG and STAC FastAPI to provide a powerful, unified API for accessing Earth observation data.
By leveraging EODAG's ability to search, aggregate, and download remote-sensed images from various providers, stac-fastapi-eodag offers a standardized and efficient solution for data access.
This integration simplifies the process of managing Earth observation data, making it accessible and actionable for researchers, developers, and data analysts.
v0.1.0
What's Changed
Features
- collections search bbox by @sbrunato in #10
- implement polling mechanism by @anesson-cs in #5
- implement sortby for /items by @cauriol in #28
- Opentelemetry instrumentation by @jlahovnik in #4
- paginate collection by @RitejAyed in #26
- (core) set count search parameter to its value in settings by @anesson-cs in #31
Bug Fixes
- add id to all errors by @cauriol in #3
- add missing root link in /collections by @alambare in #7
- avoid invalid symbols in urls by @jlahovnik in #12
- avoid none in instrument property by @jlahovnik in #18
- empty body by @cauriol in #15
- Fixed free-text search by @gtesoro in #48
- make datetime filter work again on /collections by @anesson-cs in #46
- properly handle port with forwarded header by @bjgiraudon in #17
- remove providers in items and collections by @alambare in #6
- set server logging by @alambare in #36
- set wekeo_main products storageTier to online by @anesson-cs in #29
- take 'page' param into account during GET mode search by @anesson-cs in #9
- validation errors in case of unexpected property types by @jlahovnik in #11
- wekeo_main order/download by @cauriol in #25
- Collection bbox filter now works when collection bbox is a point by @gtesoro in #41
- pydantic ValidationError custom handler by @alambare in #8
- (collections) make pagination optional by @alambare in #35
- (logs) debug only our logs by @alambare in #39
- (queryables) properly set $id by @alambare in #40
Refactoring
- download link type by @cauriol in #32
- use collection id in download search_by_id by @jlahovnik in #44
- whoosh removed from eodag by @sbrunato in #47
Build System
- add env var for otel collector in docker compose by @jlahovnik in #16
- add github workflows by @jlahovnik in #2
- remove git repos from dependencies by @sbrunato in #33
- update dev optional dependencies by @sbrunato in #14
Deployment
Testing
New Contributors
- @alambare made their first contribution in #1
- @cauriol made their first contribution in #3
- @anesson-cs made their first contribution in #9
- @sbrunato made their first contribution in #10
- @jlahovnik made their first contribution in #4
- @bjgiraudon made their first contribution in #17
- @RitejAyed made their first contribution in #26
- @gtesoro made their first contribution in #41
Full Changelog: https://github.com/CS-SI/stac-fastapi-eodag/commits/v0.1.0