From bbc12d40974f58cead0c9cc5f89a855f557fd566 Mon Sep 17 00:00:00 2001 From: irenarindos Date: Tue, 15 Mar 2022 09:10:42 -0400 Subject: [PATCH] chore: Update changelog for session refactor --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4571ab999b..839656df99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## Next ### Bug Fixes - +* sessions: Sessions and session connections have been refactored +to better isolate transactions and prevent resource contention that caused deadlocks. +([Issue](https://github.com/hashicorp/boundary/issues/1812), + [PR](https://github.com/hashicorp/boundary/pull/1919)) * scheduler: Fix bug that causes erroneous logs when racing controllers attempted to run jobs ([Issue](https://github.com/hashicorp/boundary/issues/1903),