From a5e9b69fb3525dbb219ccf37506c125a1bb91d9a Mon Sep 17 00:00:00 2001 From: ionutb Date: Fri, 8 Dec 2023 09:45:07 +0200 Subject: [PATCH 1/3] updated changelog with releases 6.1.0 and 6.1.9 --- docs/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5d51955..3a7b55b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +## 6.1.10 (December, 2023) +### Features: +- Add `proxyProtocol` parameter for ALB and NLB targets + +### Fixes: +- Allow setting `Host` and `Scheme` when creating a client with a `serverUrl` + +### Enhancements +- Remove usage of deprecated `ioutil` package + +### Documentation +- Move docs for Url with context to `api_doc.mustache` + +## 6.1.9 (September, 2023) +### Features: +- Support injecting `x-contract-number` header through environment variable. + ## 6.1.7 (June, 2023) ### Features: From 0558bdb037cc265328b6992b87f3334561874b7b Mon Sep 17 00:00:00 2001 From: ionutb Date: Mon, 11 Dec 2023 11:30:41 +0200 Subject: [PATCH 2/3] add contributors to changelog --- docs/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 24017ca..45853d9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,10 +5,10 @@ - Add `proxyProtocol` parameter for ALB and NLB targets ### Fixes: -- Allow setting `Host` and `Scheme` when creating a client with a `serverUrl` +- Allow setting `Host` and `Scheme` when creating a client with a `serverUrl` (@maxbischoff) ### Enhancements -- Remove usage of deprecated `ioutil` package +- Remove usage of deprecated `ioutil` package @(avorima) ### Documentation - Move docs for Url with context to `api_doc.mustache` From 642b7d019761e407237782ba7e349f0a84bb582c Mon Sep 17 00:00:00 2001 From: Ionut Beti <139221077+cbeti-ionos@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:27:15 +0200 Subject: [PATCH 3/3] Update docs/CHANGELOG.md Co-authored-by: Mihaela Mihalescu --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 45853d9..abd315b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,7 +8,7 @@ - Allow setting `Host` and `Scheme` when creating a client with a `serverUrl` (@maxbischoff) ### Enhancements -- Remove usage of deprecated `ioutil` package @(avorima) +- Remove usage of deprecated `ioutil` package (@avorima) ### Documentation - Move docs for Url with context to `api_doc.mustache`