Skip to content

Tags: cloudwego/volo

Tags

volo-grpc-0.11.7

Toggle volo-grpc-0.11.7's commit message
fix(volo-grpc): don't need sync for BoxStream and encode

volo-cli-0.11.3

Toggle volo-cli-0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/custom options (#623)

* fix(volo-build): process the pilota.rust_wrapper_arc annotation for thrift server lib init codegen

* fix(volo-build): adapt to pilota-build for pb custom options

* chore: update pilota

volo-build-0.11.5

Toggle volo-build-0.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/custom options (#623)

* fix(volo-build): process the pilota.rust_wrapper_arc annotation for thrift server lib init codegen

* fix(volo-build): adapt to pilota-build for pb custom options

* chore: update pilota

volo-thrift-0.11.2

Toggle volo-thrift-0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(volo-thrift): add more log filter for transport layer (#610)

volo-0.11.1

Toggle volo-0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(volo-thrift): add more log filter for transport layer (#610)

volo-thrift-0.11.1

Toggle volo-thrift-0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(volo-thrift): filter server remote closed log (#607)

volo-http-0.4.1

Toggle volo-http-0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(volo-http): fix error on ipv6 literal address resolving (#597)

* fix(volo-http): fix error on ipv6 literal address resolving

In previous implementation, the client cannot resolve IPv6 literal
address in URI like `http://[::1]:8080/` and it will throw
`BadHostName` without any context.

This commit fixes that and adds context for errors like `BadScheme`
and `BadHostName`, which will now print the error message along with
its content, it should make troubleshooting easier.

* chore(volo-http): bump volo-http to 0.4.1

---------

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>

volo-http-0.4.0

Toggle volo-http-0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(volo-build): return type should wrapper arc (#593)

Change-Id: Id9304bb0fb4d289487d765b4a17ae5dc18a526a3

volo-http-0.4.0-rc.5

Toggle volo-http-0.4.0-rc.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(volo-http): adjust some codes (#590)

* chore(volo-http): use HTTP/1.1 by default

* chore(volo-http): support http proxy

This commit supports http proxy (rfc7230) as a layer, and enable it in
suitable unit tests by default.

* chore(volo-grpc,volo-http): adjust dns resolve interface

* chore(volo-http): support span provider

* chore(volo-http): remove test case `simple_get`

* chore(volo-http): update implement of `LinkedBytes` to `Body`

* chore(volo-http): bump volo-http to 0.4.0-rc.5

---------

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>

volo-http-0.4.0-rc.4

Toggle volo-http-0.4.0-rc.4's commit message

Verified

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

This commit does the following:

- Throw a `compile_error` if nither feature "http1" nor "http2" is
  disabled
- Set `default-client` and `default-server` as default features
- Re-export `ClientTransport` service for users to import into their
  inner layers.
- Use `DiscoverKey` instead of `(FastStr, u16)` as `Discover::Key`
- Rename `DefaultLB` and `DefaultLBService` to `DefaultLb` and
  `DefaultLbService`
- Remove deprecated `ClientRequest`, `ServerRequest`,
  `ClientResponse`, `ServerResponse`
- Reduce some generic constraints
- Bump `volo-http` to `0.4.0-rc.4`
- Update dependencies

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>