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.
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ v1.1.0]
17
+
18
+ ### Added
19
+
12
20
- Advanced comparison (LIKE, IN, BETWEEN) operators to the Filter extension [ #178 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/178 )
13
21
- Collection update endpoint no longer delete all sub items [ #177 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/177 )
14
22
- 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.
101
109
- Added db_to_stac serializer to item_collection method in core.py.
102
110
103
111
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 >
105
114
[ v1.0.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.3.0...v1.0.0 >
106
115
[ v0.3.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.2.0...v0.3.0 >
107
116
[ 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 1
1
# STAC FastAPI Elasticsearch (sfes)
2
2
3
- ## Elasticsearch backend for stac-fastapi
3
+ ## Elasticsearch backend for stac-fastapi with Opensearch support
4
4
5
5
#### Join our [ Gitter] ( https://gitter.im/stac-fastapi-elasticsearch/community ) page
6
6
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 42
42
43
43
setup (
44
44
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 ." ,
46
46
long_description = desc ,
47
47
long_description_content_type = "text/markdown" ,
48
48
python_requires = ">=3.8" ,
You can’t perform that action at this time.
0 commit comments