Skip to content

Commit c5b9b16

Browse files
Merge branch 'release/4.0' into DOC-10990-4.0
2 parents 97333fa + 63a04d3 commit c5b9b16

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

modules/howtos/pages/managing-connections.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ couchbase://nodeA.example.com,nodeB.example.com
6262
couchbase://127.0.0.1?network=external&operation_timeout=10.0
6363
----
6464

65-
The full list of recognized parameters is documented in the client settings reference.
65+
The full list of recognized parameters is documented in the https://docs.couchbase.com/sdk-api/couchbase-node-client-4.0.0/interfaces/ConnectOptions.html[API reference].
6666

6767
A connection string may optionally be prefixed by either "couchbase://" or "couchbases://".
6868
If you wish to use TLS, the connection string must be configured as described in <<ssl>>.

modules/project-docs/pages/compatibility.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ The Node.js SDK is tested and supported on the following platforms:
103103
* CentOS 7.
104104
* Ubuntu (LTS) 18.04 (_Bionic_), & 20.04 (_Focal_).
105105
* Debian 9 (_Stretch_) & 10 (_Buster_).
106-
* Alpine Linux (since Node.js SDK 3.2.5).
106+
* Alpine Linux versions that have not reached https://alpinelinux.org/releases/[end-of-life support] (since Node.js SDK 3.2.5).
107+
Note that while Alpine _might_ provide support upon request for older versions, any version that has reached end-of-life support is outside the scope of Couchbase technical support.
107108
108109
[discrete]
109110
=== Microsoft Windows

modules/project-docs/pages/migrating-sdk-code-to-3.n.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,5 +542,5 @@ In addition:
542542
* The required minimum version of Node.js is now v12 (the oldest supported maintenance LTS release).
543543
* Ping error entries are now typed.
544544
* `get` requests on locked documents now retry rather than fast-fail.
545-
* The changes to xref:ref:client-settings.adoc[Client Settings] are not currently documented.
546-
* The changes to xref:howtos:managing-connections.adoc#connection-strings[Connection Strings] are not currently documented.
545+
* The changes to xref:ref:client-settings.adoc[Client Settings] are documented in the https://docs.couchbase.com/sdk-api/couchbase-node-client-4.0.0/interfaces/ConnectOptions.html[API reference].
546+
* The changes to xref:howtos:managing-connections.adoc#connection-strings[Connection Strings] are documented in the https://docs.couchbase.com/sdk-api/couchbase-node-client-4.0.0/functions/connect.html[API reference].

modules/project-docs/pages/ottoman-release-notes.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[abstract]
77
{description}
88

9-
These pages cover the 2._x_ versions of the Ottoman ODM.
9+
These pages cover the 2.0 - 2.2 versions of the Ottoman ODM.
1010

1111
The Ottoman ODM will run on any https://github.com/nodejs/Release[supported LTS version of Node.js].
1212

@@ -15,10 +15,13 @@ The Ottoman ODM will run on any https://github.com/nodejs/Release[supported LTS
1515
== Support in Node.js SDK 4.0
1616

1717
Ottoman is currently *not supported* in Node.js SDK 4.0.
18-
We intend to fully support it with the next 4.1 release.
18+
It *is supported* from the 4.1 release onwards of the Node.js SDK.
1919

2020
In the meantime, if you are interested in checking out Ottoman,
21-
please read the xref:3.2@nodejs-sdk:hello-world:start-using-ottoman.adoc[Ottoman for Node.js SDK 3.2] page.
21+
please read the
22+
xref:4.2@nodejs-sdk:hello-world:start-using-ottoman.adoc[Ottoman for Node.js SDK 4.2] page, the
23+
xref:4.1@nodejs-sdk:hello-world:start-using-ottoman.adoc[Ottoman for Node.js SDK 4.1] page, or the
24+
xref:3.2@nodejs-sdk:hello-world:start-using-ottoman.adoc[Ottoman for Node.js SDK 3.2] page.
2225

2326
== Version 2.2.0 (29 March 2022)
2427

modules/ref/pages/client-settings.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ include::project-docs:partial$attributes.adoc[]
99
[abstract]
1010
{description}
1111

12-
WARNING: The backend implementation of client settings changed substantially in 4.0 and is not currently fully documented.
13-
This will be resolved in a future 4.x release.
14-
See xref:project-docs:migrating-sdk-code-to-3.n.adoc#sdk4-specifics[more details on migrating to 4.0].
1512

16-
Some details from the old `libcouchbase`
17-
https://docs.couchbase.com/sdk-api/couchbase-c-client/group__lcb-cntl-settings.html[settings list] may be useful for reference.
13+
TIP: The backend implementation of client settings changed substantially in 4.0.
14+
Full details can be found in https://docs.couchbase.com/sdk-api/couchbase-node-client-4.0.0/interfaces/ConnectOptions.html[the API Reference].
1815

1916
// == Timeout Options
2017

0 commit comments

Comments
 (0)