What's Changed
Common to both Azure API for FHIR and Azure Health Data Services
- Fix for missing audit logs: Fix for missing audit logs when AKS nodes are restarting by @mikaelweave in #4825
Azure API for FHIR (Cosmos)
- Export error handling: Improved error handling for $export. When encountering a 429 error from Cosmos, users will now see a more specific error message instead of "unknown error", and $export will retry the job. By @tarunmathew12 in #4831
- Improvements to Docker container deployment configuration files: Changes to the Docker deployment configuration files to enhance consistency and flexibility, notability with the introduction of a new registryName parameter. By @brendankowitz in #4809
- Bug fix: Fix bug introduced by previous PR which changes default value of EnableTcpConnectionEndpointRediscovery to false; it now is kept as true, like previous behavior. By @mikaelweave in #4817
- Expose CosmosSDK direct connection configuration values for CosmosDB backed FHIR Servers by @mikaelweave in #4816
Azure Health Data Services (SQL)
- Conditional and Bulk delete feature enhancement: Add support for _include and _revinclude to conditional and bulk delete requests. Users can now use _include and _revinclude in the search criteria for conditional and bulk delete. Please note that this does not affect current behavior of singular deletes, which does not support extra parameters. By @LTA-Thinking in #4811