- 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.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.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 7commits
- 26files changed
- 3contributors
Commits on Apr 24, 2025
Extending temporal search (#182)
**Related Issue(s):**-#181**Description:**Extending temporal search include start_datetime and end_datetimeproperties**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 Apr 25, 2025
Updating mapping to double for long (#326)
**Related Issue(s):**-#320**Description:**Convert dynamic mapping from ```{"numerics": {"match_mapping_type": "long", "mapping": {"type": "float"}}},``````{"numerics": {"match_mapping_type": "long", "mapping": {"type": "double"}}},```**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 5, 2025
**Related Issue(s):**-#75 **Description:**- Changed item update operation to use Elasticsearch index API insteadof delete and create for better efficiency and atomicity.**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 6, 2025
Add test coverage to makefile (#367)
**Related Issue(s):**-#87 **Description:**- Added code coverage reporting to the test suite using pytest-cov.**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
Enable choice of raising bulk insert errors, logging (#364)
**Related Issue(s):**-#346 **Description:**- Added logging to bulk insertion methods to provide detailed feedbackon errors encountered during operations.- Introduced the `RAISE_ON_BULK_ERROR` environment variable to controlwhether bulk insertion methods raise exceptions on errors (`true`) orlog warnings and continue processing (`false`).**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 7, 2025
Ensure consistent validation (#368)
**Related Issue(s):**-#332 **Description:**- Bulk insertion via `BulkTransactionsClient` now strictly validates allSTAC Items using the Pydantic model before insertion. Any invalid itemwill immediately raise a `ValidationError`, ensuring consistentvalidation with single-item inserts and preventing invalid STAC Itemsfrom being stored. This validation is enforced regardless of the`RAISE_ON_BULK_ERROR` setting.- Refactored `create_item` and `update_item` methods to share unifiedlogic, ensuring consistent conflict detection, validation, and databaseoperations.**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 9, 2025
Bump version to 4.1.0 across all files and update changelog (#365)
**Related Issue(s):**- None**Description:**- v4.1.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.0.0...v4.1.0
Uh oh!
There was an error while loading.Please reload this page.