Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@mstemm mstemm released this 25 Mar 18:24

Major Changes

Minor Changes

  • Update to juttle version 0.7.0 [#76]
  • Additional automated tests for sql adapters. [#86]
  • Reduce verbosity of npm install step when building docker images. [#102]
  • Change how modules are resolved to reflect changes in Juttle 0.7.0. Juttle programs should import modules using relative pathnames which are resolved relative to the file doing the import. [#513]

Bug Fixes

  • Ensure that in unit tests juttle-engine is completely started before running any tests. [#98]
  • Properly test that the juttle-engine binary can be run successfully. [#97]