Skip to content

Commit 0b570c4

Browse files
Merge pull request #311225 from evachen96/evach20260202releasenotes
Evach20260202releasenotes
2 parents fd2fe9d + acc3d96 commit 0b570c4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ ms.custom:
1717

1818
Release notes describe features, enhancements, and bug fixes released in 2026 for the FHIR® service and DICOM® service in Azure Health Data Services.
1919

20+
## February 2026
21+
### FHIR service
22+
#### Bug fixes:
23+
24+
**Bug fix for `$bulk-delete` queries with paged results exceeding 100 included items**: There was an issue where some `$bulk-delete` queries that return paged results exceeding 1,000 included items with related links could return an HTTP 500 Internal Server Error. The issue is fixed, and the results are returned correctly now.
25+
26+
**Bug fix for queries combining `_include` and `_revinclude`**: There was an issue where queries combining `_include` and `_revinclude` (for example, `GET /Patient?_include=Patient:organization&_revinclude=Observation:patient`) could return an HTTP 500 Internal Server Error. This issue is fixed, and results are returned correctly now.
27+
2028
## January 2026
2129
### FHIR service
2230

@@ -26,7 +34,7 @@ Release notes describe features, enhancements, and bug fixes released in 2026 fo
2634

2735
**Updates to responses for update and deletion of FHIR spec-defined search parameters**: There are a few updates to the behaviors and responses for update and deletion of FHIR spec-defined search parameters:
2836
- Deletion of out-of-box FHIR spec-defined search parameters previously returned a "204 No Content" and the parameter wasn't deleted. The response is updated to correctly return "405 Method Not Allowed."
29-
- Update of out-of-box FHIR spec-defined search parameters previously returned "201 Created," which can cause unintended behavior. The response is updated to return "405 Method Not Allowed." If you wish to update an out-of-box FHIR spec-defined search parameter, please create a new custom search parameter with a different URL.
37+
- Update of out-of-box FHIR spec-defined search parameters previously returned "201 Created," which can cause unintended behavior. The response is updated to return "405 Method Not Allowed." If you wish to update an out-of-box FHIR spec-defined search parameter, create a new custom search parameter with a different URL.
3038

3139
**Enhanced response logging for deletion of non-existent search parameters**: Deletion of nonexistent search parameters previously returned a "204 No Content." The response is improved to be more informative and now returns "404 Not Found."
3240

0 commit comments

Comments
 (0)