This is an automated email from the ASF dual-hosted git repository.
BewareMyPower pushed a change to annotated tag v4.2.0-candidate-1
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
*** WARNING: tag v4.2.0-candidate-1 was modified! ***
from 5bcf23c (tag)
to fee43e9 (tag)
tagging 30eb473177fb6f7769d5177b96bdba8c26e78b61 (commit)
by Yunze Xu
on Tue Jun 2 14:51:18 2026 +0800
- Log -----------------------------------------------------------------
Release v4.2.0-candidate-1
-----BEGIN PGP SIGNATURE-----
iQJDBAABCgAtFiEEn+m0+KLf1EiRy6J0Qrtq+2zSb6YFAmoefWYPHHh5ekBhcGFj
aGUub3JnAAoJEEK7avts0m+mS4gP/2K2GBxk1oxXgbKmEfrK7jImZCKZR/6TTtKa
cBwVCd+9sT+l5h2mNLlHkNwLLMeqG9RbfU+fiDRcMF0i/5ToBSrv6Xiqm7psjYKv
WLYQvUz/40X+BuQlFa0H+jxAZ5RdozWkZ72Gn7erS8q9vPvSZF+Aa7cxzJO3IDQf
6REsrtwPELJ8f5poxkk1gdidbpXtpp6tNBspvALvQcZ6T5lz2rEtImOGehEEoWZL
Hc8JlYIsDHg/EsRWYuKw24ru89/afdotPwiuezOVU0lpXo61lHHQlP0y5Ti/UbNe
hIwzAIVR2QLRuztkmEPxMx9WSzfwEickoeih56uVxQcJ0OIBybwlbLjTKdQ6eJ6O
eBFieuw/dJD18E2hQ8wUZBO+P4/6ADc0V2lq2EuUv509bETVWjR53bIl3/SPSmfW
082LoUKvYTrgngIgxDHT4DwXTgOmTWU/LiaCAysfhZp1rR4h9nd7kyIVTVXb25hp
gvv2CxLfY8aHha+O+GFVpBzvzDScOj4qmpT3Xe0tHOHI1H0X7G498XPanIdz/yV0
ME23YvEhIBW4aQ3VisUp6mGudtkdU8UULy2ipSkTTuhZtV8sU2BQzQhO6dzzx/zJ
AggZy+QusnAMTHV4AJUfNv0fXZxF+1f5LF5nyIh+QNUSJQ033Fgb3mwLD4AuTsa8
UN5DkRqt
=irMW
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
omit ee192c9 Fix macOS cross-architecture build on arm64 when target arch
is x86_64 (#582)
omit 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)
new 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
annotated tag 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 (5bcf23c)
\
N -- N -- N refs/tags/v4.2.0-candidate-1 (fee43e9)
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.
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-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(-)