From 9c7be154d5d3047225fc4736bab2cb0e7493e55b Mon Sep 17 00:00:00 2001 From: volodymyr Date: Thu, 22 Aug 2024 13:14:16 -0600 Subject: [PATCH] added docs for 7.0.3 --- .../main/resources/ca/uhn/hapi/fhir/changelog/7_0_2/upgrade.md | 0 .../resources/ca/uhn/hapi/fhir/changelog/7_0_2/version.yaml | 3 +++ .../main/resources/ca/uhn/hapi/fhir/changelog/7_0_3/upgrade.md | 0 .../resources/ca/uhn/hapi/fhir/changelog/7_0_3/version.yaml | 3 +++ .../7_4_0/6099-support-online-migration-azure-sql-server.yaml | 1 + 5 files changed, 7 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_2/upgrade.md create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_2/version.yaml create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_3/upgrade.md create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_3/version.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_2/upgrade.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_2/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_2/version.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_2/version.yaml new file mode 100644 index 00000000000..47b239c5c1c --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_2/version.yaml @@ -0,0 +1,3 @@ +--- +release-date: "2024-03-20" +codename: "Zed" diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_3/upgrade.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_3/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_3/version.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_3/version.yaml new file mode 100644 index 00000000000..e5a043a0a74 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_0_3/version.yaml @@ -0,0 +1,3 @@ +--- +release-date: "2024-08-24" +codename: "Zed" diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6099-support-online-migration-azure-sql-server.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6099-support-online-migration-azure-sql-server.yaml index eaab3c202ef..480329f25a9 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6099-support-online-migration-azure-sql-server.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6099-support-online-migration-azure-sql-server.yaml @@ -1,4 +1,5 @@ --- type: perf issue: 6099 +backport: 7.0.3 title: "Database migrations that add or drop an index no longer lock tables when running on Azure Sql Server."