Add backport info for full diff between 5.4.1 and 5.4.2 (#2784)
This commit is contained in:
parent
6d4c2ef8f0
commit
218325b385
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
type: change
|
||||
backport: 5.4.2
|
||||
issue: 2697
|
||||
title: "DELETE _expunge=true has been converted to use Spring Batch. It now simply returns the jobId of the Spring Batch
|
||||
job while the job continues to run in the background. A new operation called $expunge-delete has been added to provide
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
type: perf
|
||||
backport: 5.4.2
|
||||
issue: 2717
|
||||
title: "A new setting has been added to the DaoConfig called Tag Versioning Mode. This setting controls whether a single collection of
|
||||
tags/profiles/security labels is maintained across all versions of a single resource, or whether each version of the
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
type: perf
|
||||
backport: 5.4.2
|
||||
issue: 2717
|
||||
title: "FHIR transactions in the JPA server that perform writes will now aggressively pre-fetch as many entities
|
||||
as possible at the very start of transaction processing. This can drastically reduce the number of
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
type: add
|
||||
backport: 5.4.2
|
||||
issue: 2721
|
||||
title: "Support for LOINC 2.70 has been added."
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
type: fix
|
||||
backport: 5.4.2
|
||||
issue: 2624
|
||||
title: "ValueSet expansion did not correctly preserve the order if multiple codes were included
|
||||
in a single inclusion block."
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
type: add
|
||||
backport: 5.4.2
|
||||
issue: 2735
|
||||
title: "The $evaluate-measure now works on a partitioned server."
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
type: fix
|
||||
backport: 5.4.2
|
||||
issue: 2741
|
||||
title: "A regression caused the JPA Server History operation to not return paging links in responses. This
|
||||
has been corrected."
|
||||
|
|
Loading…
Reference in New Issue