You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/10/05 18:07:59 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#ca052d4)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ba2c4b9cbc Docs sync done from apache/pulsar(#ca052d4)
7ba2c4b9cbc is described below

commit 7ba2c4b9cbc6510ce50b6eab3bf58ecb48c6e6db
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Wed Oct 5 18:07:53 2022 +0000

    Docs sync done from apache/pulsar(#ca052d4)
---
 site2/website-next/docs/client-libraries-node.md | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/site2/website-next/docs/client-libraries-node.md b/site2/website-next/docs/client-libraries-node.md
index c7ad568e07f..3986203dc2d 100644
--- a/site2/website-next/docs/client-libraries-node.md
+++ b/site2/website-next/docs/client-libraries-node.md
@@ -20,13 +20,7 @@ Follow [these instructions](client-libraries-cpp.md#compilation) and install the
 
 ### Compatibility
 
-Compatibility between each version of the Node.js client and the C++ client is as follows:
-
-| Node.js client | C++ client     |
-| :------------- | :------------- |
-| 1.0.0          | 2.3.0 or later |
-| 1.1.0          | 2.4.0 or later |
-| 1.2.0          | 2.5.0 or later |
+Compatibility between each version of the Node.js client and the C++ client is listed on [github](https://github.com/apache/pulsar-client-node/blob/master/README.md).
 
 If an incompatible version of the C++ client is installed, you may fail to build or run this library.