Skip to content

Releases: viz-rs/viz

v0.10.0

28 Dec 08:14
bb5332b
Compare
Choose a tag to compare

What's Changed!

  • updates deps: thiserror v2.0, hyper v1.5
  • fixes clippy

v0.9.0

03 Oct 06:12
8d756b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.6...v0.9.0

v0.8.6

09 Jun 03:11
a3510d9
Compare
Choose a tag to compare

What's Changed!

  • refactor server with hyper-util

Dependences

  • tokio v1.38
  • hyper-util v0.1.5

v0.8.5

28 May 03:42
ca67564
Compare
Choose a tag to compare

Dependences

  • bytes v1.6
  • path-tree v0.7.7
  • hyper v1.3
  • hyper-util v0.1.4
  • tokio v1.37
  • tokio-rustls v0.26
  • opentelemetry v0.23

v0.8.4

23 Mar 07:16
Compare
Choose a tag to compare

Dependences

  • reqwest v0.12
  • opentelemetry v0.22
  • base64 v0.22

v0.8.3

21 Feb 18:53
v0.8.3
32797b5
Compare
Choose a tag to compare

Dependences

  • hyper v0.1.2
  • path-tree v0.7.5

v0.8.2

10 Feb 18:56
v0.8.2
046fa79
Compare
Choose a tag to compare

Dependences

  • tokio v1.36.0

v0.8.1

01 Feb 07:05
v0.8.1
5850b19
Compare
Choose a tag to compare

Dependences

  • hyper-util: v0.1.3

v0.8.0

12 Jan 23:33
v0.8.0
8207392
Compare
Choose a tag to compare

Features

  • add Server struct
  • support tower Service
  • add a trait for limited request body
  • support smol runtime

Changes

  • refactor RPITIT and AFIT

Breaking changes

  • refactor server with graceful shutdown
  • merge request body and response body into one body type

v0.7.0

17 Dec 10:04
v0.7.0
eea4090
Compare
Choose a tag to compare

Features

  • add ServiceHandler for converting hyper Service to viz Handler
  • sealed RequestExt and ResponseExt traits
  • add fs feature for supporting downlaod file to client

Changes

  • remove redundant Sync bound
  • make handlers new method to pub