|
2 | 2 | [](https://github.com/IBM/cloudant-python-sdk/releases/latest)
|
3 | 3 | [](https://ibm.github.io/cloudant-python-sdk/)
|
4 | 4 |
|
5 |
| -# IBM Cloudant Python SDK Version 0.8.1 |
| 5 | +# IBM Cloudant Python SDK Version 0.8.2 |
6 | 6 |
|
7 | 7 | IBM Cloudant Python SDK is a client library that interacts with the
|
8 | 8 | [IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=python).
|
@@ -123,13 +123,13 @@ project:
|
123 | 123 | To install, use `pip` or `easy_install`:
|
124 | 124 |
|
125 | 125 | ```bash
|
126 |
| -pip install --upgrade "ibmcloudant>=0.8.1" |
| 126 | +pip install --upgrade "ibmcloudant>=0.8.2" |
127 | 127 | ```
|
128 | 128 |
|
129 | 129 | or
|
130 | 130 |
|
131 | 131 | ```bash
|
132 |
| -easy_install --upgrade "ibmcloudant>=0.8.1" |
| 132 | +easy_install --upgrade "ibmcloudant>=0.8.2" |
133 | 133 | ```
|
134 | 134 |
|
135 | 135 |
|
@@ -609,7 +609,7 @@ You have deleted the document.
|
609 | 609 |
|
610 | 610 | #### Further code examples
|
611 | 611 |
|
612 |
| -For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.1/examples#examples-for-python). |
| 612 | +For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.2/examples#examples-for-python). |
613 | 613 |
|
614 | 614 | ### Error handling
|
615 | 615 |
|
@@ -803,7 +803,7 @@ The changes follower requires the client to have HTTP timeouts of at least 1 min
|
803 | 803 | instantiation if it is insufficient. The default client configuration has sufficiently long timeouts.
|
804 | 804 |
|
805 | 805 | For use-cases where these configuration limitations are deemed too restrictive then it is recommended to
|
806 |
| -write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.1/examples#postchanges) instead of the follower. |
| 806 | +write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.2/examples#postchanges) instead of the follower. |
807 | 807 |
|
808 | 808 | #### Error suppression
|
809 | 809 |
|
@@ -838,7 +838,7 @@ The follower is not optimized for some use cases and it is not recommended to us
|
838 | 838 | * The volume of changes is very high (if the rate of changes in the database exceeds the follower's rate of pulling them it will never catch-up).
|
839 | 839 |
|
840 | 840 | In these cases use-case specific control over the number of change requests made and the content size of the responses
|
841 |
| -may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.1/examples#postchanges). |
| 841 | +may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.2/examples#postchanges). |
842 | 842 |
|
843 | 843 | #### Checkpointing
|
844 | 844 |
|
@@ -1041,7 +1041,7 @@ If you encounter an issue with the project, you are welcome to submit a
|
1041 | 1041 |
|
1042 | 1042 | Before you submit a bug report, search for
|
1043 | 1043 | [similar issues](https://github.com/IBM/cloudant-python-sdk/issues?q=is%3Aissue) and review the
|
1044 |
| -[KNOWN_ISSUES file](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.1/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. |
| 1044 | +[KNOWN_ISSUES file](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.2/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. |
1045 | 1045 |
|
1046 | 1046 | Please consult the [security policy](https://github.com/IBM/cloudant-python-sdk/security/policy) before opening security related issues.
|
1047 | 1047 |
|
@@ -1071,8 +1071,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page.
|
1071 | 1071 |
|
1072 | 1072 | ## Contributing
|
1073 | 1073 |
|
1074 |
| -For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.1/CONTRIBUTING.md). |
| 1074 | +For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.2/CONTRIBUTING.md). |
1075 | 1075 |
|
1076 | 1076 | ## License
|
1077 | 1077 |
|
1078 |
| -This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.1/LICENSE). |
| 1078 | +This SDK is released under the Apache 2.0 license. To read the full text of the license, see [LICENSE](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.2/LICENSE). |
0 commit comments