Skip to content

Commit

Permalink
Merge pull request #246 from thejcfactor/ReleaseNotes-4.2.9
Browse files Browse the repository at this point in the history
Release notes for client version 4.2.9
  • Loading branch information
RichardSmedley authored Jan 4, 2024
2 parents 24d27f9 + ddc1288 commit 3b333bb
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions modules/project-docs/pages/sdk-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,43 @@ All patch releases for each dot minor release should be API compatible, and safe
any changes to expected behavior are noted in the release notes that follow.


=== 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.

[source,bash]
----
$ npm install couchbase@4.2.9
----

http://docs.couchbase.com/sdk-api/couchbase-node-client-4.2.9/[API Reference]

==== Enhancements

* https://issues.couchbase.com/browse/JSCBC-1163[JSCBC-1163]:
Added improvements for Faster Failover and Config Push.

* https://issues.couchbase.com/browse/JSCBC-1221[JSCBC-1221]:
Added support for new KV error code to raise `DocumentNotLockedError`.

==== Underlying C++ SDK Core Changes

* https://issues.couchbase.com/browse/CXXCBC-100[CXXCBC-100]:
Added support for using a timeout with `ping` operation (https://github.com/couchbaselabs/couchbase-cxx-client/pull/486[#486]).
* https://issues.couchbase.com/browse/CXXCBC-368[CXXCBC-368]:
Added support for subscribing to clustermap notifications to speedup failover (https://github.com/couchbaselabs/couchbase-cxx-client/pull/490[#490]).
* https://issues.couchbase.com/browse/CXXCBC-391[CXXCBC-391]:
Fixed transactions API inconsistencies (https://github.com/couchbaselabs/couchbase-cxx-client/pull/482[#482]).
* https://issues.couchbase.com/browse/CXXCBC-403[CXXCBC-403]:
Updated `not_my_vbucket` KV response to allow retries (https://github.com/couchbaselabs/couchbase-cxx-client/pull/480[#480]).
* https://issues.couchbase.com/browse/CXXCBC-404[CXXCBC-404]:
Fixed `unlock` operations to expose `KV_LOCKED` status as `cas_mismatch` (https://github.com/couchbaselabs/couchbase-cxx-client/pull/479[#479]).
* https://issues.couchbase.com/browse/CXXCBC-409[CXXCBC-409]:
Added handling for `index does not exist` query error (https://github.com/couchbaselabs/couchbase-cxx-client/pull/492[#492]).
* https://issues.couchbase.com/browse/CXXCBC-419[CXXCBC-419]:
Updated MCBP protocol parser to start with clean state (https://github.com/couchbaselabs/couchbase-cxx-client/pull/496[#496]).


=== 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.
Expand Down

0 comments on commit 3b333bb

Please sign in to comment.