Frontend
- setup sentry for frontend (3467)
- Fix Schema Deletion Bug (3464)
- Improve front page doc (3455)
- Fix upload failure bug when not focusing on an item (3515)
- remove space below navbar (3524)
- Fix table bottom hidden issue (3534)
Backend
- Catch parsing error of datetime from CLI (3504)
- 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)