Skip to content

Releases: viz-rs/viz

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

v0.6.0

14 Dec 23:12
v0.6.0
7012881
Compare
Choose a tag to compare

Features

  • fs: add Response::download method, download transfers the file from path as an attachment.

Breaking Changes

  • renaming Error::Normal to Error::Boxed and Error::normal to Error::boxed

Others

  • improve docs

v0.5.2

13 Dec 15:25
v0.5.2
28b3c25
Compare
Choose a tag to compare
  • chore: opt handler structs 8dcbe6a
  • chore: improve docs
  • deps: tokio 1.35, tokio-ungstensite 0.21
  • examples: htmlx, minijinja, maud

v0.5.1

03 Dec 08:49
v0.5.1
2a7836e
Compare
Choose a tag to compare