Releases: microsoft/fhir-server
Releases · microsoft/fhir-server
Release list
4.0.800
Changes:
- 0ba538a Update DevOps Pool to microsofthealthoss (#5635)
- 9a0c379 Reindex adjustments based on DDMS case (#5638)
- 76f618c Update our ResourceSearchParamStats to handle SQL Not Exists case (#5545)
- c804599 Add exception metric emission filter (#5590)
- 09ab540 Correct delete search param workflow (#5629)
- e75be63 Updated the Dotnet ASPNET version (#5634)
- 4791545 ListedCapabilityStatement - Remove .Clone() (#5632)
- 9f4a6f0 Fix iterative include test (#5631)
- d778120 Enlist transactions supported only in Sequential Transactions (#5611)
- e89a7f6 Disable $includes for iterative includes (#5620)
This list of changes was auto generated.
4.0.790
4.0.786
Changes:
- ff8a81d Disable scalar temporal rewrite for chained searches (#5607)
- 777005d Correct search param pending status model (#5605)
- 4605738 Search param concurrency based on max last updated (#5576)
- 42d7489 Optimize slow query logger to reduce CPU usage (#5601) [ #1, #2, #3, #4, #6 ]
This list of changes was auto generated.
4.0.782
Changes:
This list of changes was auto generated.
4.0.781
4.0.776
Changes:
This list of changes was auto generated.
4.0.775
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
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
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
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