Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions modules/introduction/partials/new-features-76_2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down