Add backport info for full diff between 5.4.1 and 5.4.2 (#2784)

This commit is contained in:
Tadgh 2021-07-08 16:25:18 -04:00 committed by GitHub
parent 6d4c2ef8f0
commit 218325b385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
--- ---
type: change type: change
backport: 5.4.2
issue: 2697 issue: 2697
title: "DELETE _expunge=true has been converted to use Spring Batch. It now simply returns the jobId of the Spring Batch 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 job while the job continues to run in the background. A new operation called $expunge-delete has been added to provide

View File

@ -1,5 +1,6 @@
--- ---
type: perf type: perf
backport: 5.4.2
issue: 2717 issue: 2717
title: "A new setting has been added to the DaoConfig called Tag Versioning Mode. This setting controls whether a single collection of 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 tags/profiles/security labels is maintained across all versions of a single resource, or whether each version of the

View File

@ -1,5 +1,6 @@
--- ---
type: perf type: perf
backport: 5.4.2
issue: 2717 issue: 2717
title: "FHIR transactions in the JPA server that perform writes will now aggressively pre-fetch as many entities 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 as possible at the very start of transaction processing. This can drastically reduce the number of

View File

@ -1,4 +1,5 @@
--- ---
type: add type: add
backport: 5.4.2
issue: 2721 issue: 2721
title: "Support for LOINC 2.70 has been added." title: "Support for LOINC 2.70 has been added."

View File

@ -1,5 +1,6 @@
--- ---
type: fix type: fix
backport: 5.4.2
issue: 2624 issue: 2624
title: "ValueSet expansion did not correctly preserve the order if multiple codes were included title: "ValueSet expansion did not correctly preserve the order if multiple codes were included
in a single inclusion block." in a single inclusion block."

View File

@ -1,4 +1,5 @@
--- ---
type: add type: add
backport: 5.4.2
issue: 2735 issue: 2735
title: "The $evaluate-measure now works on a partitioned server." title: "The $evaluate-measure now works on a partitioned server."

View File

@ -1,5 +1,6 @@
--- ---
type: fix type: fix
backport: 5.4.2
issue: 2741 issue: 2741
title: "A regression caused the JPA Server History operation to not return paging links in responses. This title: "A regression caused the JPA Server History operation to not return paging links in responses. This
has been corrected." has been corrected."