Version 0.2.32 (August 7, 2018)
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
toworker_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 ofprint_user_info
to fix #928