Skip to content

brpc v0.9.5

Compare
Choose a tag to compare
@jamesge jamesge released this 30 Oct 04:12
· 1963 commits to master since this release

644 commits since 0.9.0! with a lot of improvements and fixes.
Major changes:

  • h2c/grpc are supported now, h2(encrypted) is not included.
  • thrift support.
  • Mac build support
  • Extend ConcurrencyLimiter to control max-concurrency dynamically and an "auto" CL is supported by default
  • CircuitBreaker support to isolate abnormal servers more effectively