Skip to content

Version 0.5.51 (May 24, 2021)

Compare
Choose a tag to compare
@epicfaace epicfaace released this 25 May 00:55

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)