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
**Related Issue(s):**
- None
**Description:**
- Ensure `REDIS_MAX_CONNECTION` can accept `None` and integer value for
default number of connection.
[#515](#515)
**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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
15
16
16
### Fixed
17
17
18
-
- Ensure `REDIS_MAX_CONNECTION` can accept `None` and integer value for default number of connection. [#515](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/515)
19
-
20
18
### Removed
21
19
22
20
### Updated
23
21
22
+
## [v6.7.1] - 2025-10-31
23
+
24
+
### Fixed
25
+
26
+
- Ensure `REDIS_MAX_CONNECTION` can accept `None` and integer value for default number of connection. [#515](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/515)
27
+
24
28
## [v6.7.0] - 2025-10-27
25
29
26
30
### Added
@@ -613,7 +617,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
613
617
- Use genexp in execute_search and get_all_collections to return results.
614
618
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments