Update changelog for list pagination (#4220)

pull/4202/head
Johan Brandhorst-Satzkorn 2 years ago
parent 1303f7c363
commit 7c15d7ff60

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

Loading…
Cancel
Save