From 7c15d7ff6064a6f03c3a08238dd281a1b4deb337 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Thu, 4 Jan 2024 13:59:29 -0800 Subject: [PATCH] Update changelog for list pagination (#4220) --- CHANGELOG.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3da3f204d..8950465e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * The `key_id` parameter within SSH Certificate Credential Libraries now accepts the use of templated parameters ([PR](https://github.com/hashicorp/boundary/pull/4215)) +* List endpoint pagination: All list endpoints except workers now support pagination. + * api: All list endpoints except workers have added support for pagination. The new + WithListToken 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.3 (2023/12/12) @@ -78,15 +84,6 @@ 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