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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
8
9
## [Unreleased]
9
10
10
11
### Added
11
12
13
+
- Created new `sfeos_helpers` package to improve code organization and maintainability [#376](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/376)
14
+
12
15
### Changed
13
16
17
+
- Refactored utility functions into dedicated modules within `sfeos_helpers`[#376](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/376):
18
+
- Created `database` package with specialized modules for index, document, and utility operations
19
+
- Created `aggregation` package for Elasticsearch/OpenSearch-specific aggregation functionality
20
+
- Moved shared logic from core module to helper functions for better code reuse
21
+
- Separated utility functions from constant mappings for clearer code organization
22
+
- Improved README documentation with consistent formatting and enhanced sections [#376](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/376):
23
+
- Added a comprehensive Quick Start guide
24
+
- Reorganized sections for better navigation
25
+
- Reformatted content with bullet points for improved readability
26
+
- Added more detailed examples for API interaction
27
+
- Updated documentation to reflect recent code refactoring
0 commit comments