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