From 5cded25c8da03becf5472cfa9d2a2a355f8cdfdd Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Thu, 26 Oct 2023 11:13:18 -0700 Subject: [PATCH] Update CHANGELOG for pagination feature (#3900) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e37eb2ba3..d3da3f204d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,15 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ([Issue](https://github.com/hashicorp/boundary/issues/3927), [PR](https://github.com/hashicorp/boundary/pull/3929)). +### New and Improved + +* feat: List endpoint pagination: All resource list endpoints now support pagination. + * api: All list endpoint functions have added support for pagination. The new + WithRefreshToken option can be used to request a list of updated and deleted resources + relative to the last result received. + * config: add new controller max_page_size field for controlling the default and max size + of pages when paginating through results. + ## 0.14.1 (2023/10/17) ### Security