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:34:32 UTC

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

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

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


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 18fb78f  Fix compatibility between nodejs client and cpp client versions (#175)
18fb78f is described below

commit 18fb78f36de347748fdf16b3b3ba9c7096cdcf1d
Author: hrsakai <hs...@yahoo-corp.jp>
AuthorDate: Mon Sep 13 14:34:29 2021 +0900

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

diff --git a/README.md b/README.md
index a4fb231..42fe4b8 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +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.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.