From c20976ce749b94e901d9321dd6b7e72738e51cf1 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Wed, 23 Oct 2024 20:06:30 -0400 Subject: [PATCH] #246: improve merging of same-service, same-hostname-path proxy configuration part 5 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 272a00fbe..7d1a55ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) + ### Fixes * Fixed bug causing https proxy routes to be assigned when they shouldnt be * Fixed bug causing cache from repopulating old proxy addresses that have been removed [#209](https://github.com/lando/core/issues/209) * Fixed bug in `v4` auto `entrypoint` and `command` population * Fixed regression causing empty tooling `options` to throw an error [#240](https://github.com/lando/core/issues/240) +* Improved merging of same-service, same-hostname-pathname `proxy` routes, fixes [#246](https://github.com/lando/core/issues/246) ## v3.23.0-beta.4 - [October 22, 2024](https://github.com/lando/core/releases/tag/v3.23.0-beta.4)