Hi Apache bRPC Community, This is a call for vote to release Apache bRPC version 1.11.0
[Release Note] Feature: - Support pthread mutex deadlock detection (#2692) by @chenBright - Support bzlmod (#2670) by @oathdruid - Support multiple RPCs parsing in wireshark dissector for baidu_std protocol (#2710) by @AnDiXL and @xulei25 - Support jemalloc profiler and stats print (#2737) by @GreateCode - Support rpc protobuf message factory interface (#2718) by @chenBright - Support arena rpc pb message factory (#2751) by @chenBright - Support backup request policy (#2734) by @chenBright - Support semaphore and rwlock for bthread (#2752) by @chenBright - Support batch create and accept stream (#2754) by @jenrryyou - Support timedlock of fast/hook pthread and bthread::Mutex (#2760) by @chenBright Bugfix: - Fix malloc deadlock caused by contention profiler (#2684) by @chenBright - Fix rdma complie error (#2707) by @chenBright - Fix baidu master service leak (#2717) by @chenBright - Fix tcp connect interrupt (#2664) by @chenBright - Fix a memleak in butil::ObjectPoolAllocator (#2725) by @live4thee - Fix rdma remove consumer error (#2720) by @chenBright - Fix compilation errors of SerializedResponse (#2722) by @chenBright - Fix gflags bthread_concurrency_by_tag validate error #2730 by @MJY-HUST - Fix pthread_mutex_trylock deadlock in jemalloc (#2727) by @chenBright - Fix example/rdma_performance compilation error (#2741) by @ivanallen - Fix mpsc queue cur enqueue node to atomic exhange (#2739) by @yanglimingcn - Fix missing extern of tls_task_group (#2759) by @chenBright - Fix unittest on cmake (#2771) by @zhooooong and @zhong - Fix Socket check failed with invalid fd of Stream (#2776) by @chenBright Enhancement: - Add openSSL_ROOT_DIR check on macos (#2716) by @lqxhub - Active Spinning and queue old bthread at the head for bthread mutex (#2749) by @chenBright - Make periodic_task.h a self-contained header file (#2758) by @chuandew - Support noncopyable sync objects (#2766) by @chenBright - Use ManualConstructor(AlignedMemory) instead of std::aligned_storage which has been deprecated in C++23 (#2719) by @chenBright - Send unauthorized response to client when authentication fails (#2744) by @chenBright - Make bthread semaphore and rwlock noncopyable (#2773) by @chenBright - Optimize keytablelist implementation (#2768) by @MJY-HUST - Wrap the class name in single quotes (#2732) by @ehds and @Dongsheng He - Add a method option to disable check eovercrowded on server side (#2774) @superhail and @lianxuechao - Only support batch butex wake with the same tag (#2778) by @yanglimingcn - Add check for bthread_setconcurrency_by_tag (#2784) by @yanglimingcn - Add required headers to fix unittest compilation (#2787) by @wasphin - Switch boost dependency in bzlmod to bcr (#2789) by @oathdruid Other: - Doc improvements @chenBright, @GreateCode The release candidates: https://dist.apache.org/repos/dist/dev/brpc/1.11.0/ Git tag for the release: https://github.com/apache/brpc/releases/tag/1.11.0 Release Commit ID: https://github.com/apache/brpc/commit/04d15c08506c4614e2c373662c53ba4ca7055945 Keys to verify the Release Candidate: https://dist.apache.org/repos/dist/dev/brpc/KEYS The vote will be open for at least 72 hours or until the necessary number of votes are reached. Please vote accordingly: [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason PMC vote is +1 binding, all others are +1 non-binding. Checklist for reference: [ ] Download links are valid. [ ] Checksums and PGP signatures are valid. [ ] Source code distributions have correct names matching the current release. [ ] LICENSE and NOTICE files are correct for each brpc repo. [ ] All files have license headers if necessary. [ ] No compiled archives bundled in source archive. Regards, Xiguo Hu