- Notifications
You must be signed in to change notification settings - Fork28
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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
Uh oh!
There was an error while loading.Please reload this page.
base:v4.0.0a0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:stac-utils/stac-fastapi-elasticsearch-opensearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.0.0a1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 1commit
- 18files changed
- 1contributor
Commits on Apr 18, 2025
Update package names for Pep625 compliance (#358)
**Related Issue(s):**#337 **Description:**- Updated package names in setup.py files to use underscores instead ofperiods for PEP 625 compliance - Changed `stac_fastapi.opensearch` to `stac_fastapi_opensearch` - Changed `stac_fastapi.elasticsearch` to `stac_fastapi_elasticsearch` - Changed `stac_fastapi.core` to `stac_fastapi_core` - Updated all related dependencies to use the new naming convention- Renamed `docker-compose.yml` to `compose.yml` to align with DockerCompose V2 conventions- Removed deprecated `version` field from all compose files- Updated `STAC_FASTAPI_VERSION` environment variables to 4.0.0a1 in allcompose files- Bumped version from 4.0.0a0 to 4.0.0a1 for the PEP 625 compliantrelease- Updated dependency requirements to use compatible release specifiers(~=) for more controlled updates while allowing for bug fixes andsecurity patches- Removed elasticsearch-dsl dependency as it's now part of theelasticsearch package since version 8.18.0**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
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v4.0.0a0...v4.0.0a1
Uh oh!
There was an error while loading.Please reload this page.