From 3fe3eacce7528e3f3853f4567a92122fed2f8abc Mon Sep 17 00:00:00 2001 From: Long Ma Date: Wed, 28 Feb 2024 09:25:37 -0700 Subject: [PATCH] added docs for 7.0.1 --- .../main/resources/ca/uhn/hapi/fhir/changelog/7_0_1/upgrade.md | 0 .../resources/ca/uhn/hapi/fhir/changelog/7_0_1/version.yaml | 3 +++ .../ca/uhn/hapi/fhir/changelog/7_2_0/5671-tx-tangle.yaml | 1 + .../5717-reflected-xss-testpage-overlay-vulnerability.yaml | 1 + ...-searchparam-not-passed-to-generated-resource-provider.yaml | 3 ++- 5 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_1/upgrade.md create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_1/version.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_1/upgrade.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_1/upgrade.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_1/version.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_1/version.yaml new file mode 100644 index 00000000000..636214dfb22 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_1/version.yaml @@ -0,0 +1,3 @@ +--- +release-date: "2024-03-01" +codename: "Zed" diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5671-tx-tangle.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5671-tx-tangle.yaml index 0224e092a74..3b7adddb8f1 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5671-tx-tangle.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5671-tx-tangle.yaml @@ -1,4 +1,5 @@ --- type: fix issue: 5671 +backport: 7.0.1 title: "Avoid lock contention by refreshing SearchParameter cache in a new transaction." diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5717-reflected-xss-testpage-overlay-vulnerability.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5717-reflected-xss-testpage-overlay-vulnerability.yaml index fdc50e6da87..afd73567796 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5717-reflected-xss-testpage-overlay-vulnerability.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5717-reflected-xss-testpage-overlay-vulnerability.yaml @@ -1,4 +1,5 @@ --- type: security issue: 5717 +backport: 7.0.1 title: "Fixed a potential XSS vulnerability in the HAPI FHIR Testpage Overlay module." diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5742-new-language-searchparam-not-passed-to-generated-resource-provider.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5742-new-language-searchparam-not-passed-to-generated-resource-provider.yaml index 4c99e4c14e7..9205862a167 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5742-new-language-searchparam-not-passed-to-generated-resource-provider.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_2_0/5742-new-language-searchparam-not-passed-to-generated-resource-provider.yaml @@ -1,4 +1,5 @@ --- type: fix issue: 5742 -title: Fixed behaviour of the _language query parameter. Now it is picked up as search parameter in the resource provider and filters accordingly. Thanks to Jens Villadsen (@jkiddo) for the contribution! +backport: 7.0.1 +title: "Fixed behaviour of the _language query parameter. Now it is picked up as search parameter in the resource provider and filters accordingly. Thanks to Jens Villadsen (@jkiddo) for the contribution!"