File tree Expand file tree Collapse file tree 15 files changed +26
-22
lines changed
stac_fastapi/elasticsearch
stac_fastapi/sfeos_helpers Expand file tree Collapse file tree 15 files changed +26
-22
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ v5.0.0a1] - 2025-05-30
12
+
11
13
### Changed
12
14
13
15
- Updated mkdocs/ sfeos doucmentation page [ #386 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/386 )
@@ -414,7 +416,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
414
416
- Use genexp in execute_search and get_all_collections to return results.
415
417
- Added db_to_stac serializer to item_collection method in core.py.
416
418
417
- [ Unreleased ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v5.0.0a0...main
419
+ [ Unreleased ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v5.0.0a1...main
420
+ [ v5.0.0a1 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v5.0.0a0...v5.0.0a1
418
421
[ v5.0.0a0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v4.2.0...v5.0.0a0
419
422
[ v4.2.0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v4.1.0...v4.2.0
420
423
[ 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.0a0
12
+ - STAC_FASTAPI_VERSION=5.0.0a1
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.0a0
45
+ - STAC_FASTAPI_VERSION=5.0.0a1
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.0a0
12
+ - STAC_FASTAPI_VERSION=5.0.0a1
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.0a0
46
+ - STAC_FASTAPI_VERSION=5.0.0a1
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.0a0
12
+ - STAC_FASTAPI_VERSION=5.0.0a1
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.0a0
47
+ - STAC_FASTAPI_VERSION=5.0.0a1
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.0a0
12
+ - STAC_FASTAPI_VERSION=5.0.0a1
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.0a0
46
+ - STAC_FASTAPI_VERSION=5.0.0a1
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.0a0
12
+ - STAC_FASTAPI_VERSION=5.0.0a1
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,8 @@ 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.0a0
46
+ - STAC_FASTAPI_VERSION=5.0.0a1
47
+ - STAC_FASTAPI_LANDING_PAGE_ID=stac-fastapi-opensearch
47
48
- APP_HOST=0.0.0.0
48
49
- APP_PORT=8082
49
50
- RELOAD=true
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "5.0.0a0 "
2
+ __version__ = "5.0.0a1 "
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.0a0 " ,
10
- "sfeos-helpers==5.0.0a0 " ,
9
+ "stac-fastapi-core==5.0.0a1 " ,
10
+ "sfeos-helpers==5.0.0a1 " ,
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 106
106
api = StacApi (
107
107
title = os .getenv ("STAC_FASTAPI_TITLE" , "stac-fastapi-elasticsearch" ),
108
108
description = os .getenv ("STAC_FASTAPI_DESCRIPTION" , "stac-fastapi-elasticsearch" ),
109
- api_version = os .getenv ("STAC_FASTAPI_VERSION" , "5.0.0a0 " ),
109
+ api_version = os .getenv ("STAC_FASTAPI_VERSION" , "5.0.0a1 " ),
110
110
settings = settings ,
111
111
extensions = extensions ,
112
112
client = CoreClient (
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "5.0.0a0 "
2
+ __version__ = "5.0.0a1 "
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.0a0 " ,
10
- "sfeos-helpers==5.0.0a0 " ,
9
+ "stac-fastapi-core==5.0.0a1 " ,
10
+ "sfeos-helpers==5.0.0a1 " ,
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 107
107
api = StacApi (
108
108
title = os .getenv ("STAC_FASTAPI_TITLE" , "stac-fastapi-opensearch" ),
109
109
description = os .getenv ("STAC_FASTAPI_DESCRIPTION" , "stac-fastapi-opensearch" ),
110
- api_version = os .getenv ("STAC_FASTAPI_VERSION" , "5.0.0a0 " ),
110
+ api_version = os .getenv ("STAC_FASTAPI_VERSION" , "5.0.0a1 " ),
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.0a0 "
2
+ __version__ = "5.0.0a1 "
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.0a0 " ,
9
+ "stac-fastapi.core==5.0.0a1 " ,
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.0a0 "
2
+ __version__ = "5.0.0a1 "
You can’t perform that action at this time.
0 commit comments