Skip to content

Releases: microsoft/fhir-server

4.0.800

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 26 Jun 14:42
0ba538a

Changes:

This list of changes was auto generated.

4.0.790

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 21 Jun 22:12
109e69b

Changes:

This list of changes was auto generated.

4.0.786

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 14 Jun 22:09
ff8a81d

Changes:

This list of changes was auto generated.

4.0.782

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 09 Jun 15:24
3e191c5

Changes:

  • 3e191c5 Fixes the $expand to return 404 when ValueSet not found (#5580) [ #192757 ]

This list of changes was auto generated.

4.0.781

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 07 Jun 22:09
9c3462d

Changes:

This list of changes was auto generated.

4.0.776

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 01 Jun 16:06
d89e033

Changes:

  • d89e033 [Bundles] Ensure client errors are HTTP400 (#5589)

This list of changes was auto generated.

4.0.775

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 31 May 22:08
adf30d0

Changes:

  • adf30d0 Use DB time for background job time limit (#5560)
  • 69b2e31 Update .NET SDK versions (#5585)
  • 4542176 Return HTTP 409 (Conflict) for Sequential Bundle Race Condition (#5592)
  • 9319e6d Return 400 Bad Request for malformed Cosmos DB ct (#5583)
  • ee554e9 SQL Birth Date Rewriter w/ overlap logic (#5569)

This list of changes was auto generated.

4.0.770

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 24 May 22:08
fdf6900

Changes:

  • fdf6900 Reject requests with JWT access tokens in URL path (#5578)
  • ef9bf03 Fix cleanup script to preserve multi-arch image child manifests (#5581)

This list of changes was auto generated.

4.0.768

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 20 May 21:38
e113732

What's Changed

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

  • Remove validation on TargetSearchParameterTypes by Robert Johnson (@LTA-Thinking) in #5579: The TargetSearchParameterTypes parameter in reindex jobs was being validated even though it is no longer used internally. This validation could cause reindex jobs to be incorrectly rejected. The unnecessary validation has been removed so reindex operations proceed as expected.

Full Changelog: release/4.0.767...release/4.0.768

4.0.767

Choose a tag to compare

@MicrosoftHealthService MicrosoftHealthService released this 20 May 20:37
8c04fe9

What's Changed

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

  • [Bundle] Handling cancellation in case of throttling by Fernando Henrique Inocêncio Borba Ferreira (@fhibf) in #5577: When a bundle request was throttled (HTTP 429) and the client cancelled the request during the retry wait, the server could exhibit unexpected behavior. The server now properly handles cancellation during retry delays and returns HTTP 408 (Request Timeout) for affected bundle entries. The maximum retry-after delay is also capped at 15 seconds.

Full Changelog: release/4.0.766...release/4.0.767