From 3a3219bd04d68fbdb982c88c72ee53bd1b0f2e53 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Sat, 3 Feb 2024 11:15:06 +0800 Subject: [PATCH 1/2] update to v1.1.0 --- CHANGELOG.md | 11 ++++++++++- README.md | 2 +- VERSION | 2 +- stac_fastapi/elasticsearch/setup.py | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df5a582..3f683f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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]: +[Unreleased]: +[v1.1.0]: [v1.0.0]: [v0.3.0]: [v0.2.0]: diff --git a/README.md b/README.md index 9ae86aae..7fbcae6b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index afaf360d..1cc5f657 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/stac_fastapi/elasticsearch/setup.py b/stac_fastapi/elasticsearch/setup.py index a34c5e7c..f038b9b1 100644 --- a/stac_fastapi/elasticsearch/setup.py +++ b/stac_fastapi/elasticsearch/setup.py @@ -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", From 7de294aa7352ed41f7615bc8f6f1bfda7b9c7367 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Sat, 3 Feb 2024 11:20:41 +0800 Subject: [PATCH 2/2] change version input --- VERSION | 1 - stac_fastapi/elasticsearch/setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 VERSION diff --git a/VERSION b/VERSION deleted file mode 100644 index 1cc5f657..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.1.0 \ No newline at end of file diff --git a/stac_fastapi/elasticsearch/setup.cfg b/stac_fastapi/elasticsearch/setup.cfg index 7a42432c..ad4714c2 100644 --- a/stac_fastapi/elasticsearch/setup.cfg +++ b/stac_fastapi/elasticsearch/setup.cfg @@ -1,2 +1,2 @@ [metadata] -version = attr: stac_fastapi.elasticsearch.version.__version__ +version = 1.1.0