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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17
17
18
18
### Updated
19
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
+
20
26
## [v6.7.0] - 2025-10-27
21
27
22
28
### Added
@@ -609,7 +615,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
609
615
- Use genexp in execute_search and get_all_collections to return results.
610
616
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments