You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -733,7 +733,7 @@ You have deleted the document.
733
733
734
734
#### Further code examples
735
735
736
-
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.4/examples#examples-for-java).
736
+
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.5/examples#examples-for-java).
737
737
738
738
### Error handling
739
739
@@ -829,7 +829,7 @@ The changes follower requires the client to have HTTP timeouts of at least 1 min
829
829
instantiation if it is insufficient. The default client configuration has sufficiently long timeouts.
830
830
831
831
For use-cases where these configuration limitations are too restrictive then write code to use the SDK's
832
-
[POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.4/examples#postchanges) instead of the follower.
832
+
[POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.5/examples#postchanges) instead of the follower.
833
833
834
834
#### Error suppression
835
835
@@ -863,7 +863,7 @@ The follower is not optimized for some use cases and it is not recommended to us
863
863
* Setting `include_docs` and larger document sizes (for example > 10 kiB).
864
864
* The volume of changes is very high (if the rate of changes in the database exceeds the follower's rate of pulling them it can never catch-up).
865
865
866
-
In these use-cases use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.4/examples#postchanges)
866
+
In these use-cases use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.5/examples#postchanges)
867
867
for specific control over the number of change requests made and the content size of the responses.
868
868
869
869
#### Checkpoints
@@ -1139,22 +1139,22 @@ then a `429 Too Many Requests` error occurs.
1139
1139
Pagination is available for these operations:
1140
1140
* Query all documents [global](https://cloud.ibm.com/apidocs/cloudant?code=java#postalldocs)
1141
1141
and [partitioned](https://cloud.ibm.com/apidocs/cloudant?code=java#postpartitionalldocs)
1142
-
*[Global all documents examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.4/modules/examples/src/main/java/features/pagination/AllDocsPagination.java)
1143
-
*[Partitioned all documents examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.4/modules/examples/src/main/java/features/pagination/PartitionAllDocsPagination.java)
1142
+
*[Global all documents examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.5/modules/examples/src/main/java/features/pagination/AllDocsPagination.java)
1143
+
*[Partitioned all documents examples](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.5/modules/examples/src/main/java/features/pagination/PartitionAllDocsPagination.java)
1144
1144
* Query all [design documents](https://cloud.ibm.com/apidocs/cloudant?code=java#postdesigndocs)
The examples presented in this `README` are for all documents in a partition.
1160
1160
The links in the list are to equivalent examples for each of the other available operations.
@@ -1396,7 +1396,7 @@ If you encounter an issue with the project, you are welcome to submit a
1396
1396
1397
1397
Before you submit a bug report, search for
1398
1398
[similar issues](https://github.com/IBM/cloudant-java-sdk/issues?q=is%3Aissue) and review the
1399
-
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.4/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
1399
+
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.5/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
1400
1400
1401
1401
Please consult the [security policy](https://github.com/IBM/cloudant-java-sdk/security/policy) before opening security related issues.
1402
1402
@@ -1426,8 +1426,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page.
1426
1426
1427
1427
## Contributing
1428
1428
1429
-
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.4/CONTRIBUTING.md).
1429
+
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-java-sdk/tree/v0.10.5/CONTRIBUTING.md).
1430
1430
1431
1431
## License
1432
1432
1433
-
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-java-sdk/tree/v0.10.4/LICENSE).
1433
+
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-java-sdk/tree/v0.10.5/LICENSE).
0 commit comments