summary refs log tree commit diff
path: root/changelog.d/14146.removal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not allow a None-limit on PaginationConfig. (#14146)Patrick Cloke2022-10-141-0/+1
The callers either set a default limit or manually handle a None-limit later on (by setting a default value). Update the callers to always instantiate PaginationConfig with a default limit and then assume the limit is non-None.