This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Releases: Paperspace/paperspace-node
Releases · Paperspace/paperspace-node
v0.2.2
v0.2.1
- fix(ci): Update node.
v0.2.0
- feat(machine-access): new setAccessForUser method to add/remove users to machines
- fix(ci): Update node.
v0.1.17
Release v0.1.15
Release Notes for v0.1.15
New features
- Added examples to use resourceDelegations create with CLI
Fixes
- Ensure that resourceDelegations can get created through the CLI with JSON delegations as strings
v0.1.14
v0.1.13
Release Notes for v0.1.13
New features
-
Run gradient jobs from custom Dockerfile built containers (see: https://docs.paperspace.com/gradient/jobs/create-a-job#new-run-jobs-from-dockerfiles)
-
Push GPU-enabled container images to a registry of your choice
-
Add support for yarn package manager
Fixes
- Add custom headers to requests
v0.1.12
New features
-
Send jobs to preeemptible instances by using the new
--isPreemptible
flag to save up to 65% on jobs! See https://support.paperspace.com/hc/en-us/articles/360015388374 for more info. -
Ability to ignore certain files in your workspace directory using the new
--ignoreFiles
flag
Fixes
- Fix for bug when workspace uploaded includes many 1000s of files and triggered OS file handle limits causing job to fail with storage error
v0.1.11
New features
- New cluster and machineType functionality supported: send jobs to a gradient-node based on the cluster name or clusterId
- For more information on running gradient-node see the Gradient Private Cloud docs
- Send jobs to a specific node by specifying node attributes
- Changed default handling of machineType: cluster preferences come first
- Jobs create automatically records the git commit hash for local workspaces using git
- Raised job workspace upload limit to 500 MB
Fixes
- Fix for job create returning before final job state known but after logs received
- Update dependencies for security purposes
v0.1.10
Release Notes for v0.1.10
New features
- New dynamicPublicIp parameter for machines create and machines update methods.
- New ports parameter for jobs create to allow network services to be exposed through jobs while they are running. Also displays links to the exposed endpoints in the jobs create output.
- New summary parameter for jobs list which formats the output as a text table.
- Added Google TPU machineType for Gradient jobs create.
- Improved job logging responsiveness.
Fixes
- Fix for NODE_ENV settings from other projects overriding paperspace-node config defaults
- Minor doc fixes