microsoft/fhir-server release/4.0.559
microsoft/fhir-server
Captured source
source ↗published Oct 26, 2025seen Jun 26captured 6dhttp 200method plain
4.0.559
Repository: microsoft/fhir-server
Tag: release/4.0.559
Published: 2025-10-26T12:41:56Z
Prerelease: no
Release notes:
What's Changed
Azure Health Data Services (SQL)
- Remove second hash from includes by @SergeyGaluzo in https://github.com/microsoft/fhir-server/pull/5202: Removed second hash from include/revinclude query part to allow for caching query plan. For simple include/revinclude queries, this helps reduce total compliation time on subsequent executions.
- Index LastUpdated in SearchParam and set BG sync to 20 seconds by @jestradaMS in https://github.com/microsoft/fhir-server/pull/5198: Enhancements to timing for caching updates, improving custom search parameter performance
Common to both Azure API for FHIR and Azure Health Data Services: Update new SQL schema version to v98 and added an index to improve search parameter performance.
- Exclude non business logic files from test coverage by @apurvabhaleMS in https://github.com/microsoft/fhir-server/pull/5197
- Report test coverage for Unit tests and Integration tests by @apurvabhaleMS in https://github.com/microsoft/fhir-server/pull/5201
- Insert into temp table only for include and revinclude searches by @apurvabhaleMS in https://github.com/microsoft/fhir-server/pull/5209
Other Changes
- Associate add keyvault with nsp by @rbans96 in https://github.com/microsoft/fhir-server/pull/5208
Package Updates
- Bump Microsoft.Extensions.TimeProvider.Testing to 9.4.0 by @dependabot[bot] in https://github.com/microsoft/fhir-server/pull/4945
Full Changelog: https://github.com/microsoft/fhir-server/compare/release/4.0.552...release/4.0.559