Releases: cloudwego/volo
Releases · cloudwego/volo
Volo-cli 0.9.1
What's Changed
- fix(volo-grpc): fix incorrect usage of
http_body::Body
by @wfly1998 in #294 - chore(volo-grpc): use
TokioTimer
from the latesthyper-util
by @wfly1998 in #295 - fix(volo-build/volo-cli): git should use relative path instead of absolute path by @PureWhiteWu in #297
Full Changelog: volo-cli-0.9.0...volo-cli-0.9.1
Volo-build 0.9.1
What's Changed
- fix(volo-grpc): fix incorrect usage of
http_body::Body
by @wfly1998 in #294 - chore(volo-grpc): use
TokioTimer
from the latesthyper-util
by @wfly1998 in #295 - fix(volo-build/volo-cli): git should use relative path instead of absolute path by @PureWhiteWu in #297
Full Changelog: volo-build-0.9.0...volo-build-0.9.1
Volo-Thrift 0.9.0
What's Changed
- chore(volo-http): update service with wrapped
Request
,Response
andInfallible
by @wfly1998 in #272 - chore(volo-http): move
FromRequest
fromrequest
toextract
by @wfly1998 in #275 - chore(volo-http): add
Rejection
for traits in extract mod by @wfly1998 in #276 - feat(volo-http): support merging routers by @wfly1998 in #277
- feat(volo-http): support
ConnectionInfo
by @wfly1998 in #278 - feat(volo-cli): add middleware layers
from_fn
andmap_response
by @wfly1998 in #279 - chore: bump volo-http to 0.1.1 by @wfly1998 in #280
- feat(volo-http): add
layer
,layer_front
and shutdown hooks for http server by @wfly1998 in #281 - chore(volo-http): re-export
hyper::body::Incoming
asBodyIncoming
by @wfly1998 in #282 - feat: refactor rpcinfo to eliminate useless unwrap by @PureWhiteWu in #284
- chore(volo-grpc): bump
hyper
to 1.0 by @wfly1998 in #285 - fix(volo-thrift): convert user handler error to INTERNAL_ERROR by @Millione in #283
- chore: update pilota by @PureWhiteWu in #286
- chore(volo-http): re-export
http
andhyper
by @wfly1998 in #287 - feat(volo-http): support query and form by @wfly1998 in #289
- fix(volo-grpc): add
TokioTimer
for server and client ofhyper
by @wfly1998 in #290 - feat(volo-thrift): use fifo instead of filo for pool by @PureWhiteWu in #291
- fix(volo-thrift): delete max_frame_size option by @PureWhiteWu in #292
- chore: update pilota version to 0.10 by @PureWhiteWu in #293
Full Changelog: volo-thrift-0.8.5...volo-thrift-0.9.0
Volo-cli 0.9.0
What's Changed
- feat(volo-cli): init for generated codes as a git repo by @wfly1998 in #254
- [ISSUE #255]Add test case for util by @mxsm in #256
- fix: skip serializing keep_unknown_fields to volo.yml if false by @Millione in #259
- chore(volo-cli): bump version by @Millione in #260
- [ISSUE #262]Add test case for volo crate util mod by @mxsm in #263
- feat: add touch_all yml config by @Millione in #265
- feat: introduce
volo-http
crate by @wfly1998 in #264 - fix(volo-thrift): client RpcCx didn't clear extension by @PureWhiteWu in #266
- chore(volo-thrift): add get_callee_name() method by @Millione in #267
- feat(volo-http): support extract in timeout handler by @wfly1998 in #268
- feat(volo-build): support workspace yml dedup_list configuration by @Millione in #269
- fix: normalize make_transport error to TransportError by @Millione in #271
- fix: enable the code index for volo gen code by @Ggiggle in #273
- chore(volo-http): update service with wrapped
Request
,Response
andInfallible
by @wfly1998 in #272 - chore(volo-http): move
FromRequest
fromrequest
toextract
by @wfly1998 in #275 - chore(volo-http): add
Rejection
for traits in extract mod by @wfly1998 in #276 - feat(volo-http): support merging routers by @wfly1998 in #277
- feat(volo-http): support
ConnectionInfo
by @wfly1998 in #278 - feat(volo-cli): add middleware layers
from_fn
andmap_response
by @wfly1998 in #279 - chore: bump volo-http to 0.1.1 by @wfly1998 in #280
- feat(volo-http): add
layer
,layer_front
and shutdown hooks for http server by @wfly1998 in #281 - chore(volo-http): re-export
hyper::body::Incoming
asBodyIncoming
by @wfly1998 in #282 - feat: refactor rpcinfo to eliminate useless unwrap by @PureWhiteWu in #284
- chore(volo-grpc): bump
hyper
to 1.0 by @wfly1998 in #285 - fix(volo-thrift): convert user handler error to INTERNAL_ERROR by @Millione in #283
- chore: update pilota by @PureWhiteWu in #286
- chore(volo-http): re-export
http
andhyper
by @wfly1998 in #287 - feat(volo-http): support query and form by @wfly1998 in #289
- fix(volo-grpc): add
TokioTimer
for server and client ofhyper
by @wfly1998 in #290 - feat(volo-thrift): use fifo instead of filo for pool by @PureWhiteWu in #291
- fix(volo-thrift): delete max_frame_size option by @PureWhiteWu in #292
- chore: update pilota version to 0.10 by @PureWhiteWu in #293
New Contributors
Full Changelog: volo-cli-0.8.1...volo-cli-0.9.0
Volo-build 0.9.0
What's Changed
- feat(volo-cli): init for generated codes as a git repo by @wfly1998 in #254
- [ISSUE #255]Add test case for util by @mxsm in #256
- fix: skip serializing keep_unknown_fields to volo.yml if false by @Millione in #259
- chore(volo-cli): bump version by @Millione in #260
- [ISSUE #262]Add test case for volo crate util mod by @mxsm in #263
- feat: add touch_all yml config by @Millione in #265
- feat: introduce
volo-http
crate by @wfly1998 in #264 - fix(volo-thrift): client RpcCx didn't clear extension by @PureWhiteWu in #266
- chore(volo-thrift): add get_callee_name() method by @Millione in #267
- feat(volo-http): support extract in timeout handler by @wfly1998 in #268
- feat(volo-build): support workspace yml dedup_list configuration by @Millione in #269
- fix: normalize make_transport error to TransportError by @Millione in #271
- fix: enable the code index for volo gen code by @Ggiggle in #273
- chore(volo-http): update service with wrapped
Request
,Response
andInfallible
by @wfly1998 in #272 - chore(volo-http): move
FromRequest
fromrequest
toextract
by @wfly1998 in #275 - chore(volo-http): add
Rejection
for traits in extract mod by @wfly1998 in #276 - feat(volo-http): support merging routers by @wfly1998 in #277
- feat(volo-http): support
ConnectionInfo
by @wfly1998 in #278 - feat(volo-cli): add middleware layers
from_fn
andmap_response
by @wfly1998 in #279 - chore: bump volo-http to 0.1.1 by @wfly1998 in #280
- feat(volo-http): add
layer
,layer_front
and shutdown hooks for http server by @wfly1998 in #281 - chore(volo-http): re-export
hyper::body::Incoming
asBodyIncoming
by @wfly1998 in #282 - feat: refactor rpcinfo to eliminate useless unwrap by @PureWhiteWu in #284
- chore(volo-grpc): bump
hyper
to 1.0 by @wfly1998 in #285 - fix(volo-thrift): convert user handler error to INTERNAL_ERROR by @Millione in #283
- chore: update pilota by @PureWhiteWu in #286
- chore(volo-http): re-export
http
andhyper
by @wfly1998 in #287 - feat(volo-http): support query and form by @wfly1998 in #289
- fix(volo-grpc): add
TokioTimer
for server and client ofhyper
by @wfly1998 in #290 - feat(volo-thrift): use fifo instead of filo for pool by @PureWhiteWu in #291
- fix(volo-thrift): delete max_frame_size option by @PureWhiteWu in #292
- chore: update pilota version to 0.10 by @PureWhiteWu in #293
New Contributors
Full Changelog: volo-build-0.8.3...volo-build-0.9.0
Volo 0.9.0
What's Changed
- feat: add ignore_unused by @LYF1999 in #246
- feat: add
touch_all
by @LYF1999 in #248 - Initial support for TLS by @minghuaw in #247
- Fix error in the initial TLS server impl by @minghuaw in #250
- fix: shutdown_hook not send by @Millione in #252
- Format generated codes and make err outputs readable for
volo-cli
by @wfly1998 in #253 - feat(volo-cli): init for generated codes as a git repo by @wfly1998 in #254
- [ISSUE #255]Add test case for util by @mxsm in #256
- fix: skip serializing keep_unknown_fields to volo.yml if false by @Millione in #259
- chore(volo-cli): bump version by @Millione in #260
- [ISSUE #262]Add test case for volo crate util mod by @mxsm in #263
- feat: add touch_all yml config by @Millione in #265
- feat: introduce
volo-http
crate by @wfly1998 in #264 - fix(volo-thrift): client RpcCx didn't clear extension by @PureWhiteWu in #266
- chore(volo-thrift): add get_callee_name() method by @Millione in #267
- feat(volo-http): support extract in timeout handler by @wfly1998 in #268
- feat(volo-build): support workspace yml dedup_list configuration by @Millione in #269
- fix: normalize make_transport error to TransportError by @Millione in #271
- fix: enable the code index for volo gen code by @Ggiggle in #273
- chore(volo-http): update service with wrapped
Request
,Response
andInfallible
by @wfly1998 in #272 - chore(volo-http): move
FromRequest
fromrequest
toextract
by @wfly1998 in #275 - chore(volo-http): add
Rejection
for traits in extract mod by @wfly1998 in #276 - feat(volo-http): support merging routers by @wfly1998 in #277
- feat(volo-http): support
ConnectionInfo
by @wfly1998 in #278 - feat(volo-cli): add middleware layers
from_fn
andmap_response
by @wfly1998 in #279 - chore: bump volo-http to 0.1.1 by @wfly1998 in #280
- feat(volo-http): add
layer
,layer_front
and shutdown hooks for http server by @wfly1998 in #281 - chore(volo-http): re-export
hyper::body::Incoming
asBodyIncoming
by @wfly1998 in #282 - feat: refactor rpcinfo to eliminate useless unwrap by @PureWhiteWu in #284
- chore(volo-grpc): bump
hyper
to 1.0 by @wfly1998 in #285 - fix(volo-thrift): convert user handler error to INTERNAL_ERROR by @Millione in #283
- chore: update pilota by @PureWhiteWu in #286
- chore(volo-http): re-export
http
andhyper
by @wfly1998 in #287 - feat(volo-http): support query and form by @wfly1998 in #289
- fix(volo-grpc): add
TokioTimer
for server and client ofhyper
by @wfly1998 in #290 - feat(volo-thrift): use fifo instead of filo for pool by @PureWhiteWu in #291
- fix(volo-thrift): delete max_frame_size option by @PureWhiteWu in #292
- chore: update pilota version to 0.10 by @PureWhiteWu in #293
New Contributors
Full Changelog: volo-0.8.0...volo-0.9.0
Volo-Thrift 0.8.5
Full Changelog: volo-thrift-0.8.4...volo-thrift-0.8.5
Volo-http 0.1.1
What's Changed
- feat(volo-http): support merging routers by @wfly1998 in #277
- feat(volo-http): support
ConnectionInfo
by @wfly1998 in #278 - feat(volo-http): add middleware layers
from_fn
andmap_response
by @wfly1998 in #279 - chore: bump volo-http to 0.1.1 by @wfly1998 in #280
Full Changelog: volo-http-0.1.0...volo-http-0.1.1
Volo-http 0.1.0
What's Changed
- feat: introduce
volo-http
crate by @wfly1998 in #264 - feat(volo-http): support extract in timeout handler by @wfly1998 in #268
- chore(volo-http): update service with wrapped
Request
,Response
andInfallible
by @wfly1998 in #272 - chore(volo-http): move
FromRequest
fromrequest
toextract
by @wfly1998 in #275 - chore(volo-http): add
Rejection
for traits in extract mod by @wfly1998 in #276
Volo-Thrift 0.8.4
What's Changed
- feat(volo-http): support extract in timeout handler by @wfly1998 in #268
- feat(volo-build): support workspace yml dedup_list configuration by @Millione in #269
- fix: normalize make_transport error to TransportError by @Millione in #271
- fix: enable the code index for volo gen code by @Ggiggle in #273
New Contributors
Full Changelog: volo-thrift-0.8.2...volo-thrift-0.8.4