This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
from 56bf7bf Release 3.1.1
new e400346 Fix wireshark build (#182)
new 5a9e3c2 Support the Wireshark plugin for more Wireshark distributions
(#183)
new 22c8243 [fix] Avoid resource leakage of AckGroupingTracker (#185)
new a1b743e [fix] Use ClientConfiguration::getTlsTrustCertsFilePath for
the OAuth2 flow (#190)
The 4 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 | 30 +++++++++++-
CMakeLists.txt | 7 ---
README.md | 4 ++
lib/AckGroupingTrackerEnabled.cc | 6 +++
lib/AckGroupingTrackerEnabled.h | 4 ++
lib/ClientConnection.cc | 4 +-
lib/ConsumerImpl.cc | 3 ++
lib/auth/AuthOauth2.cc | 18 ++++++++
lib/auth/AuthOauth2.h | 5 ++
lib/auth/{AuthTls.h => InitialAuthData.h} | 22 ++++-----
wireshark/CMakeLists.txt | 69 +++++++++++-----------------
wireshark/README.md | 74 ++++++++----------------------
wireshark/pulsar-dissector-example.jpg | Bin 0 -> 876001 bytes
wireshark/pulsarDissector.cc | 23 ++++++++--
wireshark/wireshark-plugins.jpg | Bin 0 -> 271303 bytes
15 files changed, 147 insertions(+), 122 deletions(-)
copy lib/auth/{AuthTls.h => InitialAuthData.h} (64%)
create mode 100755 wireshark/pulsar-dissector-example.jpg
create mode 100755 wireshark/wireshark-plugins.jpg