Skip to content

Releases: stac-utils/stac-fastapi-elasticsearch-opensearch

v3.0.0a2

18 Jun 03:35
f4618a9
Compare
Choose a tag to compare
v3.0.0a2 Pre-release
Pre-release

What's Changed

  • Repair API sort tests by @jamesfisher-gis in #264
  • Stac fastapi v3.0.0a1 by @jonhealy1 in #265
  • Basic Auth bug fix & test fixes. by @pedro-cf in #266
  • Queryables landing page and collection links by @jamesfisher-gis in #267
  • Update to stac-fastapi v3.0.0a3, remove deprecated filter fields by @jonhealy1 in #269
  • Release sfeos v3.0.0a2 by @jonhealy1 in #270

Full Changelog: v3.0.0a1...v3.0.0a2

v3.0.0a1

14 May 06:48
49fecf9
Compare
Choose a tag to compare
v3.0.0a1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0a0...v3.0.0a1

v3.0.0a0

11 May 12:02
a29c2af
Compare
Choose a tag to compare
v3.0.0a0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.4.1...v3.0.0a0

v2.4.1

06 May 16:16
ff00eb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

04 May 10:35
f797ed4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

24 Apr 05:28
c8a07ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

10 Apr 17:00
b7027ec
Compare
Choose a tag to compare

What's Changed

  • Enable custom API title and description by @jamesfisher-gis in #207
  • Don't overwrite links before persisting Item/Collection in database by @StijnCaerts in #211
  • Index templates by @StijnCaerts in #209
  • get_all_collections index fix by @jamesfisher-gis in #212
  • URL encode next href by @StijnCaerts in #215
  • Update pip-docker example by @jonhealy1 in #216
  • Add notes to help new Users get started/ update data loader tool by @jonhealy1 in #218
  • Add API root path environment variable by @jamesfisher-gis in #221
  • Default to use cerifi.where() to find the ca_certs by @jamesfisher-gis in #222
  • Make docs by @jonhealy1 in #223
  • v2.2.0 by @jonhealy1 in #224

Full Changelog: v2.1.0...v2.2.0

v2.1.0

03 Mar 15:06
666f980
Compare
Choose a tag to compare

What's Changed

  • Collection id keyword mapping by @jamesfisher-gis in #198
  • OpenSearch ssl_version by @jamesfisher-gis in #200
  • remove db logic from all collections in core.py by @jonhealy1 in #196
  • v2.1.0 by @jonhealy1 in #202
  • update core to 2.1.0 by @jonhealy1 in #205

Full Changelog: v2.0.0...v2.1.0

v2.0.0

11 Feb 09:30
c512a8c
Compare
Choose a tag to compare

What's Changed

  • Opensearch 2.11.1 Support by @jamesfisher-gis in #187
  • Support extensions defining top-level properties on collections by @nkleinbaer in #191
  • Create Common opensearch/ elasticsearch core package by @jonhealy1 in #186
  • Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #193
  • v2.0.0 by @jonhealy1 in #192

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

03 Feb 03:37
223a927
Compare
Choose a tag to compare

[v1.1.0]

Added

  • Advanced comparison (LIKE, IN, BETWEEN) operators to the Filter extension #178
  • Collection update endpoint no longer delete all sub items #177
  • OpenSearch 2.11.1 support #188

Changed

  • Elasticsearch drivers from 7.17.9 to 8.11.0 #169
  • Collection update endpoint no longer delete all sub items #177

Fixed

  • Exclude unset fields in search response #166
  • Upgrade stac-fastapi to v2.4.9 #172
  • Set correct default filter-lang for GET /search requests #179