|
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.7.3 |
| 5 | +# IBM Cloudant Python SDK Version 0.8.0 |
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).
|
@@ -122,13 +122,13 @@ project:
|
122 | 122 | To install, use `pip` or `easy_install`:
|
123 | 123 |
|
124 | 124 | ```bash
|
125 |
| -pip install --upgrade "ibmcloudant>=0.7.3" |
| 125 | +pip install --upgrade "ibmcloudant>=0.8.0" |
126 | 126 | ```
|
127 | 127 |
|
128 | 128 | or
|
129 | 129 |
|
130 | 130 | ```bash
|
131 |
| -easy_install --upgrade "ibmcloudant>=0.7.3" |
| 131 | +easy_install --upgrade "ibmcloudant>=0.8.0" |
132 | 132 | ```
|
133 | 133 |
|
134 | 134 |
|
@@ -602,7 +602,7 @@ You have deleted the document.
|
602 | 602 |
|
603 | 603 | #### Further code examples
|
604 | 604 |
|
605 |
| -For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-python-sdk/tree/v0.7.3/examples#examples-for-python). |
| 605 | +For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.0/examples#examples-for-python). |
606 | 606 |
|
607 | 607 | ### Error handling
|
608 | 608 |
|
@@ -796,7 +796,7 @@ The changes follower requires the client to have HTTP timeouts of at least 1 min
|
796 | 796 | instantiation if it is insufficient. The default client configuration has sufficiently long timeouts.
|
797 | 797 |
|
798 | 798 | For use-cases where these configuration limitations are deemed too restrictive then it is recommended to
|
799 |
| -write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.7.3/examples#postchanges) instead of the follower. |
| 799 | +write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.0/examples#postchanges) instead of the follower. |
800 | 800 |
|
801 | 801 | #### Error suppression
|
802 | 802 |
|
@@ -831,7 +831,7 @@ The follower is not optimized for some use cases and it is not recommended to us
|
831 | 831 | * 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).
|
832 | 832 |
|
833 | 833 | In these cases use-case specific control over the number of change requests made and the content size of the responses
|
834 |
| -may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.7.3/examples#postchanges). |
| 834 | +may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.0/examples#postchanges). |
835 | 835 |
|
836 | 836 | #### Checkpointing
|
837 | 837 |
|
@@ -1034,7 +1034,7 @@ If you encounter an issue with the project, you are welcome to submit a
|
1034 | 1034 |
|
1035 | 1035 | Before you submit a bug report, search for
|
1036 | 1036 | [similar issues](https://github.com/IBM/cloudant-python-sdk/issues?q=is%3Aissue) and review the
|
1037 |
| -[KNOWN_ISSUES file](https://github.com/IBM/cloudant-python-sdk/tree/v0.7.3/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. |
| 1037 | +[KNOWN_ISSUES file](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.0/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. |
1038 | 1038 |
|
1039 | 1039 | Please consult the [security policy](https://github.com/IBM/cloudant-python-sdk/security/policy) before opening security related issues.
|
1040 | 1040 |
|
@@ -1064,8 +1064,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page.
|
1064 | 1064 |
|
1065 | 1065 | ## Contributing
|
1066 | 1066 |
|
1067 |
| -For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-python-sdk/tree/v0.7.3/CONTRIBUTING.md). |
| 1067 | +For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-python-sdk/tree/v0.8.0/CONTRIBUTING.md). |
1068 | 1068 |
|
1069 | 1069 | ## License
|
1070 | 1070 |
|
1071 |
| -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.7.3/LICENSE). |
| 1071 | +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.0/LICENSE). |
0 commit comments