> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.9.9

**`(feat):`** 添加对 [Auto Pagination](https://buildwithfern.com/learn/sdks/features/auto-pagination) 的支持。
启用后，端点方法将返回一个 `Pager<T>` 对象，您可以使用它来遍历端点的所有项目。
此外，您可以使用 `Pager<T>.AsPagesAsync` 方法来遍历端点的所有页面。
当您遍历项目或页面时，SDK 会自动为您发出必要的 HTTP 请求。