File tree 8 files changed +11
-7
lines changed
stac_fastapi/elasticsearch
8 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v2.2.0]
11
+
10
12
### Added
11
13
12
14
- use index templates for Collection and Item indices [ #208 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/discussions/208 )
@@ -149,7 +151,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
149
151
- Added db_to_stac serializer to item_collection method in core.py.
150
152
151
153
152
- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.1.0...main >
154
+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.2.0...main >
155
+ [ v2.2.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.1.0...v2.2.0 >
153
156
[ v2.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.0.0...v2.1.0 >
154
157
[ v2.0.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.1.0...v2.0.0 >
155
158
[ v1.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...v1.1.0 >
Original file line number Diff line number Diff line change 5
5
<p align =" left " >
6
6
<img src =" https://github.com/radiantearth/stac-site/raw/master/images/logo/stac-030-long.png " width =600 >
7
7
<p align =" left " ><b >Elasticsearch and Opensearch backends for the stac-fastapi project.</b ></p >
8
+ </p >
8
9
9
10
10
11
[ ![ PyPI version] ( https://badge.fury.io/py/stac-fastapi.elasticsearch.svg )] ( https://badge.fury.io/py/stac-fastapi.elasticsearch )
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ WORKDIR /app
15
15
16
16
COPY . /app
17
17
18
- RUN pip install stac-fastapi.elasticsearch==2.1 .0
18
+ RUN pip install stac-fastapi.elasticsearch==2.2 .0
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.1 .0"
2
+ __version__ = "2.2 .0"
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==2.1 .0" ,
9
+ "stac-fastapi.core==2.2 .0" ,
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__ = "2.1 .0"
2
+ __version__ = "2.2 .0"
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==2.1 .0" ,
9
+ "stac-fastapi.core==2.2 .0" ,
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__ = "2.1 .0"
2
+ __version__ = "2.2 .0"
You can’t perform that action at this time.
0 commit comments