Skip to content

Commit 223a927

Browse files
authored
Merge pull request #189 from stac-utils/v1.1.0
Update to v1.1.0
2 parents c03cd53 + 7de294a commit 223a927

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff 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>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

VERSION

-1
This file was deleted.

stac_fastapi/elasticsearch/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
version = attr: stac_fastapi.elasticsearch.version.__version__
2+
version = 1.1.0

stac_fastapi/elasticsearch/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setup(
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",

0 commit comments

Comments
 (0)