@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+
17+ ## [ v1.0.0]
18+
19+ ### Added
20+
1221- Collection-level Assets to the CollectionSerializer [ #148 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/148 )
1322- Pagination for /collections - GET all collections - route [ #164 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/164 )
1423- 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.
2938- Remove unsupported characters from Elasticsearch index names [ #153 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/153 )
3039- Fixed GET /search sortby requests [ #25 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/25 )
3140
41+
3242## [ v0.3.0]
3343
3444### Added
@@ -41,11 +51,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4151- Fields Extension [ #129 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/129 )
4252- Support for Python 3.11 [ #131 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/131 )
4353
44-
4554### Changed
4655
4756- Updated core stac-fastapi libraries to 2.4.3 from 2.3.0 [ #127 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/127 )
4857
58+
4959## [ v0.2.0]
5060
5161### Added
@@ -68,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6878- When using bulk ingest, items will continue to be ingested if any of them fail. Previously, the call would fail
6979 immediately if any items failed.
7080
81+
7182## [ v0.1.0]
7283
7384### Changed
@@ -79,7 +90,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7990- Use genexp in execute_search and get_all_collections to return results.
8091- Added db_to_stac serializer to item_collection method in core.py.
8192
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 >
8396[ v0.3.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.2.0...v0.3.0 >
8497[ v0.2.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.1.0...v0.2.0 >
8598[ v0.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.1.0 >
0 commit comments