From a8f3e0ca41e6862c8fa5d379fd480f3c08a32468 Mon Sep 17 00:00:00 2001 From: Elim Tsiagbey Date: Mon, 10 Feb 2025 13:28:30 -0500 Subject: [PATCH] chore: 0.19.x changelog updates (#5534) --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38213b375a..4238e254d0 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 (2025/02/10) ### New and Improved * Introduces soft-delete for users within the client cache. @@ -49,6 +49,18 @@ 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)). + +### Security + +* Go Networking dependency update to address CVE-2024-45338 and GO-2024-3333 + ([PR])(https://github.com/hashicorp/boundary/pull/5405). +* Go Cryptography dependency update to address CVE-2024-45337 + ([PR](https://github.com/hashicorp/boundary/pull/5354)). ## 0.18.2 (2024/12/12) ### Bug fixes