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
Make unpacking zip files streaming. Zip files, when uploaded using cl upload or through the web UI, are now read in a streaming fashion. Each file's header is read one at a time, and the central directory at the end of the .zip archive is now ignored. (#3485)
Added GCPWorkerManager service -- we now support workers on GCP through GKE (#3530)