Skip to content

Commit 6cab693

Browse files
Update release-notes-2025.md
Updates to language per Ketki Sheth - thanks!
1 parent c77b893 commit 6cab693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/release-notes-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article describes features, enhancements, and bug fixes released in 2025 fo
2121

2222
**Schema Upgrade Changes**: To improve customer experience during schema upgrades, the service now ensures that instances are initialized up to the minimum supported schema version. If a schema upgrade is in progress, the service will continue to respond while initializing the instance in parallel.
2323

24-
**Incremental Import Enhancement**: There is added protection from incorrect input values in last update pointing far in future, which causes incorrect versions to be generated by the FHIR server in subsequent resource updates. To prevent this behavior, check if the last updated input is set to more than 10 seconds in the future, and rejects input resources with such dates.
24+
**Incremental Import Enhancement**: Error handling has been added for `lastUpdated` input values marked in the future during ingestion using the import operation. The error handling includes a check to ensure that if the input `lastUpdated` is set to less than 10 seconds in the future, the input resources with dates in the future are rejected.
2525

2626
**Date Search Logic Update**: When searching for a date, the logic now ensures that any date range containing the searched date is included in the results. Previously, it only matched a date if the entire range was inside the searched date.
2727

0 commit comments

Comments
 (0)