From 4c02580aae1953a8451166ce6e74aac416bdf655 Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:43:35 +0000 Subject: [PATCH] Update version -> 0.11.0 --- .bumpversion.toml | 2 +- README.md | 14 +++++++------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index b762b3398..507701943 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.10.3" +current_version = "0.11.0" parse = "^(?P0|[1-9]\\d*)\\.(?P0|[1-9]\\d*)\\.(?P0|[1-9]\\d*)(?:-(?P(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$" serialize = [ "{major}.{minor}.{patch}-{prerelease}+{buildmetadata}", diff --git a/README.md b/README.md index ed49cb418..e2aefd642 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Release](https://img.shields.io/github/v/release/IBM/cloudant-node-sdk?include_prereleases&sort=semver)](https://github.com/IBM/cloudant-node-sdk/releases/latest) [![Docs](https://img.shields.io/static/v1?label=TypeDoc&message=latest&color=blue)](https://ibm.github.io/cloudant-node-sdk/) -# IBM Cloudant Node.js SDK Version 0.10.3 +# IBM Cloudant Node.js SDK Version 0.11.0 IBM Cloudant Node.js SDK is a client library that interacts with the [IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=node). @@ -903,7 +903,7 @@ You have deleted the document. #### Further code examples -For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#examples-for-node). +For a complete list of code examples, see the [examples directory](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/examples#examples-for-node). ### Error handling @@ -1062,7 +1062,7 @@ The changes follower requires the client to have HTTP timeouts of at least 1 min instantiation if it is insufficient. The default client configuration has sufficiently long timeouts. For use-cases where these configuration limitations are deemed too restrictive then it is recommended to -write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#postchanges) instead of the follower. +write code to use the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/examples#postchanges) instead of the follower. #### Error suppression @@ -1097,7 +1097,7 @@ The follower is not optimized for some use cases and it is not recommended to us * 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). In these cases use-case specific control over the number of change requests made and the content size of the responses -may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/examples#postchanges). +may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/examples#postchanges). #### Checkpointing @@ -1590,7 +1590,7 @@ If you encounter an issue with the project, you are welcome to submit a Before you submit a bug report, search for [similar issues](https://github.com/IBM/cloudant-node-sdk/issues?q=is%3Aissue) and review the -[KNOWN_ISSUES file](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. +[KNOWN_ISSUES file](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/KNOWN_ISSUES.md) to verify that your issue hasn't been reported yet. Please consult the [security policy](https://github.com/IBM/cloudant-node-sdk/security/policy) before opening security related issues. @@ -1620,8 +1620,8 @@ Find more open source projects on the [IBM GitHub](http://ibm.github.io/) page. ## Contributing -For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.10.3/CONTRIBUTING.md). +For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.11.0/CONTRIBUTING.md). ## License -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-node-sdk/tree/v0.10.3/LICENSE). +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-node-sdk/tree/v0.11.0/LICENSE). diff --git a/package-lock.json b/package-lock.json index 731db0cf9..800223c04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm-cloud/cloudant", - "version": "0.10.3", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ibm-cloud/cloudant", - "version": "0.10.3", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@types/node": "18.19.64", diff --git a/package.json b/package.json index 33feb8705..b4a197cda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ibm-cloud/cloudant", - "version": "0.10.3", + "version": "0.11.0", "description": "IBM Cloudant Node.js SDK", "main": "index.js", "repository": {