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
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19
19
20
20
### Updated
21
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
+
22
28
## [v6.7.0] - 2025-10-27
23
29
24
30
### Added
@@ -611,7 +617,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
611
617
- Use genexp in execute_search and get_all_collections to return results.
612
618
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments