Skip to content

v1.0.0

Compare
Choose a tag to compare
@jonhealy1 jonhealy1 released this 08 Nov 10:13
· 392 commits to main since this release
5f26c32

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

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