From deeeeb53adac4b8c1e29f81fa0626887413a85ea Mon Sep 17 00:00:00 2001 From: Danielle Miu <29378233+DanielleMiu@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:49:02 -0500 Subject: [PATCH] update changelog for 0.21.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a35f932f..c5c05673f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,22 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. -## 0.21.0 (2025/11/12) +## 0.21.0 (2025/12/11) ### New and Improved +* Vault LDAP has been added as a credential provider ([PR](https://github.com/hashicorp/boundary/pull/6222)) * ui: Optimized loading of table filters and improved table search support ([PR](https://github.com/hashicorp/boundary-ui/pull/3053)) +* cli: `boundary connect` will close unused sessions when there is no longer a + connection being actively proxied. This behavior can be modified via the + `-inactive-timeout=` command-line argument ([PR](https://github.com/hashicorp/boundary/pull/6232)) ### Bug fixes * ui: Show username for OIDC auth method in user menu ([PR](https://github.com/hashicorp/boundary-ui/pull/2930)) +* `boundary connect rdp` no longer opens a new window for each call on mac. +* Removed the error log during RDP basic settings exchange: When you connect to + an RDP target using the built-in Windows Remote Desktop Connection app. ## 0.20.0 (2025/09/25)