You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ma...@apache.org on 2021/09/13 05:33:45 UTC

[pulsar-client-node] branch master updated: Fix compatibility between nodejs client and cpp client versions (#176)

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

massakam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git


The following commit(s) were added to refs/heads/master by this push:
     new 499776e  Fix compatibility between nodejs client and cpp client versions (#176)
499776e is described below

commit 499776ef91468d7e09ec94f14ae082df22fdf9c3
Author: hrsakai <hs...@yahoo-corp.jp>
AuthorDate: Mon Sep 13 14:33:18 2021 +0900

    Fix compatibility between nodejs client and cpp client versions (#176)
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index e0744ad..aab27f1 100644
--- a/README.md
+++ b/README.md
@@ -42,11 +42,11 @@ Compatibility between each version of the Node.js client and the C++ client is a
 
 | 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 |
-| 1.3.0          | 2.7.0 or later |
-| 1.4.0          | 2.8.0 or later |
+| 1.0.x          | 2.3.0 or later |
+| 1.1.x          | 2.4.0 or later |
+| 1.2.x          | 2.5.0 or later |
+| 1.3.x          | 2.7.0 or later |
+| 1.4.x          | 2.8.0 or later |
 
 If an incompatible version of the C++ client is installed, you may fail to build or run this library.