Releases: stac-utils/stac-fastapi-elasticsearch-opensearch
Releases · stac-utils/stac-fastapi-elasticsearch-opensearch
v4.0.0a2
What's Changed
- Enable direct response, stac-fastapi 5.2.0, deprecation warnings by @jonhealy1 in #359
Full Changelog: v4.0.0a1...v4.0.0a2
v4.0.0a1
What's Changed
- Update package names for Pep625 compliance by @jonhealy1 in #358
Full Changelog: v4.0.0a0...v4.0.0a1
v4.0.0a0
What's Changed
- Zero-config dynamically-generated queryables, Performance fixes by @Zaczero in #351
- Update stac-fastapi parent libraries to 5.1.1 by @jonhealy1 in #354
- Inherit from Base Database Logic by @jonhealy1 in #355
New Contributors
Full Changelog: v3.2.5...v4.0.0a0
v3.2.5
What's Changed
- Option to configure multiple Elasticsearch/OpenSearch hosts and enable
http_compress
by @StijnCaerts in #349 - update to v3.2.5 by @jonhealy1 in #350
Full Changelog: v3.2.4...v3.2.5
v3.2.4
What's Changed
- Support Py3.13 by @mo-dkrz in #338
- Update version to v3.2.4 by @jonhealy1 in #339
Full Changelog: v3.2.3...v3.2.4
v3.2.3
What's Changed
- Adding note on the use of the default
*
use in route authentication dependecies by @rhysrevans3 in #325 - Fix IsNull operator by @jamesfisher-geo in #330
- Allow capitals in item index aliases by @rhysrevans3 in #329
- update for v3.2.3 by @jonhealy1 in #333
Full Changelog: v3.2.2...v3.2.3
v3.2.2
What's Changed
- Update for pep625 - pypi deprecation warnings by @jonhealy1 in #317
- fix: use base64 encoded JSON string of sort keys as pagination token by @StijnCaerts in #323
- Release v3.2.2 by @jonhealy1 in #324
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
- Aggregation Bugfix and Documentation Update by @jamesfisher-geo in #314
- add build push docker image image in the publish ci by @mo-dkrz in #311
- Pin httpx to <= 0.27.2 to fix tests by @jonhealy1 in #316
New Contributors
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Aggregation self link with collection specified by @StijnCaerts in #295
- refactor aggregate in database_logic by @StijnCaerts in #294
- Updating collection self link for collections page. by @rhysrevans3 in #297
- Rate limit implementation by @pedro-cf in #303
- Publish to PyPI in gh actions by @jonhealy1 in #305
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Fix some pydantic 2.0
DeprecationWarning
s by @kurtmckee in #289 - Remove
actions/cache
in favor ofactions/setup-python
caching by @kurtmckee in #288 - Fix
make test
by @kurtmckee in #287 - Make
cql2_like_to_es()
understand escaped backslashes by @kurtmckee in #286 - Add free-text search extension by @rhysrevans3 in #227
- Update to v3.1.0 by @jonhealy1 in #293
Full Changelog: v3.0.0...v3.1.0