From 963e276721cee6b28aefe877607b2b888be5f5ac Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Mon, 18 Nov 2024 16:32:41 -0800 Subject: [PATCH] Update CHANGELOG.md (#5253) --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebd311e53..8252051138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,28 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## Next +### New and Improved + * Introduces soft-delete for users within the client cache. ([PR](https://github.com/hashicorp/boundary/pull/5173)). +## 0.18.1 (2024/11/21) +### New and Improved + +* Delete terminated sessions in batches to avoid long running jobs. + ([PR](https://github.com/hashicorp/boundary/pull/5201)) + +### Bug fixes + +* Fix an issue where users would lose access to managed groups if + there are more than 10,000 managed groups in the auth method used. + ([PR](https://github.com/hashicorp/boundary/pull/5242)) +* Fix an issue where only the first 10,000 members of a managed group + are returned when getting the managed group, and a similar issue where + only the first 10,000 managed groups an account is part of is included + when getting the account. + ([PR](https://github.com/hashicorp/boundary/pull/5245)) + ## 0.18.0 (2024/10/01) ### New and Improved