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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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