Skip to content

Releases: kajf/bozr

bozr-v0.9.5

14 Oct 14:01
Compare
Choose a tag to compare

Changelog

  • b708070 add more host-related variables to the context (#120)

bozr-v0.9.4

14 Oct 11:26
fa5c81c
Compare
Choose a tag to compare

Changelog

bozr-v0.9.3

20 Oct 14:16
Compare
Choose a tag to compare

Changelog

bozr-v0.9.2

30 Aug 10:50
Compare
Choose a tag to compare
bozr-v0.9.2 Pre-release
Pre-release

Changelog

Bozr v0.9.1

20 Jan 07:46
Compare
Choose a tag to compare

Changes:

  • context variable ctx:base_url added to reference value passed in -H argument (#87 )
  • improved .Now function with timezone support (#95)
  • stricter suite validation for data types in args,headers,params,absent
  • ability to provide args on test case level (#68 )
  • description could be provided on individual call level (#93 )

Fixes:

  • user-friendly format of reported numeric values (#85 )
  • suite names with spaces are no longer reported as failure
  • Environment variable '=' in values cut off (#100 )

Breaking changes:

  • test case name is required and unique (#97 )
  • report unused arguments (args and remember test case sections) as test failure (#89 )
  • report overridden env and ctx arguments as test failure
  • free form properties are not allowed on test case level (available keys are name, description, args, ignore)

Bozr v0.9.0

25 Jun 10:26
Compare
Choose a tag to compare

Changes:

  • Add support of nested structure to match body (#82)
  • Make message more human readable (#80)
  • Allow to specify expected schema inline in the test (#79)
  • Update dependencies (#78). Better support of json schema.
  • Call number shall start from 1 instead of 0 enhancement (#76)
  • More strict suite validation (#84)

Breaking changes:

  • As a part of #82 meaning of "body" expectation has been changed. Now part of the body should be specified as-is instead of map of paths. Previous behavior is available via "bodyPath". Remember body has been changed to 'remember bodyPath'

Bozr v0.8.13

12 Jun 15:11
a15a1e4
Compare
Choose a tag to compare
Bozr v0.8.13 Pre-release
Pre-release

Changes:

  • Add support of nested structure to match body (#82)
  • Make message more human readable (#80)
  • Allow to specify expected schema inline in the test (#79)
  • Update dependencies (#78). Better support of json schema.
  • Call number shall start from 1 instead of 0 enhancement (#76)
  • More strict suite validation (#84)

Breaking changes:

  • As a part of #82 meaning of "body" expectation has been changed. Now part of the body should be specified as-is instead of map of paths. Previous behaviour is available via "bodyPath".

Bozr v0.8.12

20 Jul 13:10
Compare
Choose a tag to compare

Changes:

Fixes

  • Unable to compare remembered values against non-string value (#69 )
  • Error message for invalid test suite (#64 )
  • call.on.body element no longer sends double quotes for plain text (#67 )
  • Printing args in body in cmd info mode (#65 )
  • Verbose error message for empty host param (#66)

Bozr v0.8.11

23 Jan 13:26
Compare
Choose a tag to compare

Changes:

  • Built-in throttling of requests
  • Ignorable suites (.xsuite.json vs .suite.json). All tests inside the suite will be reported as skipped.
  • Arguments now are supported in the "expect" section
  • New console reporter
  • Ability to use environment variables as arguments

Bozr v0.8.10

20 Sep 15:23
Compare
Choose a tag to compare

Changes:

  • fix concurrent cache issues (concurrent map)
  • fix console reporter skipped tests
  • built on go 1.9