Skip to content

Releases: cloudwego/volo

Volo-Thrift 0.10.4

29 Aug 06:35
225090e
Compare
Choose a tag to compare

Volo-HTTP 0.2.14

29 Aug 06:38
225090e
Compare
Choose a tag to compare

What's Changed

  • fix(volo-http): append query for StripPrefixLayer by @yukiiiteru in #489
  • fix: faststr compile needs to enable serde feature && update dep to latest by @PureWhiteWu in #493

Full Changelog: volo-http-0.2.13...volo-http-0.2.14

Volo-gRPC 0.10.4

29 Aug 06:36
225090e
Compare
Choose a tag to compare
fix: faststr compile needs to enable serde feature && update dep to l…

…atest (#493)

Volo-cli 0.10.3

29 Aug 06:37
225090e
Compare
Choose a tag to compare
fix: faststr compile needs to enable serde feature && update dep to l…

…atest (#493)

Volo-build 0.10.14

29 Aug 06:36
225090e
Compare
Choose a tag to compare

Volo 0.10.3

29 Aug 06:34
225090e
Compare
Choose a tag to compare

Volo-HTTP 0.2.13

14 Aug 07:26
b7b1884
Compare
Choose a tag to compare

What's Changed

We yanked Volo-HTTP 0.2.12 because it introduces unnecessary breaking changes that impact the user experience. If you encounter any problems during using it, please upgrade to the latest version.

New Features

Chores

Full Changelog: volo-http-0.2.11...volo-http-0.2.13

Volo-HTTP 0.2.11

14 Aug 07:19
b438e65
Compare
Choose a tag to compare

What's Changed

Full Changelog: volo-http-0.2.10...volo-http-0.2.11

Volo-HTTP 0.2.10

18 Jul 08:21
77e35bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: volo-http-0.2.9...volo-http-0.2.10

Volo-HTTP 0.2.9

10 Jul 07:13
8c16dc1
Compare
Choose a tag to compare

What's Changed

The documentation on docs.rs is ready: https://docs.rs/volo-http/latest/volo_http/.

In addition, we supported nested router and nested service.

Full Changelog

  • feat(volo-http): support nested router and nested service by @wfly1998 in #453
  • chore: adjust doc config and improve doc readability by @wfly1998 in #463
  • chore(volo-http): fix incorrect usage of docs by @wfly1998 in #468