Skip to content

0.2.0

Compare
Choose a tag to compare
@uglyog uglyog released this 05 Nov 05:03
· 148 commits to master since this release

Bugfix Release

This release fixes a defect where reading the body of a PUT or POST request was blocking the main event loop in versions 0.1.0 and 0.1.1.

  • fix: Use a chain of futures so reading the body does not block the event loop #18 #16
  • refactor: split the server code into its own module
  • Respect 'auto_cors' even if there is no match (@Byron-TW)