Paperspace Node Versions Save

Paperspace API for node.js

v0.2.2

3 years ago

v0.2.1

3 years ago
  • fix(ci): Update node.

v0.2.0

3 years ago
  • feat(machine-access): new setAccessForUser method to add/remove users to machines
  • fix(ci): Update node.

v0.1.17

5 years ago

New features

  • Set up automatic docs publishing for tag builds
  • Set up automatic NPM publishing for tag builds

0.1.15

5 years ago

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

0.1.14

5 years ago

New features

  • Add support for resourceDelegations

0.1.13

5 years ago

Release Notes for v0.1.13

New features

Fixes

  • Add custom headers to requests

0.1.12

5 years ago

New features

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

0.1.11

5 years ago

New features

  • New cluster and machineType functionality supported: send jobs to a gradient-node based on the cluster name or clusterId
  • 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

0.1.10

6 years ago

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