Releases: cloudwego/volo
Releases · cloudwego/volo
Volo-cli 0.3.2
What's Changed
- chore: upgrade pilota by @LYF1999 in #124
- feat: async Thrift input protocol support by @ii64 in #123
- docs: add README-zh_cn.md by @StellarisW in #126
- feat: support graceful shutdown by @iGxnon in #127
- feat: upgrade faststr by @PureWhiteWu in #128
New Contributors
- @ii64 made their first contribution in #123
- @StellarisW made their first contribution in #126
- @iGxnon made their first contribution in #127
Full Changelog: volo-cli-0.3.1...volo-cli-0.3.2
Volo-build 0.3.1
What's Changed
- docs: add grpc streaming example by @Millione in #116
- fix: construct default codec by @LYF1999 in #117
- remove wrong desc of
refin cli by @LYF1999 in #118 - fix: remove filename extension when using it as default namespace by @Millione in #119
- chore: upgrade pilota by @LYF1999 in #124
- feat: async Thrift input protocol support by @ii64 in #123
- docs: add README-zh_cn.md by @StellarisW in #126
- feat: support graceful shutdown by @iGxnon in #127
- feat: upgrade faststr by @PureWhiteWu in #128
New Contributors
- @ii64 made their first contribution in #123
- @StellarisW made their first contribution in #126
- @iGxnon made their first contribution in #127
Full Changelog: volo-build-0.3.0...volo-build-0.3.1
Volo 0.3.2
What's Changed
- feat: upgrade metainfo to use faststr by @PureWhiteWu in #129
Full Changelog: volo-0.3.1...volo-0.3.2
Volo 0.3.1
What's Changed
- docs: add grpc streaming example by @Millione in #116
- fix: construct default codec by @LYF1999 in #117
- remove wrong desc of
refin cli by @LYF1999 in #118 - fix: remove filename extension when using it as default namespace by @Millione in #119
- chore: upgrade pilota by @LYF1999 in #124
- feat: async Thrift input protocol support by @ii64 in #123
- docs: add README-zh_cn.md by @StellarisW in #126
- feat: support graceful shutdown by @iGxnon in #127
- feat: upgrade faststr by @PureWhiteWu in #128
New Contributors
- @ii64 made their first contribution in #123
- @StellarisW made their first contribution in #126
- @iGxnon made their first contribution in #127
Full Changelog: volo-0.3.0...volo-0.3.1
volo-cli-0.3.1
What's Changed
- remove wrong desc of
refin cli by @LYF1999 in #118 - fix: remove filename extension when using it as default namespace by @Millione in #119
Full Changelog: volo-thrift-0.3.1...volo-cli-0.3.1
volo-thrift-0.3.1
What's Changed
Full Changelog: volo-0.3.0...volo-thrift-0.3.1
Volo-Thrift 0.3.0
What's Changed
- chore: change pilota dependency back to git by @PureWhiteWu in #75
- release: 0.2.1 for volo-build by @PureWhiteWu in #76
- chore: change pilota dependency back to git by @PureWhiteWu in #77
- feat: add
touchfor idl config by @LYF1999 in #81 - feat(thrift): support client Arc request by @Millione in #84
- fix(grpc): return trailers-only when error occured by @Millione in #85
- chore(grpc): move metainfo logic to metaservice by @Millione in #86
- chore: make the code more concise by @tuchg in #88
- feat: support zerocopy codec by @PureWhiteWu in #92
- chore: remove redundant clone by @PureWhiteWu in #93
- fix: buf reader compact by @PureWhiteWu in #94
- feat: migrate to motore 0.3 & new callopt by @LYF1999 in #90
- fix: unmatched method by @LYF1999 in #96
- fix: trait bound by @LYF1999 in #97
- fix: lifetime is not general enough by @LYF1999 in #98
- callopt for grpc by @LYF1999 in #99
- fix(grpc): MkGenericClient in codegen by @Millione in #100
- grpc oneshot service by @LYF1999 in #101
- remove mut for grpc method by @LYF1999 in #102
- chore(examples): thrift string default generated smolstr by @Millione in #103
- fix: protocol detect by @PureWhiteWu in #104
- fix(grpc): remove write destination addr by @Millione in #105
- simplify mk_codec args by @LYF1999 in #106
- feat(grpc): de/compression support (#4) by @tuchg in #91
- chore: replace smol_str with faststr by @Millione in #108
- fix: bufreader length calc error by @PureWhiteWu in #109
- feat(grpc): multi-service support by @Millione in #95
- fix pilota rust wrapper by @LYF1999 in #111
- fix(grpc): add sync bound for request by @Millione in #112
- feat(grpc): expose more http2 configuration by @Millione in #110
- fix(grpc): better builder pattern by @Millione in #113
- chore(cli): adapt to grpc multi-service by @Millione in #115
- chore(grpc): change log level from warn to debug by @Millione in #114
New Contributors
Full Changelog: volo-thrift-0.2.1...volo-thrift-0.3.0
Volo-gRPC 0.3.0
What's Changed
- chore: change pilota dependency back to git by @PureWhiteWu in #75
- release: 0.2.1 for volo-build by @PureWhiteWu in #76
- chore: change pilota dependency back to git by @PureWhiteWu in #77
- feat: add
touchfor idl config by @LYF1999 in #81 - feat(thrift): support client Arc request by @Millione in #84
- fix(grpc): return trailers-only when error occured by @Millione in #85
- chore(grpc): move metainfo logic to metaservice by @Millione in #86
- chore: make the code more concise by @tuchg in #88
- feat: support zerocopy codec by @PureWhiteWu in #92
- chore: remove redundant clone by @PureWhiteWu in #93
- fix: buf reader compact by @PureWhiteWu in #94
- feat: migrate to motore 0.3 & new callopt by @LYF1999 in #90
- fix: unmatched method by @LYF1999 in #96
- fix: trait bound by @LYF1999 in #97
- fix: lifetime is not general enough by @LYF1999 in #98
- callopt for grpc by @LYF1999 in #99
- fix(grpc): MkGenericClient in codegen by @Millione in #100
- grpc oneshot service by @LYF1999 in #101
- remove mut for grpc method by @LYF1999 in #102
- chore(examples): thrift string default generated smolstr by @Millione in #103
- fix: protocol detect by @PureWhiteWu in #104
- fix(grpc): remove write destination addr by @Millione in #105
- simplify mk_codec args by @LYF1999 in #106
- feat(grpc): de/compression support (#4) by @tuchg in #91
- chore: replace smol_str with faststr by @Millione in #108
- fix: bufreader length calc error by @PureWhiteWu in #109
- feat(grpc): multi-service support by @Millione in #95
- fix pilota rust wrapper by @LYF1999 in #111
- fix(grpc): add sync bound for request by @Millione in #112
- feat(grpc): expose more http2 configuration by @Millione in #110
- fix(grpc): better builder pattern by @Millione in #113
- chore(cli): adapt to grpc multi-service by @Millione in #115
- chore(grpc): change log level from warn to debug by @Millione in #114
New Contributors
Full Changelog: volo-grpc-0.2.1...volo-grpc-0.3.0
Volo-cli 0.3.0
What's Changed
- chore: change pilota dependency back to git by @PureWhiteWu in #77
- feat: add
touchfor idl config by @LYF1999 in #81 - feat(thrift): support client Arc request by @Millione in #84
- fix(grpc): return trailers-only when error occured by @Millione in #85
- chore(grpc): move metainfo logic to metaservice by @Millione in #86
- chore: make the code more concise by @tuchg in #88
- feat: support zerocopy codec by @PureWhiteWu in #92
- chore: remove redundant clone by @PureWhiteWu in #93
- fix: buf reader compact by @PureWhiteWu in #94
- feat: migrate to motore 0.3 & new callopt by @LYF1999 in #90
- fix: unmatched method by @LYF1999 in #96
- fix: trait bound by @LYF1999 in #97
- fix: lifetime is not general enough by @LYF1999 in #98
- callopt for grpc by @LYF1999 in #99
- fix(grpc): MkGenericClient in codegen by @Millione in #100
- grpc oneshot service by @LYF1999 in #101
- remove mut for grpc method by @LYF1999 in #102
- chore(examples): thrift string default generated smolstr by @Millione in #103
- fix: protocol detect by @PureWhiteWu in #104
- fix(grpc): remove write destination addr by @Millione in #105
- simplify mk_codec args by @LYF1999 in #106
- feat(grpc): de/compression support (#4) by @tuchg in #91
- chore: replace smol_str with faststr by @Millione in #108
- fix: bufreader length calc error by @PureWhiteWu in #109
- feat(grpc): multi-service support by @Millione in #95
- fix pilota rust wrapper by @LYF1999 in #111
- fix(grpc): add sync bound for request by @Millione in #112
- feat(grpc): expose more http2 configuration by @Millione in #110
- fix(grpc): better builder pattern by @Millione in #113
- chore(cli): adapt to grpc multi-service by @Millione in #115
- chore(grpc): change log level from warn to debug by @Millione in #114
New Contributors
Full Changelog: volo-cli-0.2.1...volo-cli-0.3.0
Volo-build 0.3.0
What's Changed
- chore: change pilota dependency back to git by @PureWhiteWu in #77
- feat: add
touchfor idl config by @LYF1999 in #81 - feat(thrift): support client Arc request by @Millione in #84
- fix(grpc): return trailers-only when error occured by @Millione in #85
- chore(grpc): move metainfo logic to metaservice by @Millione in #86
- chore: make the code more concise by @tuchg in #88
- feat: support zerocopy codec by @PureWhiteWu in #92
- chore: remove redundant clone by @PureWhiteWu in #93
- fix: buf reader compact by @PureWhiteWu in #94
- feat: migrate to motore 0.3 & new callopt by @LYF1999 in #90
- fix: unmatched method by @LYF1999 in #96
- fix: trait bound by @LYF1999 in #97
- fix: lifetime is not general enough by @LYF1999 in #98
- callopt for grpc by @LYF1999 in #99
- fix(grpc): MkGenericClient in codegen by @Millione in #100
- grpc oneshot service by @LYF1999 in #101
- remove mut for grpc method by @LYF1999 in #102
- chore(examples): thrift string default generated smolstr by @Millione in #103
- fix: protocol detect by @PureWhiteWu in #104
- fix(grpc): remove write destination addr by @Millione in #105
- simplify mk_codec args by @LYF1999 in #106
- feat(grpc): de/compression support (#4) by @tuchg in #91
- chore: replace smol_str with faststr by @Millione in #108
- fix: bufreader length calc error by @PureWhiteWu in #109
- feat(grpc): multi-service support by @Millione in #95
- fix pilota rust wrapper by @LYF1999 in #111
- fix(grpc): add sync bound for request by @Millione in #112
- feat(grpc): expose more http2 configuration by @Millione in #110
- fix(grpc): better builder pattern by @Millione in #113
- chore(cli): adapt to grpc multi-service by @Millione in #115
- chore(grpc): change log level from warn to debug by @Millione in #114
New Contributors
Full Changelog: volo-build-0.2.1...volo-build-0.3.0