File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
stac_fastapi/elasticsearch/stac_fastapi/elasticsearch Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414### Fixed
1515
1616- Exclude unset fields in search response [ #166 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/166 )
17+ - Upgrade stac-fastapi to v2.4.9 [ #172 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/172 )
1718
1819## [ v1.0.0]
1920
Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ def sync_prep_create_item(
629629
630630 This method performs pre-insertion preparation on the given `item`,
631631 such as checking if the collection the item belongs to exists,
632- and verifying that an item with the same ID does not already exist in the database.
632+ and optionally verifying that an item with the same ID does not already exist in the database.
633633
634634 Args:
635635 item (Item): The item to be inserted into the database.
You can’t perform that action at this time.
0 commit comments