What's Changed
Common to both Azure API for FHIR and Azure Health Data Services
- Remove forwarded headers and add classes to be used while using AntiSSRF library to protect against Server Side Request Forgery (SSRF) attacks by @rbans96 in (#4849)
- Increased maximum ValueSet size to 20,000 codes by @feordin in (#4850)
Azure API for FHIR (Cosmos)
- Corrected schema version 86 by @paorodma-ms in (#4853)
- Removed all classes, stored procedures, and configurations related to legacy export job worker by @paorodma-ms in (#4838)
Azure Health Data services (SQL)
- Search bug fix: Fixed an issue on search with _sort parameter where the bundle response has the next link added that leads to an empty page (no resources in the response) in a few edge cases. By @tarunmathew12 in (#4847)
- Added documentation detailing steps on how to connect to a SQL database (new documentation here: https://github.com/microsoft/fhir-server/blob/main/docs/HowToConnectSQLDatabase.md) by @v-ajajvanu in (#4619)
- Enabled schema compare test locally by @SergeyGaluzo in (#4845)
- Removed ResourceId and ReferenceResourceId values from calculation, allowing reuse of SQL query plans and reducing compilations by @SergeyGaluzo in (#4832) [ #135263 ]
Importer Tool Updates
- Importer OSS Tool enhancements: Added optional exponential retry, and added jitter to retry of Importer tool by @mikaelweave in (#4840)
Full Changelog: release/4.0.343...release/4.0.352