v1.0.0
Added
- Collection-level Assets to the CollectionSerializer #148
- Pagination for /collections - GET all collections - route #164
- Examples folder with example docker setup for running sfes from pip #147
- GET /search filter extension queries #163
- Added support for GET /search intersection queries #158
Changed
- Update elasticsearch version from 8.1.3 to 8.10.4 in cicd, gh actions #164
- Updated core stac-fastapi libraries to 2.4.8 from 2.4.3 #151
- Use aliases on Elasticsearch indices, add number suffix in index name. #152
Fixed
- Corrected the closing of client connections in ES index management functions #132
- Corrected the automatic converstion of float values to int when building Filter Clauses #135
- Do not index
proj:geometry
field as geo_shape #154 - Remove unsupported characters from Elasticsearch index names #153
- Fixed GET /search sortby requests #25
What's Changed
- [FIX-132] - Closing ES client connections in ES index management functions by @ahuarte47 in #133
- [FIX-135]: Fix automatic converstion of float values to int by @ahuarte47 in #136
- Fix tests by @jonhealy1 in #139
- Bump elasticsearch[async] from 7.17.8 to 7.17.9 in /stac_fastapi/elasticsearch by @dependabot in #138
- General update - add docstrings by @jonhealy1 in #140
- Bump pygeofilter from 0.2.0 to 0.2.1 in /stac_fastapi/elasticsearch by @dependabot in #141
- Pip docker example by @jonhealy1 in #147
- Bump elasticsearch-dsl from 7.4.0 to 7.4.1 in /stac_fastapi/elasticsearch by @dependabot in #142
- Added Assets to the CollectionSerializer by @jamesfisher-gis in #149
- Bump actions/checkout from 3 to 4 by @dependabot in #150
- Remove unsupported characters from Elasticsearch index name by @StijnCaerts in #156
- Update stac-fastapi to v2.4.8 by @StijnCaerts in #151
- do not index proj:geometry and proj:centroid as geo fields by @StijnCaerts in #155
- Use Elasticsearch aliases on indices by @StijnCaerts in #152
- Enable GET /search intersection by @jonhealy1 in #160
- GET filter extension requests by @jonhealy1 in #163
- Collection pagination by @jonhealy1 in #164
- Fix GET sortby, tests by @jonhealy1 in #157
- create v1.0.0 by @jonhealy1 in #165
New Contributors
- @jamesfisher-gis made their first contribution in #149
- @StijnCaerts made their first contribution in #156
Full Changelog: v0.3.0...v1.0.0