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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
16
17
17
### Fixed
18
18
19
-
- Issue where token, query param was not being passed to POST collections search logic
20
-
- Issue where datetime param was not being passed from POST collections search logic to Elasticsearch
21
-
- Collections search tests to ensure both GET /collections and POST /collections-search endpoints are tested
19
+
- Issue where token, query param was not being passed to POST collections search logic[#483](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/483)
20
+
- Issue where datetime param was not being passed from POST collections search logic to Elasticsearch[#483](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/483)
21
+
- Collections search tests to ensure both GET /collections and GET/POST /collections-search endpoints are tested[#483](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/483)
22
22
23
23
[v6.5.0] - 2025-09-29
24
24
@@ -554,7 +554,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
554
554
- Use genexp in execute_search and get_all_collections to return results.
555
555
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments