Skip to content

Commit eadfc11

Browse files
pre-commit, make tests, changelog
1 parent 8e3ae77 commit eadfc11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

12+
- Collection-level Assets to the CollectionSerializer [#148](https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/148)
13+
14+
### Added
15+
1216
- Examples folder with example docker setup for running sfes from pip [#147](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/147)
1317

1418
### Changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ def db_to_stac(cls, collection: dict, base_url: str) -> stac_types.Collection:
158158
summaries=summaries,
159159
extent=extent,
160160
links=collection_links,
161-
assets=collection_assets
161+
assets=collection_assets,
162162
)

0 commit comments

Comments
 (0)