Skip to content

Releases: aviaviavi/curl-runnings

0.9.2

06 Aug 23:04
Compare
Choose a tag to compare

Bugfix for linux upgrades

0.9.1

27 Jul 22:31
Compare
Choose a tag to compare

Suppress output on byte stream responses

0.9.0

26 Jul 04:03
Compare
Choose a tag to compare

Use the --upgrade flag to get the latest version of curl-runnings. It will be installed to /usr/local/bin

0.8.5

23 Jul 23:53
2387caf
Compare
Choose a tag to compare

Bugfix related to exit codes when the spec can't be parsed or isn't there.

0.8.4

18 Jul 22:27
04676fd
Compare
Choose a tag to compare

Filter test cases with a regex using the --grep flag

0.8.3

11 Jul 00:27
Compare
Choose a tag to compare

bugfix (for negative indexes)

0.8.2

10 Jul 23:11
Compare
Choose a tag to compare

Bugfix around array indexing

0.8.1

10 Jul 22:56
Compare
Choose a tag to compare
  • SUITE indexing has been renamed to RESPONSES (old format still supported)
  • better logging
  • Better query validation

0.8.0

21 Jun 17:33
fa42934
Compare
Choose a tag to compare
  • 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

20 Jun 21:51
7b7e5c0
Compare
Choose a tag to compare

keyMatch, a json subvalue matcher that only cares about the key name.