diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2697-delete-expunge-spring-batch.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2697-delete-expunge-spring-batch.yaml index c7ca691f25b..2d01c5074e8 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2697-delete-expunge-spring-batch.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2697-delete-expunge-spring-batch.yaml @@ -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 diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2717-add-tag-versioning-mode.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2717-add-tag-versioning-mode.yaml index 89dc13e02f1..07de0ef8bc3 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2717-add-tag-versioning-mode.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2717-add-tag-versioning-mode.yaml @@ -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 diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2717-transaction-write-pre-caching.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2717-transaction-write-pre-caching.yaml index 866fb5a28ba..0f4fd2c3c71 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2717-transaction-write-pre-caching.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2717-transaction-write-pre-caching.yaml @@ -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 diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2721-add-support-for-loinc270.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2721-add-support-for-loinc270.yaml index f1452cb2ec6..71ca15ab3bb 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2721-add-support-for-loinc270.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2721-add-support-for-loinc270.yaml @@ -1,4 +1,5 @@ --- type: add +backport: 5.4.2 issue: 2721 title: "Support for LOINC 2.70 has been added." diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2724-valueset-expansion-preserve-order.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2724-valueset-expansion-preserve-order.yaml index 174c8a60f52..253a870c4e3 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2724-valueset-expansion-preserve-order.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2724-valueset-expansion-preserve-order.yaml @@ -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." diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2735-cql-partition-aware.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2735-cql-partition-aware.yaml index f3ca17f9360..b2477fa2b9e 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2735-cql-partition-aware.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2735-cql-partition-aware.yaml @@ -1,4 +1,5 @@ --- type: add +backport: 5.4.2 issue: 2735 title: "The $evaluate-measure now works on a partitioned server." diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2741-fix-history-paging.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2741-fix-history-paging.yaml index af208c88146..e74e3fa8a45 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2741-fix-history-paging.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2741-fix-history-paging.yaml @@ -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."