Skip to content

Releases: codalab/codalab-worksheets

Version 1.7.3 (Jan 31, 2024)

31 Jan 23:09
Compare
Choose a tag to compare

Release notes

Frontend

Backend

Provides an option not to ignore patterns like .git, hidden files and… (#4578)

Dev / docs / CI

Hardcode the golden data path. (#4588)

Version 1.7.2 (Oct 10, 2023)

11 Oct 03:22
Compare
Choose a tag to compare
  • Fix bugs in Migration script (#4501)

Version 1.7.1 (Aug 31, 2023)

31 Aug 17:33
Compare
Choose a tag to compare

Backend

  • Fixed issues with GPU discovery (#4522)

Version 1.7.0 (Aug 24, 2023)

25 Aug 02:49
Compare
Choose a tag to compare

Version 1.6.3 (May 2, 2023)

03 May 05:28
0635d7f
Compare
Choose a tag to compare

Release notes

Frontend

  • Fix web cli scrolling (#4415)
  • Bump jszip from 3.7.0 to 3.8.0 in /frontend (#4376)

CLI

  • Fix CI - upgrade apache beam to version 2.38.0 (#4452)

Backend

  • Allow ".edu.cn" accounts to have more time and disk quota (#4440)
  • Added changes to track disk quota usage (#4307)

Dev / docs / CI

  • None

Version 1.6.2 (March 21, 2023)

21 Mar 18:50
Compare
Choose a tag to compare

Frontend

  • None

CLI

  • Add cl replicate as an extension of cl make, which lets a user move a bundle from one bundle storage to another bundle storage. (#4356)

Backend

  • Add Sentry monitoring and profiling. (#4362)

Dev / docs / CI

  • None.

Version 1.6.1 (March 8, 2023)

08 Mar 18:41
Compare
Choose a tag to compare

Frontend
None

CLI
None

Backend
Fix/4285 limit disk on parallel upload #4329
Dependency manager: don't release un-acquired lock #4359
Add Access-Control-Allow-Origin response header #4367
Speed up disk quota computation #4354
Fix/4392 remove data hash
Fix division by zero error when time quota is set to 0
Clean up worker comments
Fix Stress Tests
increase timeouts range in both worker and bundle-manager to help stress tests finish #4421

Dev / docs / CI
Update Worker-Managers.md #4371

Version 1.6.0 (January 24, 2023)

25 Jan 02:28
Compare
Choose a tag to compare

Frontend

  • Re-style login / sign up forms. (#4344)
  • Worksheet View UI Optimizations (#4343)

Version 1.5.13 (Dec. 21, 2022)

21 Dec 18:08
Compare
Choose a tag to compare

Backend

  • Delete bundle content stored in Azure/GCS when deleting a bundle (#4308)
  • Allow edu users to have more time quota and disk quota (#4303)
  • Use websockets to make on-demand worker file previews faster as well as some other fixes (#4096, #4324, #4338)
  • Support kubernetes runtime (#4316)

Dev

  • Fix CI (#4320)
  • Make time quota test easier to run locally (#4313)

Version 1.5.12 (Nov. 16, 2022)

16 Nov 19:02
Compare
Choose a tag to compare

Backend

  • Replace google.com with recaptcha.net (#4284)
  • Fix/4263 update slurm (#4288)
  • Add error handle code for stale file handler when cl upload (#4304)
  • Change to parallel uploading for Azure blob storage (#4291)

Frontend

  • Add better error message for incorrect worksheet name. (#4297)

Dev

  • Automatically reload REST server when file changes are detected (#4299)