File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
38
38
- Remove unsupported characters from Elasticsearch index names [ #153 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/153 )
39
39
- Fixed GET /search sortby requests [ #25 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/25 )
40
40
41
+
41
42
## [ v0.3.0]
42
43
43
44
### Added
@@ -50,11 +51,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
50
51
- Fields Extension [ #129 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/129 )
51
52
- Support for Python 3.11 [ #131 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/131 )
52
53
53
-
54
54
### Changed
55
55
56
56
- Updated core stac-fastapi libraries to 2.4.3 from 2.3.0 [ #127 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/127 )
57
57
58
+
58
59
## [ v0.2.0]
59
60
60
61
### Added
@@ -77,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
78
- When using bulk ingest, items will continue to be ingested if any of them fail. Previously, the call would fail
78
79
immediately if any items failed.
79
80
81
+
80
82
## [ v0.1.0]
81
83
82
84
### Changed
@@ -88,6 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
90
- Use genexp in execute_search and get_all_collections to return results.
89
91
- Added db_to_stac serializer to item_collection method in core.py.
90
92
93
+
91
94
[ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...main >
92
95
[ v1.0.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.3.0...v1.0.0 >
93
96
[ v0.3.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.2.0...v0.3.0 >
You can’t perform that action at this time.
0 commit comments