File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed
stac_fastapi/elasticsearch Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88## [ Unreleased]
99
1010### Added
11- - Option to configure multiple Elasticsearch/OpenSearch hosts and enable ` http_compress ` . [ #349 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/349 )
1211
1312### Changed
1413
14+ ## [ v3.2.5] - 2025-04-07
15+
16+ ### Added
17+
18+ - Option to configure multiple Elasticsearch/OpenSearch hosts and enable ` http_compress ` . [ #349 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/349 )
19+
1520## [ v3.2.4] - 2025-03-14
1621
1722### Added
@@ -302,7 +307,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
302307- Use genexp in execute_search and get_all_collections to return results.
303308- Added db_to_stac serializer to item_collection method in core.py.
304309
305- [ Unreleased ] : https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v3.2.4...main
310+ [ Unreleased ] : https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v3.2.5...main
311+ [ v3.2.5 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v3.2.4...v3.2.5
306312[ v3.2.4 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v3.2.3...v3.2.4
307313[ v3.2.3 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v3.2.2...v3.2.3
308314[ v3.2.2 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v3.2.1...v3.2.2
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.4 "
2+ __version__ = "3.2.5 "
Original file line number Diff line number Diff line change 66 desc = f .read ()
77
88install_requires = [
9- "stac-fastapi.core==3.2.4 " ,
9+ "stac-fastapi.core==3.2.5 " ,
1010 "elasticsearch[async]==8.11.0" ,
1111 "elasticsearch-dsl==8.11.0" ,
1212 "uvicorn" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.4 "
2+ __version__ = "3.2.5 "
Original file line number Diff line number Diff line change 66 desc = f .read ()
77
88install_requires = [
9- "stac-fastapi.core==3.2.4 " ,
9+ "stac-fastapi.core==3.2.5 " ,
1010 "opensearch-py==2.4.2" ,
1111 "opensearch-py[async]==2.4.2" ,
1212 "uvicorn" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.4 "
2+ __version__ = "3.2.5 "
You can’t perform that action at this time.
0 commit comments