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
### v6.10.0 - 2026-01-22
#### Added
- Added Helm chart for ES or OS in-cluster deployment
[#455](#455)
- Added configurable hidden item filtering via HIDE_ITEM_PATH
environment variable.
[#566](#566)
#### Changed
- Added `PUT /catalogs/{catalog_id}` endpoint to update existing
catalogs. Allows modification of catalog metadata (title, description,
etc.) while preserving internal fields like parent_ids and catalog
relationships.
[#573](#573)
- Added catalog poly-hierarchy support with hierarchical catalog
endpoints (`GET /catalogs/{catalog_id}/catalogs` and `POST
/catalogs/{catalog_id}/catalogs`), enabling unlimited nesting levels and
allowing catalogs to belong to multiple parent catalogs simultaneously.
Includes cursor-based pagination and performance optimizations.
[#573](#573)
- Added end_datetime alias for datetime-based indexes with
use_datetime=false, so that start_datetime/end_datetime queries select a
smaller range of indexes (limiting the end)
[#537](#537)
**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
- Added `PUT /catalogs/{catalog_id}` endpoint to update existing catalogs. Allows modification of catalog metadata (title, description, etc.) while preserving internal fields like parent_ids and catalog relationships. [#573](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/673)
18
-
- Added catalog poly-hierarchy support with hierarchical catalog endpoints (`GET /catalogs/{catalog_id}/catalogs` and `POST /catalogs/{catalog_id}/catalogs`), enabling unlimited nesting levels and allowing catalogs to belong to multiple parent catalogs simultaneously. Includes cursor-based pagination and performance optimizations. [#573](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/573)
19
-
- Added end_datetime alias for datetime-based indexes with use_datetime=false, so that start_datetime/end_datetime queries select a smaller range of indexes (limiting the end)
20
-
21
14
### Fixed
22
15
23
16
### Removed
24
17
25
18
### Updated
26
19
20
+
## [v6.10.0] - 2026-01-22
21
+
22
+
### Added
23
+
24
+
- Added Helm chart for ES or OS in-cluster deployment [#455](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/455)
- Added `PUT /catalogs/{catalog_id}` endpoint to update existing catalogs. Allows modification of catalog metadata (title, description, etc.) while preserving internal fields like parent_ids and catalog relationships. [#573](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/573)
30
+
- Added catalog poly-hierarchy support with hierarchical catalog endpoints (`GET /catalogs/{catalog_id}/catalogs` and `POST /catalogs/{catalog_id}/catalogs`), enabling unlimited nesting levels and allowing catalogs to belong to multiple parent catalogs simultaneously. Includes cursor-based pagination and performance optimizations. [#573](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/573)
31
+
- Added end_datetime alias for datetime-based indexes with use_datetime=false, so that start_datetime/end_datetime queries select a smaller range of indexes (limiting the end) [#537](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/537)
32
+
27
33
## [v6.9.0] - 2026-01-09
28
34
29
35
### Added
@@ -725,7 +731,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
725
731
- Use genexp in execute_search and get_all_collections to return results.
726
732
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments