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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
13
13
### Changed
14
14
15
-
- Changed assets serialization to prevent mapping explosion while allowing asset inforamtion to be indexed. [#341](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/341)
16
-
17
15
### Fixed
18
16
17
+
18
+
## [v6.2.2] - 2025-09-04
19
+
20
+
### Changed
21
+
22
+
- Changed assets serialization to prevent mapping explosion while allowing asset information to be indexed. [#341](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/341)
23
+
24
+
19
25
## [v6.2.1] - 2025-09-02
20
26
21
27
### Added
@@ -27,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27
33
28
34
- Simplified Patch class and updated patch script creation including adding nest creation for merge patch [#420](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/420)
29
35
36
+
30
37
## [v6.2.0] - 2025-08-27
31
38
32
39
### Added
@@ -58,6 +65,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
58
65
59
66
- Added the Datetime-Based Index Management section to the Table of Contents in the readme, updating heading sizes to match the rest of the document [#418](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/418)
60
67
68
+
61
69
## [v6.1.0] - 2025-07-24
62
70
63
71
### Added
@@ -492,7 +500,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
492
500
- Use genexp in execute_search and get_all_collections to return results.
493
501
- Added db_to_stac serializer to item_collection method in core.py.
0 commit comments