A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.couchbase.com/nodejs-sdk/3.0/project-docs/sdk-release-notes.html below:

SDK Release Notes | Couchbase Docs

Release notes, installation instructions, and download archive for the Couchbase Node.js Client.

These pages cover the 4.x and 3.x versions of the Couchbase Node.js SDK (both matching the 3.x SDK API, see the compatibility page).

For release notes, download links, and installation methods for 2.6 and earlier releases of the Couchbase Node.js Client, please see the 2.x Node.js Release Notes & Download Archive.

The Couchbase Node.js Client will run on any supported LTS version of Node.js.

To install an older version, specify the version directly with npm. For example, to install version 4.4.6:

$ npm install couchbase@4.4.6
Node.js SDK 4.5 Releases

We always recommend using the latest version of the SDK — it contains all of the latest security patches and support for new and upcoming features. All patch releases for each dot minor release should be API compatible, and safe to upgrade; any changes to expected behavior are noted in the release notes that follow.

Version 4.5.0 (02 June 2025)

Version 4.5.0 is the next minor release of the fourth generation Node.js SDK, bringing a number of improvements. Most notably the 4.5.0 release adds support for transactional Zone Aware Replica Reads and transactional GetMulti.

$ npm install couchbase@4.5.0

API Docs: http://docs.couchbase.com/sdk-api/couchbase-node-client-4.5.0/

Enhancements Fixes Known Issues Underlying C++ SDK Core Changes New Features Fixes and Enhancements Transactions Node.js SDK 4.4 Releases Version 4.4.6 (15 May 2025)

Version 4.4.6 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.4.6

API Docs: http://docs.couchbase.com/sdk-api/couchbase-node-client-4.4.6/

Enhancements Fixes Known Issues Underlying C++ SDK Core Changes Fixes Version 4.4.5 (28 January 2025)

Version 4.4.5 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.4.5

API Docs: http://docs.couchbase.com/sdk-api/couchbase-node-client-4.4.5/

Fixes Known Issues Underlying C++ SDK Core Changes Fixes Version 4.4.4 (25 November 2024)

Version 4.4.4 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.4.4

API Docs: http://docs.couchbase.com/sdk-api/couchbase-node-client-4.4.4/

Enhancements Fixes Known Issues Underlying C++ SDK Core Changes Fixes Version 4.4.3 (22 October 2024)

Version 4.4.3 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.4.3

API Reference

Fixes Enhancements Known Issues Underlying C++ SDK Core Changes Enhancements Version 4.4.2 (24 September 2024)

Version 4.4.2 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.4.2

API Reference

Fixes Enhancements Known Issues Underlying C++ SDK Core Changes Version 4.4.1 (23 August 2024)

Version 4.4.1 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements. Most notably the 4.4.1 release adds support for Alpine ARM environments (See the OS Compatibility docs for details).

$ npm install couchbase@4.4.1

API Reference

Enhancements Known Issues Underlying C++ SDK Core Changes Enhancements Fixes Version 4.4.0 (27 June 2024)

Version 4.4.0 is next minor release of the fourth generation Node.js SDK, bringing a number of improvements. Most notably the 4.4.0 release adds support for base64 encoded vector types when using the SDK with Couchbase Server 7.6.2.

$ npm install couchbase@4.4.0

API Reference

Fixes Enhancements Known Issues Underlying C++ SDK Core Changes Enhancements Fixes Node.js SDK 4.3 Releases Version 4.3.1 (18 April 2024)

Version 4.3.1 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.3.1

API Reference

Fixes Enhancements Known Issues Underlying C++ SDK Core Changes Fixes Version 4.3.0 (14 March 2024)

Version 4.3.0 is third minor release of the fourth generation Node.js SDK, bringing a number of improvements. Most notably the 4.3.0 release adds support for Vector Search, KV Range Scans, and faster failover when using the SDK with Couchbase Server 7.6.0.

$ npm install couchbase@4.3.0

API Reference

Known Issues Enhancements Known Issues Underlying C++ SDK Core Changes Node.js SDK 4.2 Releases Version 4.2.11 (1 March 2024)

Version 4.2.11 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.2.11

API Reference

Fixes Enhancements Known Issues Underlying C++ SDK Core Changes Version 4.2.10 (2 February 2024)

Version 4.2.10 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.2.10

API Reference

Enhancements Known Issues Underlying C++ SDK Core Changes Version 4.2.9 (3 January 2024)

Version 4.2.9 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.2.9

API Reference

Enhancements Known Issues Underlying C++ SDK Core Changes Version 4.2.8 (15 November 2023)

Version 4.2.8 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements. Most notably, the 4.2.8 release removes the OpenSSL dependency for published prebuilds.

$ npm install couchbase@4.2.8

API Reference

Behavioral Change

The Couchbase Node.js SDK now publishes prebuilt binaries that statically link against BoringSSL. The change removes the OpenSSL requirement from the SDK when using a published prebuild. If building the SDK from source, the build will default to statically linking with the OpenSSL provided from the Node.js version being used. Build options are availalbe if wanting to build from source and statically link against BoringSSL.

Fixes Enhancements Known Issues Underlying C++ SDK Core Changes Version 4.2.7 (25 August 2023)

Version 4.2.7 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.2.7

API Reference

Enhancements Underlying C++ SDK Core Changes Known Issues Version 4.2.6 (8 August 2023)

Version 4.2.6 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.2.6

API Reference

Fixes Enhancements Underlying C++ SDK Core Changes Known Issues Version 4.2.5 (11 July 2023)

Version 4.2.5 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements. Most notably the 4.2.5 release adds support for Node.js v18 and v20, and reduces the size of prebuilt binaries.

$ npm install couchbase@4.2.5

API Reference

Enhancements Known Issues Version 4.2.4 (26 May 2023)

Version 4.2.4 is the next patch release of the fourth generation Node.js SDK.

$ npm install couchbase@4.2.4

API Reference

Underlying C++ SDK Core Changes Known Issues Version 4.2.3 (9 May 2023)

Version 4.2.3 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.2.3

API Reference

Enhancements Underlying C++ SDK Core Changes Known Issues Version 4.2.2 (9 March 2023)

Version 4.2.2 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.2.2

API Reference

Fixes Enhancements Known Issues Version 4.2.1 (8 February 2023)

Version 4.2.1 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements. Most notably the 4.2.1 release provides improved performance for key-value operations.

$ npm install couchbase@4.2.1

API Reference

Fixes Enhancements Known Issues Version 4.2.0 (3 November 2022)

Version 4.2.0 is the next minor release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.2.0

API Reference

Fixes Enhancements Known Issues Node.js SDK 4.1 Releases Version 4.1.3 (6 October 2022)

Version 4.1.3 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.1.3

API Reference

Fixes Enhancements Known Issues Version 4.1.2 (4 August 2022)

Version 4.1.2 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.1.2

API Reference

New Features Fixed Issues Known Issues Version 4.1.1 (13 June 2022)

Version 4.1.1 is the next patch release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.1.1

API Reference

Fixed Issues Known Issues Version 4.1.0 (28 April 2022)

Version 4.1.0 is the next minor release of the fourth generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@4.1.0

API Reference

New Features Fixed Issues Known Issues Node.js SDK 4.0 Releases Version 4.0.0 (18 February 2022)

Version 4.0.0 is the first major release of the next generation Node.js SDK, built on the Couchbase C++ library — featuring multi-document distributed ACID transactions, and bringing a number of improvements related to internal connection behaviour.

$ npm install couchbase@4.0.0

API Reference

New Features Fixed Issues Known Issues Node.js SDK 3.2 Releases Version 3.2.7 (8 February 2023)

Version 3.2.7 is the next patch release of the third generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@3.2.7

API Reference

Enhancements Version 3.2.6 (9 November 2022)

Version 3.2.6 is the next patch release of the third generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@3.2.6

API Reference

Fixes Version 3.2.5 (3 November 2022)

Version 3.2.5 is the next patch release of the third generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@3.2.5

API Reference

Fixes Enhancements Version 3.2.4 (17 December 2021)

Version 3.2.4 is the next patch release of the third generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@3.2.4

API Reference

Fixed Issues Version 3.2.3 (5 October 2021)

Version 3.2.3 is the next patch release of the third generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@3.2.3

API Reference

Fixed Issues Version 3.2.2 (16 Sept 2021)

Version 3.2.2 is the next patch release of the third generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@3.2.2

API Reference

New Features Fixed Issues Version 3.2.1 (26 Aug 2021)

Version 3.2.1 is the next patch release of the third generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@3.2.1

API Reference

Fixed Issues Version 3.2.0 (21 July 2021)

Version 3.2.0 is the next minor release of the third generation Node.js SDK, bringing a number of improvements.

$ npm install couchbase@3.2.0

API Reference

New Features Fixed Issues Node.js SDK 3.1 Releases Version 3.1.3 (5 May 2021)

Version 3.1.3 is a patch release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.1.3

API Reference

Fixed Issues Version 3.1.2 (9 April 2021)

Version 3.1.2 is a release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.1.2

API Reference

Fixed Issues Version 3.1.1 (13 January 2021)

Version 3.1.1 is a release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.1.1

API Reference

Fixed Issues Version 3.1.0 (2 December 2020)

Version 3.1.0 is a minor release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release, and adding features to support Couchbase Server 6.6.

$ npm install couchbase@3.1.0

API Reference

New Features Fixed Issues Node.js SDK 3.0 Releases Version 3.0.7 (6 November 2020)

Version 3.0.7 is a release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.0.7

API Reference

New Features Fixed Issues Version 3.0.6 (3 September 2020)

Version 3.0.6 is a release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.0.6

API Reference

New Features Fixed Issues Version 3.0.5 (6 August 2020)

Version 3.0.5 is a release of the third generation Node.js SDK.

$ npm install couchbase@3.0.5

API Reference

Fixed Issues Version 3.0.4 (17 June 2020)

Version 3.0.4 is a release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.0.4

API Reference

Fixed Issues Version 3.0.3 (14 June 2020)

Version 3.0.3 is a release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.0.3

API Reference

Fixed Issues Known Issues Version 3.0.2 (7 May 2020)

Version 3.0.2 is a release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.0.2

API Reference

Fixed Issues Known Issues Version 3.0.1 (20 March 2020)

Version 3.0.1 is the second release of the third generation Node.js SDK, bringing enhancements and bugfixes over the last stable release.

$ npm install couchbase@3.0.1

API Reference

New Features Fixed Issues Known Issues Version 3.0.0 (20 January 2020)

This is the first GA release of the third generation Node.js SDK.

$ npm install couchbase@3.0.0

API Reference

New Features Fixed Issues Known Issues Pre-releases

Numerous Alpha and Beta releases were made in the run-up to the 3.0 release, and although unsupported, the release notes and download links are retained for archive purposes here.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4