dotnet-httpie release notes
π ζ₯ηδΈζζζ‘£
0.12.0
- Nested JSON builder, fixes https://github.com/WeihanLi/dotnet-httpie/issues/55
0.11.0
- Upgrade
System.CommandLine - Execute support enhancements, support debug/offline mode and read from stdin
0.10.0
- Add http env file support for http file execution
- Add
net10.0support
0.9.0
- Add
net9.0support, removenet6.0/net7.0support - AOT support
- Publish container image based on AOT artifacts and multi-platform support
0.8.2
- Add
net8.0support HttpParserenhancements- Add
CurlParser
0.7.2
- Add
execcommand for executing http request
0.6.3
- Add
net7.0support - Remove timestamp by default
- Allow GET request with body
- Fix
Authorizationrequest header bug
0.5.3
- Fix
-hbug - Fix download bug
- Refactor middleware
0.4.3
- Add support for download file
- Add support for response json schema validation
- Add
RequestCacheMiddleware - Add load test exporter
0.3.4
- Add support for load test
0.2.0
- Refactor with
System.CommandLine
0.1.0
- Init Release