Skip to content

Commit 0f85dcf

Browse files
committed
update changelog
1 parent 7f4d190 commit 0f85dcf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2121

2222
### Fixed
2323

24-
- Refactored `create_item` and `update_item` methods to share unified logic, ensuring consistent conflict detection, validation, and database operations.
24+
- Refactored `create_item` and `update_item` methods to share unified logic, ensuring consistent conflict detection, validation, and database operations. [#368](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/368)
2525

2626
## [v4.0.0] - 2025-04-23
2727

stac_fastapi/core/stac_fastapi/core/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ async def update_item(
752752
now = datetime_type.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
753753
item["properties"]["updated"] = now
754754

755-
# await self.database.check_collection_exists(collection_id)
756755
await self.database.create_item(
757756
item, refresh=kwargs.get("refresh", False), base_url=base_url, exist_ok=True
758757
)

0 commit comments

Comments
 (0)