Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stac-utils/stac-fastapi-elasticsearch-opensearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0a0
Choose a base ref
...
head repository: stac-utils/stac-fastapi-elasticsearch-opensearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0a1
Choose a head ref
  • 3 commits
  • 19 files changed
  • 3 contributors

Commits on May 29, 2025

  1. Update docs (#386)

    **Related Issue(s):**
    
    - #
    
    **Description:**
    - Update mkdocs.yml API section to include sfeos_helpers and other new
    files/ functionality
    - Reduce logo sizes for documentation page
    
    **PR Checklist:**
    
    - [x] Code is formatted and linted (run `pre-commit run --all-files`)
    - [x] Tests pass (run `make test`)
    - [x] Documentation has been updated to reflect changes, if applicable
    - [x] Changes are added to the changelog
    jonhealy1 authored May 29, 2025
    Configuration menu
    Copy the full SHA
    3930769 View commit details
    Browse the repository at this point in the history
  2. Database authorization capability with SSL disabled (#388)

    **Related Issue(s):**
    - #387
    
    **Description:**
    possibility of authorization with disabled ssl
    
    **PR Checklist:**
    
    - [ ] Code is formatted and linted (run `pre-commit run --all-files`)
    - [ ] Tests pass (run `make test`)
    - [ ] Documentation has been updated to reflect changes, if applicable
    - [ ] Changes are added to the changelog
    
    ---------
    
    Co-authored-by: Grzegorz Pustulka <[email protected]>
    GrzegorzPustulka and Grzegorz Pustulka authored May 29, 2025
    Configuration menu
    Copy the full SHA
    b3dabfe View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Update version to v5.0.0a1 (#389)

    **Related Issue(s):**
    
    - None
    
    **Description:**
    - Updated mkdocs/ sfeos doucmentation page 
    - Added the ability to authenticate with OpenSearch/ElasticSearch with
    SSL disabled
    
    **PR Checklist:**
    
    - [x] Code is formatted and linted (run `pre-commit run --all-files`)
    - [x] Tests pass (run `make test`)
    - [x] Documentation has been updated to reflect changes, if applicable
    - [x] Changes are added to the changelog
    jonhealy1 authored May 30, 2025
    Configuration menu
    Copy the full SHA
    56f4f7b View commit details
    Browse the repository at this point in the history
Loading