Skip to content

0.2.0

Compare
Choose a tag to compare
@demmer demmer released this 10 Feb 23:56
· 90 commits to master since this release

Major Changes

NOTICE: This release includes breaking changes to the configuration file and wire format.

  • Refactored the service module to be more easily embeddable as part of another express project. [#13, #28,
    #32]
  • Removed the watch, push, and browser commands from the client since they will be implemented in juttle-engine. [#30,
    #22]
  • Removed references to "juttled" in code and the configuration file, replacing with "juttle-service". [#15]
  • Changed the output format when running jobs with wait=true to be less verbose. [#14]

Minor Changes

  • Added CORS headers. [#29]
  • Exposed the getLogger function from log4js to enable an embedding application to share the same instance. [#34]
  • Added support for setting debug logging targets using the DEBUG environment variable [#23]
  • Refactored the client script to be more modular and extendable as part of another project. [#22]
  • Added compression middleware to improve the wire efficiency. [#12]

Bug Fixes

  • Improved error handling to send more useful information to the client. [#20]
  • Fixed a bug in the directory listing that would fail if a dangling symlink was present. [#24]