Skip to content

Commit

Permalink
Merge pull request #189 from stac-utils/v1.1.0
Browse files Browse the repository at this point in the history
Update to v1.1.0
  • Loading branch information
jonhealy1 committed Feb 3, 2024
2 parents c03cd53 + 7de294a commit 223a927
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Fixed

## [v1.1.0]

### Added

- Advanced comparison (LIKE, IN, BETWEEN) operators to the Filter extension [#178](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/178)
- Collection update endpoint no longer delete all sub items [#177](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/177)
- OpenSearch 2.11.1 support [#188](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/188)
Expand Down Expand Up @@ -101,7 +109,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added db_to_stac serializer to item_collection method in core.py.


[Unreleased]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...main>
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.1.0...main>
[v1.1.0]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...v1.1.0>
[v1.0.0]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.3.0...v1.0.0>
[v0.3.0]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.2.0...v0.3.0>
[v0.2.0]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.1.0...v0.2.0>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STAC FastAPI Elasticsearch (sfes)

## Elasticsearch backend for stac-fastapi
## Elasticsearch backend for stac-fastapi with Opensearch support

#### Join our [Gitter](https://gitter.im/stac-fastapi-elasticsearch/community) page

Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion stac_fastapi/elasticsearch/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
version = attr: stac_fastapi.elasticsearch.version.__version__
version = 1.1.0
2 changes: 1 addition & 1 deletion stac_fastapi/elasticsearch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name="stac-fastapi.elasticsearch",
description="An implementation of STAC API based on the FastAPI framework with Elasticsearch.",
description="An implementation of STAC API based on the FastAPI framework with both Elasticsearch and Opensearch.",
long_description=desc,
long_description_content_type="text/markdown",
python_requires=">=3.8",
Expand Down

0 comments on commit 223a927

Please sign in to comment.