Skip to content

Commit 9f4391a

Browse files
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
1 parent d456e72 commit 9f4391a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ project:
6767
- Familiar user experience with IBM Cloud SDKs.
6868
- Flexibility to use either built-in models or byte-based requests and responses for documents.
6969
- Built-in [Changes feed follower](https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Changes_Follower.md)
70-
- Built-in [Pagination](https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Pagination.md) (beta)
70+
- Built-in [Pagination](https://github.com/IBM/cloudant-python-sdk/tree/v0.11.3/docs/Pagination.md)
7171
- Instances of the client are unconditionally thread-safe.
7272

7373
## Prerequisites

docs/Pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
## Introduction
2424

25-
The pagination feature (currently beta) accepts options for a single operation and automatically
25+
The pagination feature accepts options for a single operation and automatically
2626
creates the multiple requests to the server necessary to page through the results a fixed number at a time.
2727

2828
Pagination is a best-practice to break apart large queries into multiple server requests.

0 commit comments

Comments
 (0)