From b4f2b2ae80ce9d71489a908c7418930d39d7d32c Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 15 Mar 2024 15:34:21 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28fec7ebcc..dcacaf993b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,15 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * postgres citext dependency added to enable aliases to be globally unique in a case insensitive way. +## 0.15.3 + +### Bug Fixes + +* workers: Workers connecting over high latency connections, or to controllers + with high latency between the controller and the database, could time out and + throw errors that may not have been recoverable if it was during initial + registration ([PR](https://github.com/hashicorp/boundary/pull/4535)) + ## 0.15.1 (2024/02/28) ### Bug Fixes