File tree Expand file tree Collapse file tree 15 files changed +29
-22
lines changed
stac_fastapi/elasticsearch
stac_fastapi/sfeos_helpers Expand file tree Collapse file tree 15 files changed +29
-22
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ v6.0.0] - 2025-06-22
12
+
11
13
### Added
12
14
13
15
- Added support for PATCH update through [ RFC 6902] ( https://datatracker.ietf.org/doc/html/rfc6902 ) and [ RFC 7396] ( https://datatracker.ietf.org/doc/html/rfc7396 ) [ #291 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/291 )
14
16
17
+ ### Changed
18
+
19
+ - Updated stac-fastapi parent libraries to v6.0.0 [ #291 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/291 )
20
+
15
21
## [ v5.0.0] - 2025-06-11
16
22
17
23
### Added
@@ -423,7 +429,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
423
429
- Use genexp in execute_search and get_all_collections to return results.
424
430
- Added db_to_stac serializer to item_collection method in core.py.
425
431
426
- [ Unreleased ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v5.0.0...main
432
+ [ Unreleased ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v6.0.0...main
433
+ [ v6.0.0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v5.0.0...v6.0.0
427
434
[ v5.0.0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v4.2.0...v5.0.0
428
435
[ v4.2.0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v4.1.0...v4.2.0
429
436
[ v4.1.0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v4.0.0...v4.1.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
11
11
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12
- - STAC_FASTAPI_VERSION=5 .0.0
12
+ - STAC_FASTAPI_VERSION=6 .0.0
13
13
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-elasticsearch
14
14
- APP_HOST=0.0.0.0
15
15
- APP_PORT=8080
@@ -42,7 +42,7 @@ services:
42
42
environment :
43
43
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
44
44
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
45
- - STAC_FASTAPI_VERSION=5 .0.0
45
+ - STAC_FASTAPI_VERSION=6 .0.0
46
46
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-opensearch
47
47
- APP_HOST=0.0.0.0
48
48
- APP_PORT=8082
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
11
11
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12
- - STAC_FASTAPI_VERSION=5 .0.0
12
+ - STAC_FASTAPI_VERSION=6 .0.0
13
13
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-elasticsearch
14
14
- APP_HOST=0.0.0.0
15
15
- APP_PORT=8080
@@ -43,7 +43,7 @@ services:
43
43
environment :
44
44
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
45
45
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
46
- - STAC_FASTAPI_VERSION=5 .0.0
46
+ - STAC_FASTAPI_VERSION=6 .0.0
47
47
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-opensearch
48
48
- APP_HOST=0.0.0.0
49
49
- APP_PORT=8082
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
11
11
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12
- - STAC_FASTAPI_VERSION=5 .0.0
12
+ - STAC_FASTAPI_VERSION=6 .0.0
13
13
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-elasticsearch
14
14
- APP_HOST=0.0.0.0
15
15
- APP_PORT=8080
@@ -44,7 +44,7 @@ services:
44
44
environment :
45
45
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
46
46
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
47
- - STAC_FASTAPI_VERSION=5 .0.0
47
+ - STAC_FASTAPI_VERSION=6 .0.0
48
48
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-opensearch
49
49
- APP_HOST=0.0.0.0
50
50
- APP_PORT=8082
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
11
11
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12
- - STAC_FASTAPI_VERSION=5 .0.0
12
+ - STAC_FASTAPI_VERSION=6 .0.0
13
13
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-elasticsearch
14
14
- APP_HOST=0.0.0.0
15
15
- APP_PORT=8080
@@ -43,7 +43,7 @@ services:
43
43
environment :
44
44
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
45
45
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
46
- - STAC_FASTAPI_VERSION=5 .0.0
46
+ - STAC_FASTAPI_VERSION=6 .0.0
47
47
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-opensearch
48
48
- APP_HOST=0.0.0.0
49
49
- APP_PORT=8082
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
11
11
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12
- - STAC_FASTAPI_VERSION=5 .0.0
12
+ - STAC_FASTAPI_VERSION=6 .0.0
13
13
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-elasticsearch
14
14
- APP_HOST=0.0.0.0
15
15
- APP_PORT=8080
@@ -43,7 +43,7 @@ services:
43
43
environment :
44
44
- STAC_FASTAPI_TITLE=stac-fastapi-opensearch
45
45
- STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
46
- - STAC_FASTAPI_VERSION=5 .0.0
46
+ - STAC_FASTAPI_VERSION=6 .0.0
47
47
- STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-opensearch
48
48
- APP_HOST=0.0.0.0
49
49
- APP_PORT=8082
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "5 .0.0"
2
+ __version__ = "6 .0.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==5 .0.0" ,
10
- "sfeos-helpers==5 .0.0" ,
9
+ "stac-fastapi-core==6 .0.0" ,
10
+ "sfeos-helpers==6 .0.0" ,
11
11
"elasticsearch[async]~=8.18.0" ,
12
12
"uvicorn~=0.23.0" ,
13
13
"starlette>=0.35.0,<0.36.0" ,
Original file line number Diff line number Diff line change 107
107
app_config = {
108
108
"title" : os .getenv ("STAC_FASTAPI_TITLE" , "stac-fastapi-elasticsearch" ),
109
109
"description" : os .getenv ("STAC_FASTAPI_DESCRIPTION" , "stac-fastapi-elasticsearch" ),
110
- "api_version" : os .getenv ("STAC_FASTAPI_VERSION" , "5 .0.0" ),
110
+ "api_version" : os .getenv ("STAC_FASTAPI_VERSION" , "6 .0.0" ),
111
111
"settings" : settings ,
112
112
"extensions" : extensions ,
113
113
"client" : CoreClient (
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "5 .0.0"
2
+ __version__ = "6 .0.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==5 .0.0" ,
10
- "sfeos-helpers==5 .0.0" ,
9
+ "stac-fastapi-core==6 .0.0" ,
10
+ "sfeos-helpers==6 .0.0" ,
11
11
"opensearch-py~=2.8.0" ,
12
12
"opensearch-py[async]~=2.8.0" ,
13
13
"uvicorn~=0.23.0" ,
Original file line number Diff line number Diff line change 108
108
app_config = {
109
109
"title" : os .getenv ("STAC_FASTAPI_TITLE" , "stac-fastapi-opensearch" ),
110
110
"description" : os .getenv ("STAC_FASTAPI_DESCRIPTION" , "stac-fastapi-opensearch" ),
111
- "api_version" : os .getenv ("STAC_FASTAPI_VERSION" , "5 .0.0" ),
111
+ "api_version" : os .getenv ("STAC_FASTAPI_VERSION" , "6 .0.0" ),
112
112
"settings" : settings ,
113
113
"extensions" : extensions ,
114
114
"client" : CoreClient (
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "5 .0.0"
2
+ __version__ = "6 .0.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==5 .0.0" ,
9
+ "stac-fastapi.core==6 .0.0" ,
10
10
]
11
11
12
12
setup (
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "5 .0.0"
2
+ __version__ = "6 .0.0"
You can’t perform that action at this time.
0 commit comments