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
@@ -13,12 +13,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
13
14
14
### Fixed
15
15
16
-
- 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)
17
-
18
16
### Removed
19
17
20
18
### Updated
21
19
20
+
## [v6.7.1] - 2025-10-31
21
+
22
+
### Fixed
23
+
24
+
- 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)
25
+
22
26
## [v6.7.0] - 2025-10-27
23
27
24
28
### Added
@@ -611,7 +615,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
611
615
- Use genexp in execute_search and get_all_collections to return results.
612
616
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments