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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
### Added
11
11
12
12
- Environment variable `EXCLUDED_FROM_ITEMS` to exclude specific fields from items endpoint response. Supports comma-separated list of fully qualified field names (e.g., `properties.auth:schemes,properties.storage:schemes`) [#518](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/518)
13
+
- Added validator for `REDIS_MAX_CONNECTIONS` to handle empty or null-like values ("", "null", None) and return None instead. [#519](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/519)
13
14
14
15
### Changed
15
16
@@ -19,6 +20,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
19
20
20
21
### Updated
21
22
23
+
## [v6.7.2] - 2025-11-04
24
+
25
+
### Fixed
26
+
27
+
- Fixed "list index out of range" error when using BETWEEN operator in CQL2-text filters. [#521](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/521)
28
+
29
+
## [v6.7.1] - 2025-10-31
30
+
31
+
### Fixed
32
+
33
+
- 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)
34
+
22
35
## [v6.7.0] - 2025-10-27
23
36
24
37
### Added
@@ -611,7 +624,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
611
624
- Use genexp in execute_search and get_all_collections to return results.
612
625
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments