From 269b014ee188d33095294d7b7a9f82bd1e54b565 Mon Sep 17 00:00:00 2001 From: Elim Tsiagbey Date: Fri, 9 Feb 2024 22:36:40 +0000 Subject: [PATCH] backport of commit 9cc74f0f833cb4f111394deadb3c08aa2cb5b2d6 --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73c65aa76..38adffc314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,11 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. for the session is zero. The listener will refuse new connections when the number of connections left is zero but existing connections will be active. This fixes a CLI client issue where sessions with max connection count - configured were closed when the number connections left hit 0. + configured were closed when the number of connections left hit 0. ([Issue](https://github.com/hashicorp/boundary/issues/4364), - ([PR](https://github.com/hashicorp/boundary/pull/4389)) -* Safely close websocket connection during session teardown. Fix issue where - the websocket connection was throwing closing errors during the session - teardown. + ([PR](https://github.com/hashicorp/boundary/pull/4389))) +* Fix issue where the websocket connection was throwing closing errors during + the session teardown. ([PR](https://github.com/hashicorp/boundary/pull/4389)) ## 0.15.0 (2024/01/30)