Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@mstemm mstemm released this 25 Mar 15:13

Minor Changes

  • Update to juttle version 0.7.0 [#76]
  • view:mark, view:tick, and view:points now emit their data in a 'data' property. [#633]
  • A job_start message now contains the time at which the program was started. [#50]
  • Websocket connections are now held open longer waiting for them to be closed by the client. [#72]
  • 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 doin
    g the import. [#513]

Bug fixes

  • Ensure the juttle-service binary could be run properly. [#77]