You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]