From 01955c79e475f0997813579f6362c295c200388f Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:46:13 +0000 Subject: [PATCH] docs(generated): remove beta tag from pagination Generated SDK source code using: - Generator version 3.110.0 - Specification version 1.0.0-dev0.1.33 - Automation (cloudant-sdks) version cd52ccf --- README.md | 2 +- docs/Pagination.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bbc952c..5514700a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ project: - Familiar user experience with IBM Cloud SDKs. - Flexibility to use either built-in models or byte-based requests and responses for documents. - Built-in [Changes feed follower](https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Changes_Follower.md) -- Built-in [Pagination](https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Pagination.md) (beta) +- Built-in [Pagination](https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Pagination.md) - Instances of the client are unconditionally thread-safe. ## Prerequisites diff --git a/docs/Pagination.md b/docs/Pagination.md index 2d62a3bb..3ecfd017 100644 --- a/docs/Pagination.md +++ b/docs/Pagination.md @@ -22,7 +22,7 @@ ## Introduction -The pagination feature (currently beta) accepts options for a single operation and automatically +The pagination feature accepts options for a single operation and automatically creates the multiple requests to the server necessary to page through the results a fixed number at a time. Pagination is a best-practice to break apart large queries into multiple server requests.