File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
stac_fastapi/elasticsearch Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ## [ v1.1.0]
17+
18+ ### Added
19+
1220- Advanced comparison (LIKE, IN, BETWEEN) operators to the Filter extension [ #178 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/178 )
1321- Collection update endpoint no longer delete all sub items [ #177 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/177 )
1422- OpenSearch 2.11.1 support [ #188 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/188 )
@@ -101,7 +109,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
101109- Added db_to_stac serializer to item_collection method in core.py.
102110
103111
104- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...main >
112+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.1.0...main >
113+ [ v1.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...v1.1.0 >
105114[ v1.0.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.3.0...v1.0.0 >
106115[ v0.3.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.2.0...v0.3.0 >
107116[ v0.2.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.1.0...v0.2.0 >
Original file line number Diff line number Diff line change 11# STAC FastAPI Elasticsearch (sfes)
22
3- ## Elasticsearch backend for stac-fastapi
3+ ## Elasticsearch backend for stac-fastapi with Opensearch support
44
55#### Join our [ Gitter] ( https://gitter.im/stac-fastapi-elasticsearch/community ) page
66
Original file line number Diff line number Diff line change 1- 1.0 .0
1+ 1.1 .0
Original file line number Diff line number Diff line change 4242
4343setup (
4444 name = "stac-fastapi.elasticsearch" ,
45- description = "An implementation of STAC API based on the FastAPI framework with Elasticsearch." ,
45+ description = "An implementation of STAC API based on the FastAPI framework with both Elasticsearch and Opensearch ." ,
4646 long_description = desc ,
4747 long_description_content_type = "text/markdown" ,
4848 python_requires = ">=3.8" ,
You can’t perform that action at this time.
0 commit comments