Skip to content

Releases: for-GET/katt

1.6.8

08 May 21:59
d2afcf7
Compare
Choose a tag to compare
  • Added a docker and whalebrew interface

Full Changelog: 1.6.0...1.6.8

1.6.0

08 May 21:57
df31e66
Compare
Choose a tag to compare

Breaking changes

  • rename Unexpected to ItemsMode in runtime_value and runtime_validation

Notable changes (new)

  • fix #51 support base_url param, base_path param
  • add support for application/x-www.form-urlencoded. fix #49
  • add {{expected}} after unnoticed breaking change in c661b85. fixes #54
  • introduce transform callback. fixes #53
  • add possibility to set params at the beginning of a transaction. fixes #56

Notable changes (fixes)

  • fix #63. big bug: all float parameters were rounded to 1 decimal
  • fix #64. big bug: cannot store non-text params
  • fix #65. big bug: runtime_value and runtime_validation bindings
  • fix #60. big bug: MATCH_ANY would ignore any surrounding required patterns

Full list of changes since 1.5.4

1.6.0 release candidate

20 Jan 23:25
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • rename Unexpected to ItemsMode in runtime_value and runtime_validation

Notable changes (new)

  • fix #51 support base_url param, base_path param
  • add support for application/x-www.form-urlencoded. fix #49
  • add {{expected}} after unnoticed breaking change in c661b85. fixes #54
  • introduce transform callback. fixes #53
  • add possibility to set params at the beginning of a transaction. fixes #56

Notable changes (fixes)

  • fix #63. big bug: all float parameters were rounded to 1 decimal
  • fix #64. big bug: cannot store non-text params
  • fix #65. big bug: runtime_value and runtime_validation bindings
  • fix #60. big bug: MATCH_ANY would ignore any surrounding required patterns

Full list of changes since 1.5.4

1.5.4

10 Oct 13:01
a2a81c0
Compare
Choose a tag to compare

Notable changes

  • fix matching nested objects with match-any properties
  • allow {{_}} to match nothing

Full list of changes since 1.5.3

1.5.3

23 Jun 17:48
57f57f7
Compare
Choose a tag to compare

Notable changes

  • fix CLI problems when requesting HTTPS URLs

Full list of changes since 1.5.2

1.5.2

04 Apr 16:39
b24a4d0
Compare
Choose a tag to compare

Notable changes

  • fix crash with HEAD requests #47

Full list of changes since 1.5.1

1.5.1

03 Apr 10:48
348f5b9
Compare
Choose a tag to compare

Notable changes

  • improvements to BARE_MODE

Full list of changes since 1.5.0

1.5.0

18 Mar 08:49
0ae9796
Compare
Choose a tag to compare

Breaking changes

  • KATT CLI defaults now to showing only the last transaction, but understands --all for previous behaviour #31
  • new Erlang pattern that includes error details #25

Notable changes

  • a BARE_MODE has been introduced, in order to build KATT with as few dependencies as possible #34 #38
  • textual diff for strings #20 (new Erlang pattern that includes error details)
  • added runtime_value and runtime_validation #29
  • KATT CLI can now convert an HTTP Archive to an APIB file, making it easier to create scenarios
  • allow katt:run to take in a #katt_blueprint record, not just a path to an APIB file
  • switched lhttpc for hackney #17
  • switched mochijson3 for jsx

Full list of changes since 1.4.0
Full list of changes since 1.5.0-rc

1.5.0 release candidate

07 Mar 21:29
Compare
Choose a tag to compare
Pre-release

Breaking changes:

  • KATT CLI defaults now to showing only the last transaction, but understands --all for previous behaviour #31
  • new Erlang pattern that includes error details #25

Notable changes (since 1.4.0):

  • textual diff for strings #20 (new Erlang pattern that includes error details)
  • added runtime_value and runtime_validation #29
  • KATT CLI can now convert an HTTP Archive to an APIB file, making it easier to create scenarios
  • allow katt:run to take in a #katt_blueprint record, not just a path to an APIB file
  • switched lhttpc for hackney #17
  • switched mochijson3 for jsx

Full list of changes since 1.4.0

1.4.0

19 Jan 19:19
Compare
Choose a tag to compare

Breaking changes:

  • allow chained scenarios in CLI KATT #19
  • normalize set errors 40c2613

Notable changes (since 1.3.0):

  • handle duplicate headers #14
  • handle request timeout #13
  • fix katt compilation as rebar dependencies #24

Full list of changes since 1.3.0
Full list of changes since 1.3.1-rc