chore: 0.19.x changelog updates (#5534)

pull/5535/head
Elim Tsiagbey 1 year ago committed by GitHub
parent 5b802ff7ef
commit a8f3e0ca41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save