4.0.722
What's Changed
Azure Health Data Services (SQL)
- Search params concurrency ADR by SergeyGaluzo in #5459
Common to both Azure API for FHIR and Azure Health Data Services
- Fix concurrent collection access errors by Fernando Henrique Inocêncio Borba Ferreira (@fhibf) in #5466: Previously, users could experience intermittent failures as a side-effect of background in-process attempts to update the capability statements. This issue is fixed by ensuring that access to the resources of the capability statement are using thread-safe components to help prevent these errors.
- Batch oversized bulk operation audit logs by @Copilot in #5484: Previously, some bulk delete audit logs could exceed the maximum body size, preventing their processing. This issue has been fixed by splitting the items into size-bounded batches.
Other Changes
- Suppress SSRF as URL comes from controlled server side config by Jared Erwin (@feordin) in #5482
- Update TestFhirServer initialization by jestradaMS in #5481
Documentation
- Update with notice by Eva Chen (@evachen96) in #5458
New Contributors
- Eva Chen (@evachen96) made their first contribution in #5458
Full Changelog: release/4.0.716...release/4.0.722