Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gottaBoy/volo

Tags

volo-thrift-0.10.5

Toggle volo-thrift-0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cloudwego#515): codegen and default problem (cloudwego#525)

volo-build-0.10.17

Toggle volo-build-0.10.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cloudwego#515): codegen and default problem (cloudwego#525)

volo-thrift-0.10.4

Toggle volo-thrift-0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: faststr compile needs to enable serde feature && update dep to l…

…atest (cloudwego#493)

volo-http-0.2.14

Toggle volo-http-0.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: faststr compile needs to enable serde feature && update dep to l…

…atest (cloudwego#493)

volo-grpc-0.10.4

Toggle volo-grpc-0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: faststr compile needs to enable serde feature && update dep to l…

…atest (cloudwego#493)

volo-cli-0.10.3

Toggle volo-cli-0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: faststr compile needs to enable serde feature && update dep to l…

…atest (cloudwego#493)

volo-build-0.10.14

Toggle volo-build-0.10.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: faststr compile needs to enable serde feature && update dep to l…

…atest (cloudwego#493)

volo-0.10.3

Toggle volo-0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: faststr compile needs to enable serde feature && update dep to l…

…atest (cloudwego#493)

volo-http-0.2.13

Toggle volo-http-0.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(volo-http): do not put meta config in service (cloudwego#484)

Putting request related config in `MetaServiceConfig` will be
difficult to maintain, so in this commit we put them in context
and when client creates a request, it will clone the config into
context.

In addition, use `Option<Duration>` for timeout interfaces is
unnecessary, but it will introduce many breaking changes. This commit
also revert those changes.

Signed-off-by: Yu Li <[email protected]>

volo-http-0.2.12

Toggle volo-http-0.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(volo-http): optimize user experience (cloudwego#483)

This commit unified log format in `volo-http`, adjusted the timeout
interface and add generic types for `DefaultClient`.

Signed-off-by: Yu Li <[email protected]>