All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added new flag
--response-code
(-R
) to check expected http status code of a request.
- Add
http-get
into goreleaser build artifacts. - Update to latest plugin sdk release
- Add
http-get
command, to serve as a cross-platformwget
/curl
replacement.
- Prevent output from including usage message unless the error is associated with argument validation.
- Added support for mTLS authentication
- Fixed http-json example outputs
- Changed from --path using gojsonq to --query using gojq
- Fixed the ordering for some assert.Equal test cases
- Added support for custom headers to all three checks
- README changes
- Fix some returns for state to use nil instead of err so the help is not printed
- README changes
- Fixed goreleaser
- Initial release