diff --git a/modules/introduction/partials/new-features-76_2.adoc b/modules/introduction/partials/new-features-76_2.adoc index 334c3a9adf..4225ff54f8 100644 --- a/modules/introduction/partials/new-features-76_2.adoc +++ b/modules/introduction/partials/new-features-76_2.adoc @@ -89,6 +89,23 @@ Use the xref:n1ql:n1ql-language-reference/searchfun.adoc#search_meta[SEARCH_META + ** You can now fetch and modify a document's Extended Attributes (XATTRs) in xref:eventing:eventing-advanced-keyspace-accessors.adoc#advanced-subdoc-array-op-lookupin[Sub-Document LOOKUPIN] and xref:eventing:eventing-advanced-keyspace-accessors.adoc#advanced-subdoc-array-op-mutatein[Sub-Document MUTATEIN] operations. + +[#sdks_762] +=== SDKs + +* Alongside Version 7.6.2, Couchbase announces the 1.0.0 GA release of the xref:cxx-sdk:hello-world:overview.adoc[{cpp} SDK]. +This SDK has been long used as the core of our +xref:nodejs-sdk:hello-world:overview.adoc[Node.js], +xref:php-sdk:hello-world:overview.adoc[PHP], +xref:python-sdk:hello-world:overview.adoc[Python], and +xref:ruby-sdk:hello-world:overview.adoc[Ruby] SDKs, +to handle communicating with the cluster over Couchbase's binary protocols. +and is now released as a full, standalone SDK for applications needing the speed of {cpp}. + +* Version 7.6.2 adds the ability to use multi-document ACID transactions with binary documents, alongside the current handling of JSON documents. +This feature is initially implemented in the {cpp} and Java SDKs. + + [#tools_762] === Tools