Skip to content

brpc 1.6.0

Compare
Choose a tag to compare
@chenBright chenBright released this 01 Aug 06:20
· 300 commits to master since this release

What's Changed

Feature:

Bugfix:

  • Fix rdma::GlobalRelease before event dispatcher is stopped by @Tuvie in #2220
  • Fix compiler optimize thread local variable access by @ehds in #2156
  • Fix butex wait_pthread handle EINTR by @jenrryyou in #2086
  • Fix bvar::MultiDimension::delete_stats() may cause core dump by @ketor in #2237
  • Fix compilation errors reported by GCC-13 by @adonis0147 in #2241
  • Fix RDMA device logging by @372046933 in #2249
  • Fix stack buffer overflow issue when calling copy_to_cstr by @jenrryyou in #2253
  • Fix resource leak when there are multiple HCAs by @372046933 in #2252
  • Fix unstable keepalive ut by @wwbmmm in #2261
  • Fix coredump stack uncomplete when usercode throw exceptions by @smbzhang in #2256
  • Fix compilation errors reported by Clang-14 by @thorneliu in #2243
  • Fix missing BAIDU_GET_VOLATILE_THREAD_LOCAL in task group by @JimChengLin in #2262
  • Fix compiler optimize thread local variable access on x86_64 by @adonis0147 in #2248
  • Fix compile warning by @cdjingit in #2274
  • Fix core when ssl is enabled without thread safety guarantees by @warriorpaw in #2180
  • Fix macos ci failed with protobuf version by @wwbmmm in #2287
  • Fix ignore SIGPIPE signal concurrent issue with other library by @lrita in #2301
  • Fix flatmap element space should align with usertype by @ehds in #2288

Enhancement:

Others

Full Changelog can be found at: 1.5.0...1.6.0

Thanks to all contributors for the 1.6.0 version!