Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@hwchen hwchen released this 30 Dec 20:25
· 2 commits to main since this release

Breaking

  • update Glitch setters to have consistent naming. status and message are now set_status and set_message
  • replace log with tracing

Features

  • handle 100 continue
  • new api for bytes_written from ResponseWritten
  • new example for tokio-postgres with deadpool

Internal

  • swap piper for async-dup and async-channel
  • update deps
  • swap in futures-lite where possible.