答复: bRPC 1.1.0 release plan

2022-03-15 Thread tan zhongyi
It is the first time for Wang Weibing to be responsible for release,
Thanks for lorin’s document, he will reference it carefully.

Please be patient for him.

And If there is any problem, please help him,
Thanks.

发件人: Wang,Weibing 
日期: 星期二, 2022年3月15日 上午10:01
收件人: dev@brpc.apache.org 
主题: bRPC 1.1.0 release plan
Hi, all

After discussing with Zhongyi, I plan to release version 1.1.0 from the
current master branch.
The current master branch has 106 commits after 1.0.0:
https://github.com/apache/incubator-brpc/compare/1.0.0...master
Most of the commits are bug fixes or document improvements. Some are new
features:
- Implement brpc server Start(PortRange, const ServerOptions*)

- Implement FlatMap insert(const std::pair& kv)

- Implement server eps bvar

- Add rpc_replay BUILD file

- Improvement: brpc support higher version of protobuf

- Support parse proto-text format http request body


And I would like to merge the following PRs into master and release them
with 1.1.0:
- Support IPV6 and Unix domain socket

- support dump and replay for HTTP protocol

- Support nshead protocol dump and replay

- Support inherit span on bthread create

- Supports customized tcp listener

- Deliver timeout from client to server for baidu_std protocol

- Fix LA selection runs too long

Most of them have been used in Baidu for years and work well. *If there are
no objections by 2022/03/27, I will merge these PRs. *And I will start to
release the new version on 03/28.

Please feel free to ask if you have any questions.

Thanks
Weibing


答复: bRPC 1.1.0 release plan

2022-03-14 Thread tan zhongyi
As we discussed before that
We have decided that after 1.0.0 release, we will branch 1.0.0 for stable 
release, and trunk for unstable release.

So this week, I discussed the release plan with Wang Weibing,
He will be the release manager for next release, which is a unstable release 
,based on trunk,
So it will be 1.1.0 .

Thanks


发件人: Wang,Weibing 
日期: 星期二, 2022年3月15日 上午10:01
收件人: dev@brpc.apache.org 
主题: bRPC 1.1.0 release plan
Hi, all

After discussing with Zhongyi, I plan to release version 1.1.0 from the
current master branch.
The current master branch has 106 commits after 1.0.0:
https://github.com/apache/incubator-brpc/compare/1.0.0...master
Most of the commits are bug fixes or document improvements. Some are new
features:
- Implement brpc server Start(PortRange, const ServerOptions*)

- Implement FlatMap insert(const std::pair& kv)

- Implement server eps bvar

- Add rpc_replay BUILD file

- Improvement: brpc support higher version of protobuf

- Support parse proto-text format http request body


And I would like to merge the following PRs into master and release them
with 1.1.0:
- Support IPV6 and Unix domain socket

- support dump and replay for HTTP protocol

- Support nshead protocol dump and replay

- Support inherit span on bthread create

- Supports customized tcp listener

- Deliver timeout from client to server for baidu_std protocol

- Fix LA selection runs too long

Most of them have been used in Baidu for years and work well. *If there are
no objections by 2022/03/27, I will merge these PRs. *And I will start to
release the new version on 03/28.

Please feel free to ask if you have any questions.

Thanks
Weibing