You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by fisherman <ip...@gmail.com> on 2022/04/01 01:55:28 UTC

Re: [VOTE] Release Apache brpc (Incubating) 1.1.0

+1

Wang,Weibing <ww...@gmail.com> 于2022年3月29日周二 15:43写道:

> Hello Apache brpc (Incubating) Community,
>
> This is a call for vote to release Apache brpc (Incubating) version
> 1.1.0
>
> [Release Note]
>    - Support ipv6 and unix domain socket by @wwbmmm in #1560
>    - Support protobuf 3.19.x by @hcoona in #1679
>    - Support http protocol dump and replay by @guodongxiaren in #1503
>    - Support nshead protocol dump and replay by @wwbmmm in #1486
>    - Support parse proto-text format http request body by @hiberabyss in
> #1690
>    - Support deliver timeout from client to server for `baidu_std` protocol
> by @wwbmmm in #1472
>    - Support inherit span on bthread create by @wwbmmm in #1494
>    - Add `rpc_replay` BUILD file by @taoxu in #1677
>    - Add brpc server `Start(PortRange, const ServerOptions*)` by
> @serverglen in #1460
>    - Add FlatMap `insert(const std::pair<key_type, mapped_type>& kv)` by
> @serverglen in #1468
>    - Add server eps bvar @serverglen in #1483
>    - Fix CheckHealth not set `has_request_code` bug by @serverglen in #1502
>    - Fix a bug that server will send unexpected data frame to client if
> there are errors occur during processing stream create request by
> @jenrryyou in #1516
>    - Fix LA selection runs too long by @KaneVV1 in #1567
>    - Fix HttpResponse error by @jl2005 in #1620
>    - Fix bvar status compile error by @zwkno1 in #1625
>    - Fix InputMessenger client side retry policy by @ehds in #1680
>    - Fix `work_stealing_queue_unittest` for ARM by @TKONIY in #1709
>    - Fix LatencyRecorder qps not accurate by @wwbmmm in #1708
>    - Fix compile error after gcc11 with --std=c++20 by @hiberabyss in #1719
>    - Fix unstable UT link error by @wwbmmm in #1711
>    - Fix Thrift download url to avoid pr build failed by @yangzhg in #1725
>    - Remove grpc ParseH2Settings warning log by @yanjianglu in #1599
>    - Improve documents by @wwc7654321, @wwbmmm, @tanzhongyi003,
> @mahongweichina, @cdjingit, @dl239, @ehds
>    - Fix typos by @yangzhg, @egolearner, @PengyiPan, @Aaaaaaron, @ehds,
> @JiaoZiLang, @mapleFU
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/incubator/brpc/1.1.0/
>
> Git tag for the release:
> https://github.com/apache/incubator-brpc/releases/tag/1.1.0
>
> Release Commit ID:
>
> https://github.com/apache/incubator-brpc/commit/06247c18ed6307613f04c0d2357cb91d0c14131b
>
> Keys to verify the Release Candidate:
> https://dist.apache.org/repos/dist/dev/incubator/brpc/KEYS
>
> The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> PMC vote is +1 binding, all others is +1 non-binding.
>
> Checklist for reference:
> [ ] Download links are valid.
> [ ] Checksums and PGP signatures are valid.
> [ ] Source code distributions have correct names matching the current
> release.
> [ ] LICENSE and NOTICE files are correct for each brpc repo.
> [ ] All files have license headers if necessary.
> [ ] No compiled archives bundled in source archive.
>
> Regards,
> Weibing
>


-- 
-------------------------------------------
Best Regards :-)

Re: [VOTE] Release Apache brpc (Incubating) 1.1.0

Posted by Shuai Liu <se...@gmail.com>.
+1(binding)

Checked:

[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] Source code distributions have correct names matching the current
release.
[x] LICENSE and NOTICE files are correct for each brpc repo.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.

fisherman <ip...@gmail.com> 于2022年4月1日周五 09:55写道:

> +1
>
> Wang,Weibing <ww...@gmail.com> 于2022年3月29日周二 15:43写道:
>
> > Hello Apache brpc (Incubating) Community,
> >
> > This is a call for vote to release Apache brpc (Incubating) version
> > 1.1.0
> >
> > [Release Note]
> >    - Support ipv6 and unix domain socket by @wwbmmm in #1560
> >    - Support protobuf 3.19.x by @hcoona in #1679
> >    - Support http protocol dump and replay by @guodongxiaren in #1503
> >    - Support nshead protocol dump and replay by @wwbmmm in #1486
> >    - Support parse proto-text format http request body by @hiberabyss in
> > #1690
> >    - Support deliver timeout from client to server for `baidu_std`
> protocol
> > by @wwbmmm in #1472
> >    - Support inherit span on bthread create by @wwbmmm in #1494
> >    - Add `rpc_replay` BUILD file by @taoxu in #1677
> >    - Add brpc server `Start(PortRange, const ServerOptions*)` by
> > @serverglen in #1460
> >    - Add FlatMap `insert(const std::pair<key_type, mapped_type>& kv)` by
> > @serverglen in #1468
> >    - Add server eps bvar @serverglen in #1483
> >    - Fix CheckHealth not set `has_request_code` bug by @serverglen in
> #1502
> >    - Fix a bug that server will send unexpected data frame to client if
> > there are errors occur during processing stream create request by
> > @jenrryyou in #1516
> >    - Fix LA selection runs too long by @KaneVV1 in #1567
> >    - Fix HttpResponse error by @jl2005 in #1620
> >    - Fix bvar status compile error by @zwkno1 in #1625
> >    - Fix InputMessenger client side retry policy by @ehds in #1680
> >    - Fix `work_stealing_queue_unittest` for ARM by @TKONIY in #1709
> >    - Fix LatencyRecorder qps not accurate by @wwbmmm in #1708
> >    - Fix compile error after gcc11 with --std=c++20 by @hiberabyss in
> #1719
> >    - Fix unstable UT link error by @wwbmmm in #1711
> >    - Fix Thrift download url to avoid pr build failed by @yangzhg in
> #1725
> >    - Remove grpc ParseH2Settings warning log by @yanjianglu in #1599
> >    - Improve documents by @wwc7654321, @wwbmmm, @tanzhongyi003,
> > @mahongweichina, @cdjingit, @dl239, @ehds
> >    - Fix typos by @yangzhg, @egolearner, @PengyiPan, @Aaaaaaron, @ehds,
> > @JiaoZiLang, @mapleFU
> >
> > The release candidates:
> > https://dist.apache.org/repos/dist/dev/incubator/brpc/1.1.0/
> >
> > Git tag for the release:
> > https://github.com/apache/incubator-brpc/releases/tag/1.1.0
> >
> > Release Commit ID:
> >
> >
> https://github.com/apache/incubator-brpc/commit/06247c18ed6307613f04c0d2357cb91d0c14131b
> >
> > Keys to verify the Release Candidate:
> > https://dist.apache.org/repos/dist/dev/incubator/brpc/KEYS
> >
> > The vote will be open for at least 72 hours or until necessary number of
> > votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > PMC vote is +1 binding, all others is +1 non-binding.
> >
> > Checklist for reference:
> > [ ] Download links are valid.
> > [ ] Checksums and PGP signatures are valid.
> > [ ] Source code distributions have correct names matching the current
> > release.
> > [ ] LICENSE and NOTICE files are correct for each brpc repo.
> > [ ] All files have license headers if necessary.
> > [ ] No compiled archives bundled in source archive.
> >
> > Regards,
> > Weibing
> >
>
>
> --
> -------------------------------------------
> Best Regards :-)
>