github microsoft/fhir-server release/4.0.489
4.0.489

20 days ago

What's Changed

Azure Health Data Services (SQL)

  • Handled search parameter sync issues by @rajithaalurims in #5084: Previously, there was a bug where duplicate custom search parameters could be created, and existing custom search parameters could not be updated. This fixes search parameter creation and update issues in some scenarios, with more fixes to follow soon.
  • Fix Proxy URL Generation for Bundles by @wsugarman in #5073: Previously, X-Forwarded-Host and X-Forwarded-Prefix headers were not being returned properly for requests within bundles when the FHIR server is behind a proxy. This issue has been fixed, and X-Forwarded-Host and X-Forwarded-Prefix will now be correctly used to return URLs for requests within bundles for FHIR servers behind a proxy.
  • Log merge resources call plus by @SergeyGaluzo in #5086: Added enhanced logging for merge resource operations.
  • Remove raw resource size computation by @SergeyGaluzo in #5090: Removed raw resource length compute logic
  • Emit protocol in bundle metric notification by @rbans96 in #5092

Common to both Azure API for FHIR and Azure Health Data Services

  • Updating the error message during conditional reference by @v-rachitsh in #5007: Previously, a conditional reference that returns multiple results would result in the error message "Given conditional reference does not resolve to a resource." This error message has been updated to be more descriptive, and is now changed to "Given conditional reference resolved to multiple resources."
  • Removing throws from ValidateParams to make it more permissive by @jestradaMS in #5091: After the reindex infrastructure change introduced earlier (#4942), maximumConcurrency and queryDelayIntervalInMilliseconds parameters are no longer supported as part of the reindex request. We have added ability for the validator to ignore unrecognized parameters rather than blocking requests, to avoid breaking workflows.

New Contributors

Full Changelog: release/4.0.482...release/4.0.489

Don't miss a new fhir-server release

NewReleases is sending notifications on new releases.