added changelog

This commit is contained in:
leif stawnyczy 2024-08-06 16:39:52 -04:00
parent e8a5193c19
commit 8d54801370
1 changed files with 12 additions and 0 deletions

View File

@ -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.
"