From af3848e797ca6cca9f04353200550d796fc279f2 Mon Sep 17 00:00:00 2001 From: Emilia Date: Mon, 16 Feb 2026 09:22:42 -0800 Subject: [PATCH] chore: update changelog for client cache sorting (#6425) * update changelog for client cache sorting * n&i header and spacing --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e33fb2868d..3db2ac7816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. +## 0.21.X (2026/XX/XX) + +### New and Improved + +* cli: Added optional flags `-sort-by` and `-sort-direction` to `boundary search`. These flags can be used to control sorting when searching the client cache and the resource is `sessions` or `targets`. ([PR](https://github.com/hashicorp/boundary/pull/6383)) +* The client cache search API now supports the `sort_by` and `sort_direction` query parameters when searching `sessions` or `targets`. ([PR](https://github.com/hashicorp/boundary/pull/6383)) + ## 0.21.1 (2026/02/10) ### Security