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
@@ -703,7 +703,7 @@ You have deleted the document.
703
703
704
704
#### Further code examples
705
705
706
-
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.0/examples#examples-for-java).
706
+
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.1/examples#examples-for-java).
707
707
708
708
### Error handling
709
709
@@ -799,7 +799,7 @@ The changes follower requires the client to have HTTP timeouts of at least 1 min
799
799
instantiation if it is insufficient. The default client configuration has sufficiently long timeouts.
800
800
801
801
For use-cases where these configuration limitations are deemed too restrictive then it is recommended to
802
-
write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.0/examples#postchanges) instead of the follower.
802
+
write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.1/examples#postchanges) instead of the follower.
803
803
804
804
#### Error suppression
805
805
@@ -834,7 +834,7 @@ The follower is not optimized for some use cases and it is not recommended to us
834
834
* 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).
835
835
836
836
In these cases use-case specific control over the number of change requests made and the content size of the responses
837
-
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.0/examples#postchanges).
837
+
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.1/examples#postchanges).
838
838
839
839
#### Checkpointing
840
840
@@ -1069,7 +1069,7 @@ If you encounter an issue with the project, you are welcome to submit a
1069
1069
1070
1070
Before you submit a bug report, search for
1071
1071
[similar issues](https://github.com/IBM/cloudant-java-sdk/issues?q=is%3Aissue) and review the
1072
-
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.0/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
1072
+
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.1/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
1073
1073
1074
1074
Please consult the [security policy](https://github.com/IBM/cloudant-java-sdk/security/policy) before opening security related issues.
1075
1075
@@ -1099,8 +1099,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page.
1099
1099
1100
1100
## Contributing
1101
1101
1102
-
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.0/CONTRIBUTING.md).
1102
+
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-java-sdk/tree/v0.9.1/CONTRIBUTING.md).
1103
1103
1104
1104
## License
1105
1105
1106
-
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.9.0/LICENSE).
1106
+
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.9.1/LICENSE).
0 commit comments