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

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


The following commit(s) were added to refs/heads/main by this push:
     new cf4a9c0  Bump the C++ client to 3.2.0 (#118)
cf4a9c0 is described below

commit cf4a9c0572e7232b315179f78c28d4c653f9119c
Author: Yunze Xu <[email protected]>
AuthorDate: Thu May 18 01:40:30 2023 +0800

    Bump the C++ client to 3.2.0 (#118)
    
    * Bump the C++ client to 3.2.0
    
    Fixes https://github.com/apache/pulsar-client-python/issues/116
    
    https://github.com/apache/pulsar-client-cpp/pull/266 is included in the
    C++ client 3.2.0 so that #116 will be fixed.
    
    * Change the download URL since archive.apache.org is not available now
    
    * Revert "Change the download URL since archive.apache.org is not available 
now"
    
    This reverts commit 6b92e984dfffe8151edf4df77c62275e794adb73.
---
 dependencies.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.yaml b/dependencies.yaml
index 428de6e..e8f0362 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -18,7 +18,7 @@
 #
 
 cmake: 3.24.2
-pulsar-cpp: 3.1.2
+pulsar-cpp: 3.2.0
 pybind11: 2.10.1
 boost: 1.80.0
 protobuf: 3.20.0

Reply via email to