- 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.1.0
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.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 7commits
- 30files changed
- 3contributors
Commits on May 10, 2025
Allow landing page id to be configurable (#352)
**Description:**Allow landing page id to be configured through env variable.**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---------Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
Add es_os_refresh env var to refresh index, ensure refresh passed via…
… kwargs (#370)**Related Issue(s):**-#315 **Description:**- Introduced the `DATABASE_REFRESH` environment variable to controlwhether database operations refresh the index immediately after changes.If set to `true`, changes will be immediately searchable. If set to`false`, changes may not be immediately visible but can improveperformance for bulk operations. If set to `wait_for`, changes will waitfor the next refresh cycle to become visible.- Refactored CRUD methods in `TransactionsClient` to use the`_resolve_refresh` helper method for consistent and reusable handling ofthe `refresh` parameter.- Fixed an issue where some routes were not passing the `refresh`parameter from `kwargs` to the database logic, ensuring consistentbehavior across all CRUD operations.**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
Add support for
S_CONTAINS
,S_WITHIN
,S_DISJOINT
spatial operat……ions (#372)**Related Issue(s):**-#371**Description:**Add support for `S_CONTAINS`, `S_WITHIN`, `S_DISJOINT` spatialoperations.**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---------Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
Commits on May 13, 2025
Enable transactions extensions env var (#374)
**Related Issue(s):**-#373 -#263 **Description:**- Added the `ENABLE_TRANSACTIONS_EXTENSIONS` environment variable toenable or disable the Transactions and Bulk Transactions API extensions.When set to `false`, endpoints provided by `TransactionsClient` and`BulkTransactionsClient` are not available. This allows for flexibledeployment scenarios and improved API control.**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
Commits on May 15, 2025
Dynamic queryables mapping for properties (#375)
**Description:**Separating queryables mapping from#340 this allows users to searchusing the property name without needing to prepend `properties.`**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---------Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
**Related Issue(s):**- None**Description:**- v4.2.0 release**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.1.0...v4.2.0
Uh oh!
There was an error while loading.Please reload this page.