Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
7de0d7ea
Unverified
Commit
7de0d7ea
authored
Aug 02, 2020
by
Jiashun Zhu
Committed by
GitHub
Aug 02, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1160 from tanzhongyi003/master
add release note file till 0.9.7
parents
8e6bdfac
39abe74c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
0 deletions
+61
-0
CHANGES.md
CHANGES.md
+61
-0
No files found.
CHANGES.md
0 → 100644
View file @
7de0d7ea
<!--
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
-->
# Table of Contents
-
[
0.9.7
](
#0.9.7
)
-
[
0.9.6
](
#0.9.6
)
-
[
0.9.5
](
#0.9.5
)
-
[
0.9.0
](
#0.9.0
)
## 0.9.7
*
Add DISCLAIMER-WIP as license issues are not all resolved
*
Fix many license related issues
*
Ignore flow control in h2 when sending first request
*
Add flame graph view for profiling builtin service
*
Fix bug that _avg_latency maybe zero in lalb
*
Fix bug that logging namespace conflicts with others
*
Add gdb_bthread_stack.py to read bthread stack
*
Adapt to Arm64
*
Support redis server protocol
*
Enable circuit breaker for backup request
*
Support zone for bilibili discovery naming service when fetching server nodes
*
Add brpc revision in release version
## 0.9.6
*
Health (of a connection) can be checked at rpc-level
*
Fix SSL-related compilation issues on Mac
*
Support SSL-replacement lib MesaLink
*
Support consistent hashing with ketama algo.
*
bvar variables can be exported for prometheus services
*
String
[
Multi
]
Splitter supports '
\0
' as separator
*
Support for bilibili discovery service
*
Improved CircuitBreaker
*
grpc impl. supports timeout
## 0.9.5
*
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
## 0.9.0
*
Contains major features of brpc, OK for production usages.
*
No h2/h2c/rdma support, Mac/Windows ports are not ready yet.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment