This is an automated email from the ASF dual-hosted git repository.
lollipop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 109dbc40 5.0.5 (#974)
109dbc40 is described below
commit 109dbc40b1ada77f2de56c453994259f86e8ae88
Author: zhouli11 <[email protected]>
AuthorDate: Mon Mar 31 15:02:30 2025 +0800
5.0.5 (#974)
* update to 5.0.3
* update to 5.0.3
* update to 5.0.3
* transaction executor
* example
* transaction_check max workers
* 1、use grpc.use_local_subchannel_pool
2、adapt to localService
3、fifo、delay message example
* version to 5.0.5
---------
Co-authored-by: zhouli <[email protected]>
---
python/rocketmq/v5/util/misc.py | 2 +-
python/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/rocketmq/v5/util/misc.py b/python/rocketmq/v5/util/misc.py
index c0c00092..e09faf99 100644
--- a/python/rocketmq/v5/util/misc.py
+++ b/python/rocketmq/v5/util/misc.py
@@ -29,7 +29,7 @@ class Misc:
__OS_NAME = None
TOPIC_PATTERN = compile(r"^[%a-zA-Z0-9_-]+$")
CONSUMER_GROUP_PATTERN = compile(r"^[%a-zA-Z0-9_-]+$")
- SDK_VERSION = "5.0.4"
+ SDK_VERSION = "5.0.5"
@staticmethod
def sdk_language():
diff --git a/python/setup.py b/python/setup.py
index f869f7ee..75f95b68 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -17,7 +17,7 @@ from setuptools import find_packages, setup
setup(
name='rocketmq-python-client',
- version='5.0.4',
+ version='5.0.5',
packages=find_packages(),
install_requires=[
"grpcio>=1.5.0",