Skip to content

Version 0.2.32 (August 7, 2018)

Compare
Choose a tag to compare
@bkgoksel bkgoksel released this 07 Aug 17:41

This version has mainly new worker focused bugfixes as well as a couple tweaks to the CLI

Server Bugfixes & Tweaks

  • Fails bundles with killed dependencies unless --allow-failed-dependencies specified to fix #930
  • Moves bundles in FINALIZING state but that are not in worker_run to worker_offline state to fix #930

Worker Bugfixes & Tweaks

  • Fixed a KeyError in LocalFileSystemDependencyManager so Workers can clean up their dependencies successfully.
  • Removed the Touched dependency log line from LocalFileSystemDependencyManager to make logs more readable and compact

CLI Bugfixes and tweaks

  • Add a missing default value to the fields argument of print_user_info to fix #928