This is an automated email from the ASF dual-hosted git repository.

chenBright pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f7c18ce Release Apache bRPC 1.18.0 (#3550)
8f7c18ce is described below

commit 8f7c18cef4819d42a24aba1e949f5dbe50da9e92
Author: Bright Chen <[email protected]>
AuthorDate: Fri Sep 18 00:45:57 2026 +0800

    Release Apache bRPC 1.18.0 (#3550)
---
 CLAUDE.md                | 2 +-
 CMakeLists.txt           | 2 +-
 MODULE.bazel             | 2 +-
 RELEASE_VERSION          | 2 +-
 docs/cn/bazel_support.md | 2 +-
 docs/en/bazel_support.md | 2 +-
 package/rpm/brpc.spec    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CLAUDE.md b/CLAUDE.md
index fccb197c..6104e5ff 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) 
when working with co
 
 ## Project Overview
 
-Apache bRPC is an industrial-grade C++ RPC framework supporting multiple 
protocols (baidu_std, HTTP/H2, gRPC, thrift, redis, memcached, RTMP, RDMA) on 
the same port. Used in high-performance systems: search, storage, ML, ads, 
recommendations. Current version: 1.17.0.
+Apache bRPC is an industrial-grade C++ RPC framework supporting multiple 
protocols (baidu_std, HTTP/H2, gRPC, thrift, redis, memcached, RTMP, RDMA) on 
the same port. Used in high-performance systems: search, storage, ML, ads, 
recommendations. Current version: 1.18.0.
 
 ## Build Commands
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47c14586..b07a426a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ if(POLICY CMP0042)
     cmake_policy(SET CMP0042 NEW)
 endif()
 
-set(BRPC_VERSION 1.17.0)
+set(BRPC_VERSION 1.18.0)
 
 SET(CPACK_GENERATOR "DEB")
 SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/MODULE.bazel b/MODULE.bazel
index 1e71bfcb..ae168b86 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -17,7 +17,7 @@
 
 module(
   name = 'brpc',
-  version = '1.17.0',
+  version = '1.18.0',
   compatibility_level = 1,
 )
 
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index 092afa15..84cc5294 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.17.0
+1.18.0
diff --git a/docs/cn/bazel_support.md b/docs/cn/bazel_support.md
index 3a138cfb..459dd38e 100644
--- a/docs/cn/bazel_support.md
+++ b/docs/cn/bazel_support.md
@@ -27,7 +27,7 @@ module(
 )
 
 bazel_dep(name = "protobuf", version = "27.3", repo_name = 
"com_google_protobuf")
-bazel_dep(name = "brpc", version = "1.17.0", repo_name = "apache_brpc")
+bazel_dep(name = "brpc", version = "1.18.0", repo_name = "apache_brpc")
 
 local_path_override(
     module_name = "brpc",
diff --git a/docs/en/bazel_support.md b/docs/en/bazel_support.md
index d1497606..ed3cc448 100644
--- a/docs/en/bazel_support.md
+++ b/docs/en/bazel_support.md
@@ -28,7 +28,7 @@ module(
 )
 
 bazel_dep(name = "protobuf", version = "27.3", repo_name = 
"com_google_protobuf")
-bazel_dep(name = "brpc", version = "1.17.0", repo_name = "apache_brpc")
+bazel_dep(name = "brpc", version = "1.18.0", repo_name = "apache_brpc")
 
 local_path_override(
     module_name = "brpc",
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index 19c2d83b..678ace74 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
 #
 
 Name:          brpc
-Version:       1.17.0
+Version:       1.18.0
 Release:       1%{?dist}
 Summary:       Industrial-grade RPC framework using C++ Language.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to