Releases: codalab/codalab-worksheets
Releases · codalab/codalab-worksheets
Version 1.5.2 (May 17, 2022)
Version 1.5.1 (May 3, 2022)
Release notes
Frontend
CLI
None
Backend
None
Dev / docs / CI
v1.5.0
Frontend
- Adjust header padding and fix body padding by @leilenah in #4040
- Fix JSON Display by @jzwang43 in #4046
- Bump minimist from 1.2.5 to 1.2.6 in /frontend by @dependabot in #4052
CLI
None
Backend
- NFS-safe dependency manager that allows multiple workers to share the same dependency cache #3861
- Support bundle checkpoint / preemptible workers #3882
- Better logging for workers #4022
- Fix bypass of blob storage downloads with custom bundle stores #3991
- Fix/3911-cl-store infer storage type from url by @wwwjn in #4061
Dev / docs / CI
- Worker manager documentation for Azure Batch and GKE by @teetone in #4002
- Added additional troubleshooting steps to public worker manager doc #4050
New Contributors
Full Changelog: v1.4.6...v1.5.0
Version 1.4.6 (March 7, 2022)
v1.4.5 (February 22, 2022)
Release notes
Frontend
None
CLI
Backend
- Don't silently swallow socket errors by @epicfaace in #4021
- Fix bundle manager check in transition_bundle_worker_offline by @epicfaace in #4019
- Add test for default bundle store env variable by @epicfaace in #3981
- Fix issue where
container
is None by @epicfaace in #4016 - More efficient worker check-ins by @epicfaace in #4024
Dev / docs / CI
None
Diff:
Version 1.4.4 (February 21, 2022)
Release notes
Frontend
- Improve handling if user does not have access to the server (#3993)
Backend
- Support separate GKE cluster for cpu and gpu worker managers (#4005)
- Be able to control seconds between workers for gpu vs cpu worker managers (#4007)
- Bump apache beam to 2.36.0 (#4011)
Dev / docs / CI
- Support running 2 workers locally (#4003)
All changes
- Update About Us Page by @pranavjain in #3995
- Bump ajv from 6.10.2 to 6.12.6 in /frontend by @dependabot in #3996
- Support running 2 workers locally by @epicfaace in #4003
- Improve handling if user does not have access to the server v2 by @jzwang43 in #3993
- Support separate GKE clusters for cpu and gpu workers by @teetone in #4005
- Bump url-parse from 1.5.3 to 1.5.7 in /frontend by @dependabot in #4009
- Be able to control seconds between workers for gpu vs cpu worker managers by @teetone in #4007
- Bump apache beam to 2.36.0 by @epicfaace in #4011
- Bump follow-redirects from 1.14.7 to 1.14.9 in /frontend by @dependabot in #4010
- bump version to 1.4.3 by @jzwang43 in #3987
Full Changelog: v1.4.3...v1.4.4
Version 1.4.3 (February 9, 2022)
Version 1.4.2 (January 25, 2022)
Version 1.4.1 (December 15, 2021)
Release notes
Frontend
- Revert "[frontend] Handling 403 error (#3877)"
- Store info display (#3913)
- Bundle store details page (#3860)
Backend
- Allow hyphens in worker tags (#3917)
- Support specifying --store with "cl run" (#3916)
- Support GCS (#3905)
- Bundle store CLI commands (#3828)
- [Multi Bundle Store] Create new bundle store endpoints (#3850)
Dev / docs / CI
None