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
@@ -734,7 +734,7 @@ You have deleted the document.
734
734
735
735
#### Further code examples
736
736
737
-
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.2/examples#examples-for-java).
737
+
For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.3/examples#examples-for-java).
738
738
739
739
### Error handling
740
740
@@ -831,7 +831,7 @@ The changes follower requires the client to have HTTP timeouts of at least 1 min
831
831
instantiation if it is insufficient. The default client configuration has sufficiently long timeouts.
832
832
833
833
For use-cases where these configuration limitations are deemed too restrictive then it is recommended to
834
-
write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.2/examples#postchanges) instead of the follower.
834
+
write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.3/examples#postchanges) instead of the follower.
835
835
836
836
#### Error suppression
837
837
@@ -866,7 +866,7 @@ The follower is not optimized for some use cases and it is not recommended to us
866
866
* 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).
867
867
868
868
In these cases use-case specific control over the number of change requests made and the content size of the responses
869
-
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.2/examples#postchanges).
869
+
may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.3/examples#postchanges).
870
870
871
871
#### Checkpointing
872
872
@@ -1113,7 +1113,7 @@ If you encounter an issue with the project, you are welcome to submit a
1113
1113
1114
1114
Before you submit a bug report, search for
1115
1115
[similar issues](https://github.com/IBM/cloudant-java-sdk/issues?q=is%3Aissue) and review the
1116
-
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.2/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
1116
+
[KNOWN_ISSUES file](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.3/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet.
1117
1117
1118
1118
Please consult the [security policy](https://github.com/IBM/cloudant-java-sdk/security/policy) before opening security related issues.
1119
1119
@@ -1143,8 +1143,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page.
1143
1143
1144
1144
## Contributing
1145
1145
1146
-
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.2/CONTRIBUTING.md).
1146
+
For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-java-sdk/tree/v0.8.3/CONTRIBUTING.md).
1147
1147
1148
1148
## License
1149
1149
1150
-
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.8.2/LICENSE).
1150
+
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.8.3/LICENSE).
0 commit comments