You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/release-notes-2024.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,27 @@ ms.custom: references_regions
15
15
16
16
This article describes features, enhancements, and bug fixes released in 2024 for the FHIR® service, DICOM® service, and MedTech service in Azure Health Data Services.
17
17
18
+
## November 2024
19
+
20
+
### Azure Health Data Services
21
+
22
+
#### Improvements in the import operation
23
+
24
+
- Error Logging Enhancements: During the import operation, the error log now reports the specific files that failed during ingestion into the FHIR service. This improvement provides more detailed feedback on failed imports.
25
+
- Import Job Cancellation: A bug was identified where canceling an import job didn't trigger cancellation for associated child jobs. This issue is resolved, and now canceling an import job also cancels all related child jobs within the current orchestrator.
26
+
- Export Validation Improvement: An issue was found where exports proceeded despite invalid search parameters. A change is implemented to prevent exports under these conditions. This is the default behavior, but customers can override it using the lenient flag. The change was communicated to customers last month.
27
+
- Bundle Performance Enhancement: The profile refresh process during bundle execution has been simplified. If a bundle contains changes to `ValueSet`, `StructureDefinition`, and/or `CodeSystem`, no profile refreshes will occur until the bundle is fully completed. The change improves the performance of bundles by reducing delays caused by multiple refreshes when handling changes to these resource types.
28
+
- Content Type Header Parsing: An issue related to parsing the `application/x-www-form-urlencoded` content type header has been addressed and resolved.
29
+
- Reindexing Enhancements: The reindex operation is improved by removing an artificial limitation which previously restricted handling of large historical datasets, or cases where customers requested a limited query size. Additionally, reindex process would incorrectly report as "completed" when handling many sequential historical or deleted resources with the default query size. This issue has been addressed to ensure that the reindexing process completes correctly and reports the appropriate status.
30
+
31
+
#### Azure API for FHIR
32
+
33
+
- Export Validation Improvement: An issue was found where exports proceeded despite invalid search parameters. A new change is implemented to prevent exports under these conditions. This is the default behavior. Customers can override it using the lenient flag. This change was communicated to customers last month.
34
+
- Bundle Performance Enhancement: The profile refresh process during bundle execution has been simplified. If a bundle contains changes to `ValueSet`, `StructureDefinition`, and/or `CodeSystem`, no profile refreshes will occur until the bundle is fully completed. This change improves the performance of bundles by reducing delays caused by multiple refreshes when handling changes to these resource types.
35
+
- Content Type Header Parsing: An issue related to parsing the `application/x-www-form-urlencoded` content type header has been addressed and resolved.
36
+
- Reindexing Enhancements The reindex operation has been improved by removing an artificial limitation that previously restricted handling of large historical datasets, or cases where customers requested a limited query size. Additionally, reindex process would incorrectly report as "completed" when handling many sequential historical or deleted resources with the default query size. This issue has been addressed to ensure that the reindexing process completes correctly and reports the appropriate status.
37
+
38
+
18
39
## October 2024
19
40
20
41
### Azure Health Data Services
@@ -31,6 +52,7 @@ This article describes features, enhancements, and bug fixes released in 2024 fo
31
52
- Descending Sort Issue: Resolved an issue where descending sort operations returned no resources if the sorted field had no data in the database, even when relevant resources existed.
32
53
- Authentication Failure Handling: Added a new catch block to manage authentication failures when import requests are executed with managed identity turned off.
0 commit comments