Skip to content

Releases: melezhik/swat

0.1.80

26 Jan 13:29
Compare
Choose a tag to compare

0.1.80 2016-01-26

  • response processors implementation
  • diag response - unix head command replaced by perl code

0.1.79

26 Jan 09:12
Compare
Choose a tag to compare

0.1.79 2016-01-26

  • ability to pass group of tests as -t path1 path2 path3 ... - #13
  • new command line parameter --debug

0.1.76

11 Jan 10:03
Compare
Choose a tag to compare

0.1.76 2016-01-11

  • documentation release ( typos fixes, swat client command line options cleared, response processors feature announced ( not implemented yet )

0.1.74

30 Dec 09:22
Compare
Choose a tag to compare

0.1.74 2015-12-30

  • hot fix - resource variable calculation in right place, so swat.ini "see" correct value of $resource

0.1.72

26 Dec 18:55
Compare
Choose a tag to compare

0.1.72 2015-12-26

  • BREAKING CHANGES:
    • test_file is depricated - use `-t' option instead
    • prove settings should be passed via `--prove' option now ( old behaviour - "pass as is")
  • swat_purge_cache could be set in different contexts ( env var, swat.ini )

0.1.71

15 Dec 09:00
Compare
Choose a tag to compare

0.1.71 2015-12-15

  • unsuccessfull http status codes now result in immediate exit(1) and proper diag message.
  • fix pod issue ( added =pod marker in the begining of pod) - thanks to alaska332

0.1.70

09 Dec 09:39
Compare
Choose a tag to compare

0.1.70 2015-12-09

  • dump curl stderr in case of unsuccessful http responses

0.1.69

09 Dec 09:10
Compare
Choose a tag to compare

0.1.69 2015-12-09

  • now ignore_http_err=1 results in running curl without -f flag to allow see http response body for bad responses - #5
  • use curl -o file instead of redirect to file to save responses