File tree 6 files changed +13
-7
lines changed
stac_fastapi/elasticsearch
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.
8
8
## [ Unreleased]
9
9
10
10
### 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 )
12
11
13
12
### Changed
14
13
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
+
15
20
## [ v3.2.4] - 2025-03-14
16
21
17
22
### Added
@@ -302,7 +307,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
302
307
- Use genexp in execute_search and get_all_collections to return results.
303
308
- Added db_to_stac serializer to item_collection method in core.py.
304
309
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
306
312
[ v3.2.4 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v3.2.3...v3.2.4
307
313
[ v3.2.3 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v3.2.2...v3.2.3
308
314
[ 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 1
1
"""library version."""
2
- __version__ = "3.2.4 "
2
+ __version__ = "3.2.5 "
Original file line number Diff line number Diff line change 6
6
desc = f .read ()
7
7
8
8
install_requires = [
9
- "stac-fastapi.core==3.2.4 " ,
9
+ "stac-fastapi.core==3.2.5 " ,
10
10
"elasticsearch[async]==8.11.0" ,
11
11
"elasticsearch-dsl==8.11.0" ,
12
12
"uvicorn" ,
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "3.2.4 "
2
+ __version__ = "3.2.5 "
Original file line number Diff line number Diff line change 6
6
desc = f .read ()
7
7
8
8
install_requires = [
9
- "stac-fastapi.core==3.2.4 " ,
9
+ "stac-fastapi.core==3.2.5 " ,
10
10
"opensearch-py==2.4.2" ,
11
11
"opensearch-py[async]==2.4.2" ,
12
12
"uvicorn" ,
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "3.2.4 "
2
+ __version__ = "3.2.5 "
You can’t perform that action at this time.
0 commit comments