File tree Expand file tree Collapse file tree 8 files changed +21
-10
lines changed 
stac_fastapi/elasticsearch 
stac_fastapi/sfeos_helpers Expand file tree Collapse file tree 8 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88## [ Unreleased]  
99
1010### Added  
11+ 
1112-  Added Redis caching configuration for navigation pagination support, enabling proper ` prev `  and ` next `  links in paginated responses. [ #466  ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/466 ) 
13+ 
14+ ### Changed  
15+ 
16+ ### Fixed  
17+ 
18+ ## [ v6.4.0]  - 2025-09-24 
19+ 
20+ ### Added  
21+ 
1222-  GET ` /collections `  collection search free text extension ex. ` /collections?q=sentinel ` . [ #470  ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/470 ) 
1323-  Added ` USE_DATETIME `  environment variable to configure datetime search behavior in SFEOS. [ #452  ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/452 ) 
1424-  GET ` /collections `  collection search sort extension ex. ` /collections?sortby=+id ` . [ #456  ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/456 ) 
@@ -523,7 +533,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
523533-  Use genexp in execute_search and get_all_collections to return results.
524534-  Added db_to_stac serializer to item_collection method in core.py.
525535
526- [ Unreleased ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v6.3.0...main 
536+ [ Unreleased ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v6.4.0...main 
537+ [ v6.4.0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v6.3.0...v6.4.0 
527538[ v6.3.0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v6.2.1...v6.3.0 
528539[ v6.2.1 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v6.2.0...v6.2.1 
529540[ v6.2.0 ] : https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/compare/v6.1.0...v6.2.0 
Original file line number Diff line number Diff line change 11"""library version.""" 
2- __version__  =  "6.3 .0" 
2+ __version__  =  "6.4 .0" 
Original file line number Diff line number Diff line change 66    desc  =  f .read ()
77
88install_requires  =  [
9-     "stac-fastapi-core==6.3 .0" ,
10-     "sfeos-helpers==6.3 .0" ,
9+     "stac-fastapi-core==6.4 .0" ,
10+     "sfeos-helpers==6.4 .0" ,
1111    "elasticsearch[async]~=8.18.0" ,
1212    "uvicorn~=0.23.0" ,
1313    "starlette>=0.35.0,<0.36.0" ,
Original file line number Diff line number Diff line change 11"""library version.""" 
2- __version__  =  "6.3 .0" 
2+ __version__  =  "6.4 .0" 
Original file line number Diff line number Diff line change 66    desc  =  f .read ()
77
88install_requires  =  [
9-     "stac-fastapi-core==6.3 .0" ,
10-     "sfeos-helpers==6.3 .0" ,
9+     "stac-fastapi-core==6.4 .0" ,
10+     "sfeos-helpers==6.4 .0" ,
1111    "opensearch-py~=2.8.0" ,
1212    "opensearch-py[async]~=2.8.0" ,
1313    "uvicorn~=0.23.0" ,
Original file line number Diff line number Diff line change 11"""library version.""" 
2- __version__  =  "6.3 .0" 
2+ __version__  =  "6.4 .0" 
Original file line number Diff line number Diff line change 66    desc  =  f .read ()
77
88install_requires  =  [
9-     "stac-fastapi.core==6.3 .0" ,
9+     "stac-fastapi.core==6.4 .0" ,
1010]
1111
1212setup (
Original file line number Diff line number Diff line change 11"""library version.""" 
2- __version__  =  "6.3 .0" 
2+ __version__  =  "6.4 .0" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments