You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to v6.7.5, fix redis optional dependencies, stac-fastapi to v6.1.1 (#541)
**Related Issue(s):**
- None
**Description:**
- Fix Redis optional dependencies in opensearch and elasticsearch
packages
[#541](#541)
- Upgrade stac-fastapi parent libraries to v6.1.1
[#541](#541)
- Removed support for Python 3.9, 3.10 as they are no longer supported
by stac-fastapi parent libraries
[#541](#541)
**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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Fixed
15
+
16
+
### Removed
17
+
18
+
## [v6.7.5] - 2025-11-25
19
+
20
+
### Added
21
+
12
22
- Added retry with back-off logic for Redis related functions. [#528](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/528)
13
23
- Added nanosecond precision datetime filtering that ensures nanosecond precision support in filtering by datetime. This is configured via the `USE_DATETIME_NANOS` environment variable, while maintaining microseconds compatibility for datetime precision. [#529](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/529)
14
24
15
-
### Changed
16
-
17
25
### Fixed
18
26
19
-
- Add Redis to be installed in dev environemnet for local testing [#536] (https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/536)
27
+
- Add Redis to be installed in dev environment for local testing [#536](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/536)
28
+
- Fix Redis optional dependencies in opensearch and elasticsearch packages [#541](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/541)
29
+
30
+
### Updated
31
+
32
+
- Upgrade stac-fastapi parent libraries to v6.1.1 [#541](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/541)
20
33
21
34
### Removed
22
35
23
-
### Updated
36
+
- Removed support for Python 3.9, 3.10 as they are no longer supported by stac-fastapi parent libraries [#541](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/541)
24
37
25
38
## [v6.7.4] - 2025-11-13
26
39
@@ -642,7 +655,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
642
655
- Use genexp in execute_search and get_all_collections to return results.
643
656
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments