Skip to content

Apache bRPC 1.11.0

Latest
Compare
Choose a tag to compare
@Huixxi Huixxi released this 27 Oct 14:46
· 14 commits to master since this release
04d15c0

Feature:

Bugfix:

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
  • Optimize keytablelist implementation (#2768) by @MJY-HUST
  • Add a method option to disable check eovercrowded on server side (#2774) @superhail, @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: