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

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


    from 3b574c7  Release 3.5.0
     add e2cacb7  Fix the incompatibility with Clang and C++20 (#408)
     add d0a3227  [improve] add physicalAddress as part of connection pool key 
(#411)
     add 747c186  [CI] Pin the clang-format version to 11 (#412)
     add 4360500  Change return code of MultiTopicsConsumerImpl::closeAsync 
after unsubscribe or close (#413)
     add ee1d7b9  Fix hasMessageAvailable might return true after seeking to 
latest (#409)
     new 916af95  Merge branch 'main' into branch-3.5

The 1 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:
 .github/workflows/ci-pr-validation.yaml | 26 ++++++++--
 lib/ClientConnection.cc                 |  2 +-
 lib/ConnectionPool.cc                   | 15 ++++--
 lib/ConnectionPool.h                    |  3 +-
 lib/ConsumerImpl.cc                     | 87 +++++++++++++++++++--------------
 lib/ConsumerImpl.h                      | 31 +++++++++++-
 lib/MultiTopicsConsumerImpl.cc          |  4 +-
 lib/NamespaceName.cc                    |  2 +-
 lib/NamespaceName.h                     |  2 +-
 lib/Synchronized.h                      |  5 ++
 lib/TopicName.cc                        |  2 +-
 lib/TopicName.h                         |  2 +-
 tests/BasicEndToEndTest.cc              |  2 +-
 tests/ReaderTest.cc                     | 55 +++++++++++++++++++++
 14 files changed, 183 insertions(+), 55 deletions(-)

Reply via email to