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.
14
14
### Fixed
15
15
16
16
- 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 )
17
18
18
19
## [ v1.0.0]
19
20
Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ def sync_prep_create_item(
629
629
630
630
This method performs pre-insertion preparation on the given `item`,
631
631
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.
633
633
634
634
Args:
635
635
item (Item): The item to be inserted into the database.
You can’t perform that action at this time.
0 commit comments