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

xyz pushed a change to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


    from 1c725b4  Fix Protobuf symbols not found in libpulsarwithdeps.a when 
building on macOS (#354)
     new 478d3c3  Gather the macOS binaries when releasing (#355)
     new 6192987  Fix HTTP lookup segfault when the redirect host cannot be 
resolved (#356)
     new 8595f97  Install Version.h when installing by CMakeLists (#361)
     new 6cb391a  Fix accessing destroyed objects in the callback of async_wait 
(#362)
     new afe54da  Fix tlsTrustCertsFilePath config is not applied for OAuth2 
(#364)
     new 1cb1bf8  Release 3.4.2

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-support/stage-release.sh        |   5 ++
 lib/CMakeLists.txt                    |   1 +
 lib/ClientConfiguration.cc            |   1 +
 lib/ClientConnection.cc               |  12 ++-
 lib/ConsumerImpl.cc                   |  12 +--
 lib/ConsumerImpl.h                    |   2 +-
 lib/CurlWrapper.h                     |   5 +-
 lib/HTTPLookupService.cc              | 149 +++++++++++++++-------------------
 lib/MultiTopicsConsumerImpl.cc        |   1 +
 lib/NegativeAcksTracker.cc            |   7 +-
 lib/NegativeAcksTracker.h             |   2 +-
 lib/PatternMultiTopicsConsumerImpl.cc |  17 +++-
 lib/PatternMultiTopicsConsumerImpl.h  |   4 +
 lib/UnAckedMessageTrackerEnabled.cc   |  19 +++--
 lib/UnAckedMessageTrackerEnabled.h    |  19 +++--
 lib/UnAckedMessageTrackerInterface.h  |   2 +
 lib/auth/AuthOauth2.cc                |   9 +-
 run-unit-tests.sh                     |   9 +-
 tests/BasicEndToEndTest.cc            |   2 +
 tests/ConsumerTest.cc                 |   4 +-
 tests/oauth2/Oauth2Test.cc            |  21 +++++
 version.txt                           |   2 +-
 22 files changed, 183 insertions(+), 122 deletions(-)

Reply via email to