Hi all, Over the past week, the following PRs were merged.
* fix use-after-free of the new block in SingleIOBuf::assign ( https://github.com/apache/brpc/pull/3397) * refactor(bvar): replace NULL with nullptr ( https://github.com/apache/brpc/pull/3403) * optimize StringPiece::find(char) for RISC-V with RVV memchr ( https://github.com/apache/brpc/pull/3396) * optimize StringPiece memcmp for RISC-V with RVV ( https://github.com/apache/brpc/pull/3390) * guard negative value_size in memcache PopStore ( https://github.com/apache/brpc/pull/3392) * Support end-to-end ECE negotiation in RDMA handshake V3 ( https://github.com/apache/brpc/pull/3352) * read GOAWAY fields before Additional Debug Data in OnGoAway ( https://github.com/apache/brpc/pull/3395) * build(example): extract shared CMake dependency helper for examples ( https://github.com/apache/brpc/pull/3391) Best, Jiashun
