Skip to content

Version 0.2.24 (March 10, 2018)

Compare
Choose a tag to compare
@bkgoksel bkgoksel released this 11 Mar 07:41
· 2613 commits to master since this release
65bbff4
  • Macros can now take named optional arguments alongside positional arguments
  • Global namespacing for bundles: bundles can now be referred to with host-worksheet//bundle-name from other worksheets
  • Resource management fixes: GPU, CPU and memory requests now act as exclusive request guarantees, and the limits are enforced properly. Removes the free-for-all memory workers
  • URL and Git based bundle uploads can now be made from the Web CLI (cl up https://example.com/test.txt)
  • --allow-failed-dependencies now also allows killed dependencies
  • Fixes and improvements around worker job management: jobs are resumed better after worker restarts, and long running jobs heartbeat the server, preventing unnecessary worker_offline states, offline runs are removed from worker_run
  • Bugfix: content bundle uploads cl upload -c <bundle-contents> now respect their name argument if given
  • Bugfix: content-disposition headers now include attachment as previously they were in violation of the RFC