Skip to content

v0.10.0

Compare
Choose a tag to compare
@H1rono H1rono released this 13 Oct 08:32
· 119 commits to main since this release

Added

  • httpfeatureを追加
  • RequestParser::parse_requestを追加
    • httpfeatureを有効にすると使用可能になります
  • エラー型の変更に伴ってError型, ErrorKind型, Result型エイリアスを追加

Changed

  • RequestParser::parseなどで返されるエラー型を変更
    • ParseError型からError型へ
  • axumを使用したexampleコードを, httpfeatureを利用したものに変更

Removed

  • エラー型の変更に伴ってParseError型を削除

For Developers

  • GitHub ActionsからNixへの依存を削除
  • dev-dependenciesにfuturescrateを追加
  • GitHub Actions, Nix Flakesの依存関係を更新