Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.71 KB

File metadata and controls

65 lines (40 loc) · 1.71 KB

dotnet-httpie release notes

📖 查看中文文档

  • Nested JSON builder, fixes #55
  • Upgrade System.CommandLine
  • Execute support enhancements, support debug/offline mode and read from stdin
  • Add http env file support for http file execution
  • Add net10.0 support
  • Add net9.0 support, remove net6.0/net7.0 support
  • AOT support
  • Publish container image based on AOT artifacts and multi-platform support
  • Add net8.0 support
  • HttpParser enhancements
  • Add CurlParser
  • Add exec command for executing http request
  • Add net7.0 support
  • Remove timestamp by default
  • Allow GET request with body
  • Fix Authorization request header bug
  • Fix -h bug
  • Fix download bug
  • Refactor middleware
  • Add support for download file
  • Add support for response json schema validation
  • Add RequestCacheMiddleware
  • Add load test exporter
  • Add support for load test
  • Refactor with System.CommandLine
  • Init Release