This is an automated email from the ASF dual-hosted git repository.
BewareMyPower pushed a change to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
discard ee192c9 Fix macOS cross-architecture build on arm64 when target arch
is x86_64 (#582)
discard e420b4d Release 4.2.0
add a169e10 Fix macOS cross-architecture build on arm64 when target arch
is x86_64 (#582)
add 0dab2ba chore: remove unnecessary WARN logs for send or receive
timeouts (#584)
add f2c0fec feat: expose replicated_from proto field to Message (#583)
add 0378140 Fix release workflows (#586)
add 30eb473 Release 4.2.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ee192c9)
\
N -- N -- N refs/heads/branch-4.2 (30eb473)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci-build-binary-artifacts.yaml | 27 ++++++++++++++++++------
build-support/download-release-artifacts.py | 2 +-
include/pulsar/Message.h | 8 +++++++
include/pulsar/c/message.h | 9 ++++++++
lib/ConsumerImpl.cc | 8 -------
lib/Message.cc | 7 ++++++
lib/MultiTopicsConsumerImpl.cc | 8 -------
lib/ProducerImpl.cc | 3 +++
lib/c/c_Message.cc | 5 +++++
pkg/apk/docker-build-apk-arm64.sh | 2 ++
pkg/apk/docker-build-apk-x86_64.sh | 2 ++
pkg/deb/docker-build-deb-arm64.sh | 2 ++
pkg/deb/docker-build-deb-x86_64.sh | 2 ++
pkg/rpm/docker-build-rpm-arm64.sh | 2 ++
pkg/rpm/docker-build-rpm-x86_64.sh | 2 ++
tests/MessageTest.cc | 12 +++++++++++
tests/c/c_MessageTest.cc | 16 ++++++++++++++
17 files changed, 93 insertions(+), 24 deletions(-)