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

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


    from 8b421e0  Release 3.8.0
     new 1657635  Adapt to latest Asio APIs (Asio 1.32 or Boost.Asio 1.88) 
(#477)
     new 922cc2e  Use vcpkg to build debian packages (#506)
     new 5d73c4b  [improve] change RoutingMode default from UseSinglePartition 
to RoundRobinDistribution (#507)

The 3 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-build-binary-artifacts.yaml |   1 -
 .github/workflows/ci-pr-validation.yaml          |   6 +-
 CMakeLists.txt                                   |  10 +-
 build-support/copy-deps-versionfile.sh           |  29 ------
 build-support/dep-version.py                     |  24 -----
 dependencies.yaml                                |  29 ------
 include/pulsar/ProducerConfiguration.h           |   2 +-
 lib/AckGroupingTrackerEnabled.cc                 |   5 +-
 lib/AsioTimer.h                                  |   9 ++
 lib/ClientConnection.cc                          | 118 +++++++++--------------
 lib/ClientConnection.h                           |  10 +-
 lib/ConsumerImpl.cc                              |   9 +-
 lib/ConsumerImplBase.cc                          |   2 +-
 lib/ExecutorService.cc                           |  37 ++++---
 lib/ExecutorService.h                            |  12 +--
 lib/HandlerBase.cc                               |  15 ++-
 lib/JsonUtils.h                                  |   7 --
 lib/MultiTopicsConsumerImpl.cc                   |   7 +-
 lib/Murmur3_32Hash.cc                            |   6 +-
 lib/NegativeAcksTracker.cc                       |   5 +-
 lib/PartitionedProducerImpl.cc                   |   5 +-
 lib/PatternMultiTopicsConsumerImpl.cc            |   9 +-
 lib/PeriodicTask.cc                              |   7 +-
 lib/ProducerConfigurationImpl.h                  |   2 +-
 lib/ProducerImpl.cc                              |  11 +--
 lib/RetryableOperation.h                         |   5 +-
 lib/SharedBuffer.h                               |   6 +-
 lib/UnAckedMessageTrackerEnabled.cc              |   5 +-
 lib/checksum/crc32c_sse42.cc                     |  12 +--
 lib/stats/ConsumerStatsImpl.cc                   |   4 +-
 lib/stats/ConsumerStatsImpl.h                    |   5 +-
 lib/stats/ProducerStatsImpl.cc                   |   4 +-
 lib/stats/ProducerStatsImpl.h                    |   7 +-
 pkg/deb/Dockerfile                               | 101 ++-----------------
 pkg/deb/build-deb.sh                             |  28 +++++-
 pkg/deb/docker-build-deb-arm64.sh                |   3 +-
 pkg/deb/docker-build-deb-x86_64.sh               |   3 +-
 pkg/rpm/Dockerfile                               |   9 +-
 tests/AuthPluginTest.cc                          |   2 +-
 tests/BasicEndToEndTest.cc                       |   4 +-
 tests/ConsumerTest.h                             |   4 +-
 tests/ProducerConfigurationTest.cc               |   6 +-
 tests/ReaderTest.cc                              |  21 +++-
 vcpkg                                            |   2 +-
 vcpkg.json                                       |  23 +++--
 45 files changed, 217 insertions(+), 414 deletions(-)
 delete mode 100755 build-support/copy-deps-versionfile.sh
 delete mode 100755 build-support/dep-version.py
 delete mode 100644 dependencies.yaml

Reply via email to