Skip to content

Commit c04acb6

Browse files
Merge pull request #770 from couchbase/wrappers-3.6-pt1
Wrappers 3.6 pt1
2 parents 14ab7a5 + 683fdfd commit c04acb6

File tree

3 files changed

+14
-21
lines changed

3 files changed

+14
-21
lines changed

antora-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ content:
115115
- url: https://github.com/couchbase/docs-sdk-kotlin
116116
branches: [temp/1.3, release/1.2, release/1.1, release/1.0]
117117
- url: https://github.com/couchbase/docs-sdk-nodejs
118-
branches: [temp/4.3, release/4.2, release/4.1, release/4.0]
118+
branches: [temp/4.4, temp/4.3, release/4.2, release/4.1, release/4.0]
119119
- url: https://github.com/couchbase/docs-sdk-php
120120
branches: [temp/4.2, release/4.1, release/4.0]
121121
- url: https://github.com/couchbase/docs-sdk-python
122-
branches: [temp/4.2, release/4.1, release/4.0]
122+
branches: [temp/4.3, temp/4.2, release/4.1, release/4.0]
123123
- url: https://github.com/couchbase/docs-sdk-ruby
124124
branches: [temp/3.5, release/3.4, release/3.3]
125125
- url: https://github.com/couchbase/docs-sdk-scala

etc/nginx/snippets/rewrites.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ set $current_version_sdk_go_api '2.9.0';
77
set $current_version_sdk_java_api '3.7.0';
88
set $current_version_sdk_jvm_core_api '2.7.0';
99
set $current_version_kotlin_client_api '1.4.0';
10-
set $current_version_sdk_nodejs_api '4.3.1';
10+
set $current_version_sdk_nodejs_api '4.4.0';
1111
set $current_version_sdk_php_api '4.2.1';
12-
set $current_version_sdk_python_api '4.2.1';
12+
set $current_version_sdk_python_api '4.3.0';
1313
set $current_version_sdk_ruby_api '3.5.1';
1414
set $current_version_sdk_scala_api '1.7.0';
1515
set $current_version_txns_java_api '1.2.4';

home/modules/ROOT/pages/sdk.adoc

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,6 @@ The SDK Extension Libraries are shipped as separate libraries.
105105
<div class="card-row three-column-row">
106106
++++
107107

108-
[.column]
109-
====== {empty}
110-
.Distributed ACID Transactions
111-
112-
[.content]
113-
Distributed ACID Transactions are operations that ensure that when multiple documents need to be modified such that only the successful modification of all justifies the modification of any, either all the modifications do occur successfully; or none of them occurs.
114-
[]
115-
xref:sdk-extensions::distributed-acid-transactions.adoc[Distributed ACID Transactions]
116-
117108
[.column]
118109
====== {empty}
119110
.Field Level Encryption
@@ -134,17 +125,19 @@ For a database, performance is best encapsulated via per-request performance.
134125
[]
135126
xref:sdk-extensions::response-time-observability.adoc[Response Time Observability]
136127

137-
+++
138-
</div>
139-
+++
140-
141-
== Distributed ACID Transactions Libraries
128+
[.column]
129+
====== {empty}
130+
.Distributed ACID Transactions
142131

132+
[.content]
143133
Previously, distributed ACID transactions were available as separate libraries for some of the SDKs.
144-
Please note that now each SDK that has this feature, has it incorporated into the SDK.
134+
Please note that this feature, available now in most of the SDKs, is incorporated directly into these SDKs.
135+
[]
136+
xref:sdk-extensions::distributed-acid-transactions.adoc[Distributed ACID Transactions]
145137

146-
[.column]
147-
====== {empty}
138+
+++
139+
</div>
140+
+++
148141

149142

150143
== SDK doctor

0 commit comments

Comments
 (0)