Releases: aviaviavi/curl-runnings
Releases · aviaviavi/curl-runnings
0.9.2
Bugfix for linux upgrades
0.9.1
Suppress output on byte stream responses
0.9.0
Use the --upgrade flag to get the latest version of curl-runnings. It will be installed to /usr/local/bin
0.8.5
Bugfix related to exit codes when the spec can't be parsed or isn't there.
0.8.4
Filter test cases with a regex using the --grep
flag
0.8.3
bugfix (for negative indexes)
0.8.2
Bugfix around array indexing
0.8.1
- SUITE indexing has been renamed to RESPONSES (old format still supported)
- better logging
- Better query validation
0.8.0
- Specs format is now an object instead of a top level array, but the old format is still supported.
- You can now import other yaml files with the
!include <filename>
directive in your yaml
0.7.1
keyMatch, a json subvalue matcher that only cares about the key name.