From 3d77d852be55f23533b473e0db6e7ab31ada61e2 Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:04:17 +0000 Subject: [PATCH] Update version -> 0.9.0 --- .bumpversion.cfg | 2 +- README.md | 14 +++++++------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 382e9ceab..1dadd7c01 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.3 +current_version = 0.9.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 378f3c8c8..9a19407c7 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.8.3 +# IBM Cloudant Node.js SDK Version 0.9.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). @@ -935,7 +935,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.8.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.9.0/examples#examples-for-node). ### Error handling @@ -1033,7 +1033,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.8.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.9.0/examples#postchanges) instead of the follower. #### Error suppression @@ -1068,7 +1068,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.8.3/examples#postchanges). +may be achieved by using the SDK's [POST `_changes` API](https://github.com/IBM/cloudant-node-sdk/tree/v0.9.0/examples#postchanges). #### Checkpointing @@ -1579,7 +1579,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.8.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.9.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. @@ -1609,8 +1609,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.8.3/CONTRIBUTING.md). +For more information, see [CONTRIBUTING](https://github.com/IBM/cloudant-node-sdk/tree/v0.9.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.8.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.9.0/LICENSE). diff --git a/package-lock.json b/package-lock.json index d006fc612..f6766f09a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm-cloud/cloudant", - "version": "0.8.3", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ibm-cloud/cloudant", - "version": "0.8.3", + "version": "0.9.0", "license": "Apache-2.0", "dependencies": { "@types/node": "18.19.23", diff --git a/package.json b/package.json index 30102f21b..0d5546c81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ibm-cloud/cloudant", - "version": "0.8.3", + "version": "0.9.0", "description": "IBM Cloudant Node.js SDK", "main": "index.js", "repository": {