Skip to content

v2.0.7

Choose a tag to compare

@ptrthomas ptrthomas released this 04 May 11:53
· 295 commits to main since this release

Important Fixes

  • configure logging mask no longer dropped when set inside karate-config.js #2826
  • JSON null matching against a property path restored (regression vs 1.5.2) #2820
  • JsonPath wildcard support for set / remove restored (regression vs 1.5.2) #2819
  • call read('foo.feature@tag') no longer re-executes the called scenario on failure #2821
  • ka:nocache template directive now fires on <link href>, not just <script src>
  • ##() embedded expressions correctly detect ReferenceError via the JS engine's error name

New Features & Enhancements

  • Console summary now shows the full failure message instead of truncating at ~200 chars #2822
  • request.cookies exposed to JS templates; multiple Set-Cookie headers now append rather than replace
  • SessionStore time fields switched from epoch milliseconds to epoch seconds

View the complete list of all issues fixed in this release.

Full Changelog: v2.0.6...v2.0.7

Important: refer 2.0.0 release notes for those upgrading from 1.X

Artifacts