What's Changed
Azure Health Data Services (SQL)
- Updated OSS import documentation to include new eventual consistency feature by @SergeyGaluzo in #5036
- Bug Fix: Previously, $import may surface 500 "InternalServerError" errors due to improperly defined constraints on Code and Code Overflow columns in Search Parameter tables. This issue has been fixed. By @rajithaalurims in #5025
Common to both Azure API for FHIR and Azure Health Data Services
- Previously, there was a bug where conditional create or update may fail to return the content and appropriate headers when the condition provided matches that of a resource that already exists. This issue has been fixed, and now, Content-Location, Etag, and LastModified headers will be returned on conditional create and update requests. Additionally, added handling for the Prefer header to return content in the requested form. By @tarunmathew12 in #4995
- Bug fix: Previously, an issue was identified where the background job queues may still run for disabled operations like export and import, causing additional database overhead. The issue has now been fixed to disable JobHosting queues for export and import if they are disabled or have no storage account configured. By @mikaelweave in #4752
Full Changelog: release/4.0.453...release/4.0.457