From 8d548013705f6272773c3e0794cf94c6631763b8 Mon Sep 17 00:00:00 2001 From: leif stawnyczy Date: Tue, 6 Aug 2024 16:39:52 -0400 Subject: [PATCH] added changelog --- .../changelog/7_5_0/6180-fixed-generic-client.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_5_0/6180-fixed-generic-client.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_5_0/6180-fixed-generic-client.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_5_0/6180-fixed-generic-client.yaml new file mode 100644 index 00000000000..2960ad20aa3 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_5_0/6180-fixed-generic-client.yaml @@ -0,0 +1,12 @@ +--- +type: fix +issue: 6180 +title: "IGenericClients or IHttpClients created to make requests + would be thrown away and new ones created to make the request + along the chain. + This resulted in client settings being lost (since the client + was lost). + This hasn't been fixed, since the paths are so well used, + but a new path has been created to allow reusable clients + that will reuse the same settings for all subsequent requests. +"