From 42ff607561f1ef1ee3e6ac15d74305a9470e7e8b Mon Sep 17 00:00:00 2001 From: Tadgh Date: Sat, 22 Jan 2022 09:47:34 -0800 Subject: [PATCH] Rel 5 5 5 merge back (#3326) * Add backport * Add versions * remove not real versions --- hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java | 1 + .../5_7_0/3312-chained-query-performance-improvement.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java index 4d4d42f554a..cdb1f00be54 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java @@ -79,6 +79,7 @@ public enum VersionEnum { V5_5_2, V5_5_3, V5_5_4, + V5_5_5, V5_6_0, V5_6_1, V5_6_2, diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/3312-chained-query-performance-improvement.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/3312-chained-query-performance-improvement.yaml index b64dfb9f1f8..6290776d218 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/3312-chained-query-performance-improvement.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/3312-chained-query-performance-improvement.yaml @@ -1,5 +1,6 @@ --- type: perf issue: 3312 +backport: 5.5.5 title: "Improves the performance of the query for searching by chained search parameter when the `Index Contained Resources` feature is enabled."