@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+
17
+ ## [ v1.0.0]
18
+
19
+ ### Added
20
+
12
21
- Collection-level Assets to the CollectionSerializer [ #148 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/148 )
13
22
- Pagination for /collections - GET all collections - route [ #164 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/164 )
14
23
- Examples folder with example docker setup for running sfes from pip [ #147 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/147 )
@@ -29,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
29
38
- Remove unsupported characters from Elasticsearch index names [ #153 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/153 )
30
39
- Fixed GET /search sortby requests [ #25 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/25 )
31
40
41
+
32
42
## [ v0.3.0]
33
43
34
44
### Added
@@ -41,11 +51,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
41
51
- Fields Extension [ #129 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/129 )
42
52
- Support for Python 3.11 [ #131 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/131 )
43
53
44
-
45
54
### Changed
46
55
47
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 )
48
57
58
+
49
59
## [ v0.2.0]
50
60
51
61
### Added
@@ -68,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
68
78
- When using bulk ingest, items will continue to be ingested if any of them fail. Previously, the call would fail
69
79
immediately if any items failed.
70
80
81
+
71
82
## [ v0.1.0]
72
83
73
84
### Changed
@@ -79,7 +90,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
79
90
- Use genexp in execute_search and get_all_collections to return results.
80
91
- Added db_to_stac serializer to item_collection method in core.py.
81
92
82
- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.3.0...main >
93
+
94
+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...main >
95
+ [ v1.0.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.3.0...v1.0.0 >
83
96
[ v0.3.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.2.0...v0.3.0 >
84
97
[ v0.2.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.1.0...v0.2.0 >
85
98
[ v0.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.1.0 >
0 commit comments