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
- Created new `sfeos_helpers` package to improve code organization and maintainability [#376](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/376)
20
+
- Added introduction section - What is stac-fastapi-elasticsearch-opensearch? - to README [#384](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/384)
21
+
12
22
### Changed
13
23
24
+
- Refactored utility functions into dedicated modules within `sfeos_helpers`[#376](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/376):
25
+
- Created `database` package with specialized modules for index, document, and utility operations
26
+
- Created `aggregation` package for Elasticsearch/OpenSearch-specific aggregation functionality
27
+
- Moved shared logic from core module to helper functions for better code reuse
28
+
- Separated utility functions from constant mappings for clearer code organization
29
+
- Updated documentation to reflect recent code refactoring [#376](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/376)
30
+
- Improved README documentation with consistent formatting and enhanced sections [#381](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/381):
31
+
- Added sfeos logo and banner
32
+
- Added a comprehensive Quick Start guide
33
+
- Reorganized sections for better navigation
34
+
- Reformatted content with bullet points for improved readability
35
+
- Added more detailed examples for API interaction
36
+
14
37
### Fixed
15
38
16
-
17
39
## [v4.2.0] - 2025-05-15
18
40
19
41
### Added
@@ -388,7 +410,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
388
410
- Use genexp in execute_search and get_all_collections to return results.
389
411
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments