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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
### Changed
12
12
### Fixed
13
13
14
+
- Corrected the closing of client connections in ES index management functions [#132](https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/132)
15
+
14
16
## [v0.3.0]
15
17
16
18
### Added
@@ -59,7 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
59
61
Previously, there was no sort order defined.
60
62
- Db_to_stac serializer moved to core.py for consistency as it existed in both core and database_logic previously.
61
63
- Use genexp in execute_search and get_all_collections to return results.
62
-
- Added db_to_stac serializer to item_collection method in core.py.
64
+
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments