This is an automated email from the ASF dual-hosted git repository.
zike pushed a change to annotated tag v3.4.0-candidate-1
in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git
*** WARNING: tag v3.4.0-candidate-1 was modified! ***
from 57fa77d (tag)
to 46386df (tag)
tagging 5e5ba62fffe5f6a8e2ee7f941fae2065adaed6dd (commit)
by Zike Yang
on Tue Dec 26 04:20:14 2023 +0000
- Log -----------------------------------------------------------------
Release v3.4.0 candidate 1
-----BEGIN PGP SIGNATURE-----
iQJEBAABCgAuFiEE6ItqSN52cCOQDJEjT0AbyNP5+1UFAmWKVH4QHHppa2VAYXBh
Y2hlLm9yZwAKCRBPQBvI0/n7VbsXEACrDjrbbIrIerTir/StN6X1nbFaImgpECPJ
nAOYSNe5ux0kyKYi3Yo/i+p5VaNBvehOdwlubpqQ/rt/8bnpAtetTwV7LuO0HfDj
7Wn6nfskAap4AWeZmPD/XHPdSLdUz7mRipfXh/BGVzzO6kg3PuKTAIqL2M+aeB9Q
M3rOqXA32ZvwUiC2xr8/NaF7v+53Mhlz/1NjBdYNb6QN15g8KzGLAvL2AWN3iP9Y
LE0dGF4Kg6m5WlSJJF86zqudKywMClqFwhD1zbBSfZNPthyYPZUr15EP1I7Yd9qT
MgHscYbPHgU5+s9ZwzPmB8d8PvsKH/Uf5h9vMPC8DYEHbOnSwAoevXCU5h3djelP
Lic6cI9O0Pt6piZ8E1InyGvkyNw5hEBt791eTwYOMFrNTJgt+QZ2+n7Lfw1X3tO0
Vf0e9uhsMoXkJ40oStsSOVj5X6/sOHR/ovdxQx0b8Lo6qROn1QUbTJGCX09Y64qz
tZ8JOsNaivcHKn4FgEQ5m2gmvaKxEAx78gXsiRkEnXI6q3Ev8vq4u354yIalFcOX
CGmOX/V2PnRgz+G89zC4pJVU2S3oKeR50WGYtrbQtqQwYsT2s9xPJbFrtfMU4a4a
9yRTG8zIipB5Og3vtgBB9E7tV6PZP389by0j8JtMirGo71SqG1zVC3Ro8ocUQOPs
ROYGXyJfQw==
=Cbw7
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
from 0ca9f3c Bump version to 3.4.0
add 8995f4a Fix negative acknowledge on a message ID does not work (#180)
add a21fe46 Fix windows release CI doesn't show the python version (#182)
add cfe55b4 Fix missing dependency of setuptools (#183)
add 5e5ba62 Fix the incompatibility with Python 3.12 and drop the support
for 3.7 (#181)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci-build-release-wheels.yaml | 7 +---
.github/workflows/ci-pr-validation.yaml | 24 +++++++----
README.md | 2 +-
RELEASE.md | 2 +-
build-support/install-dependencies.sh | 1 +
pkg/mac/build-dependencies.sh | 57 ++++++++++++++------------
setup.py | 2 +-
src/consumer.cc | 3 +-
tests/pulsar_test.py | 5 ++-
tests/schema_test.py | 2 +-
10 files changed, 60 insertions(+), 45 deletions(-)