From 207b02bf1539d98f99bc5c0578089304fed73920 Mon Sep 17 00:00:00 2001 From: Elim Tsiagbey Date: Fri, 7 Feb 2025 17:00:17 -0500 Subject: [PATCH] chore: Update changelog (#5527) * chore: Update changelog update changelog for 0.19.0, 0.17.4, 0.18.3 and add missing 0.17.3 entry --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38213b375a..b37f38420b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## Next -## 0.19.0 (2025/01/31) +## 0.19.0 (TBD) ### New and Improved * Introduces soft-delete for users within the client cache. @@ -49,10 +49,41 @@ maintainability of worker queries, and improve DB performance. ([PR](https://git * Fix bug which caused the `children` keyword not to apply the appropriate permissions for a number of resources. ([PR](https://github.com/hashicorp/boundary/pull/5418)). +* Fix bug where database transactions were not using the correct reader & writer functions + and context. + ([PR](https://github.com/hashicorp/boundary/pull/5522)). +* Remove unnecessary subquery from alias refresh + ([PR](https://github.com/hashicorp/boundary/pull/5481)). + +## 0.18.3 (TBD) (Enterprise only) +### Bug fixes + +* Fix bug where database transactions were not using the correct reader & writer functions + and context. + ([PR](https://github.com/hashicorp/boundary/pull/5522)). +* Remove unnecessary subquery from alias refresh + ([PR](https://github.com/hashicorp/boundary/pull/5481)). + +## 0.17.4 (TBD) (Enterprise only) +### Bug fixes + +* Fix bug where database transactions were not using the correct reader & writer functions + and context. + ([PR](https://github.com/hashicorp/boundary/pull/5522)). +* Remove unnecessary subquery from alias refresh + ([PR](https://github.com/hashicorp/boundary/pull/5481)). ## 0.18.2 (2024/12/12) ### Bug fixes +* Fixed an issue where session recordings would fail when large numbers of + sessions were created around the same time. ([PR](https://github.com/hashicorp/boundary-plugin-aws/pull/55)) +* Fixed an issue where the controller would incorrectly handle HTTP requests + and stop prematurely. ([PR](https://github.com/hashicorp/boundary/pull/5304)) + +## 0.17.3 (2024/12/12) +### Bug fixes + * Fixed an issue where session recordings would fail when large numbers of sessions were created around the same time. ([PR](https://github.com/hashicorp/boundary-plugin-aws/pull/55)) * Fixed an issue where the controller would incorrectly handle HTTP requests