-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: stac-utils/stac-fastapi-elasticsearch-opensearch
base: v4.1.0
head repository: stac-utils/stac-fastapi-elasticsearch-opensearch
compare: v4.2.0
- 7 commits
- 30 files changed
- 3 contributors
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7405916 - Browse repository at this point
Copy the full SHA 7405916View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 43f911e - Browse repository at this point
Copy the full SHA 43f911eView commit details -
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 control whether 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 improve performance for bulk operations. If set to `wait_for`, changes will wait for the next refresh cycle to become visible. - Refactored CRUD methods in `TransactionsClient` to use the `_resolve_refresh` helper method for consistent and reusable handling of the `refresh` parameter. - Fixed an issue where some routes were not passing the `refresh` parameter from `kwargs` to the database logic, ensuring consistent behavior 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
Configuration menu - View commit details
-
Copy full SHA for f3ac7da - Browse repository at this point
Copy the full SHA f3ac7daView commit details -
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` spatial 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 --------- Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c1d9ca8 - Browse repository at this point
Copy the full SHA c1d9ca8View commit details
Commits on May 13, 2025
-
Enable transactions extensions env var (#374)
**Related Issue(s):** - #373 - #263 **Description:** - Added the `ENABLE_TRANSACTIONS_EXTENSIONS` environment variable to enable 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 flexible deployment 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
Configuration menu - View commit details
-
Copy full SHA for bc1c3f7 - Browse repository at this point
Copy the full SHA bc1c3f7View commit details
Commits on May 15, 2025
-
Dynamic queryables mapping for properties (#375)
**Description:** Separating queryables mapping from #340 this allows users to search using 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>
Configuration menu - View commit details
-
Copy full SHA for bcee30c - Browse repository at this point
Copy the full SHA bcee30cView commit details -
**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
Configuration menu - View commit details
-
Copy full SHA for eec5f14 - Browse repository at this point
Copy the full SHA eec5f14View commit details
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