Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Releases: Paperspace/paperspace-node

v0.2.2

23 Sep 20:53
Compare
Choose a tag to compare
chore(npm): Bump version.

v0.2.1

23 Sep 20:38
53d9fcd
Compare
Choose a tag to compare
  • fix(ci): Update node.

v0.2.0

23 Sep 20:35
800532c
Compare
Choose a tag to compare
  • feat(machine-access): new setAccessForUser method to add/remove users to machines
  • fix(ci): Update node.

v0.1.17

15 Apr 14:36
Compare
Choose a tag to compare

New features

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

Release v0.1.15

09 Apr 13:38
Compare
Choose a tag to compare

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

05 Apr 15:22
Compare
Choose a tag to compare

New features

  • Add support for resourceDelegations

v0.1.13

11 Feb 18:18
Compare
Choose a tag to compare

Release Notes for v0.1.13

New features

Fixes

  • Add custom headers to requests

v0.1.12

14 Jan 18:37
Compare
Choose a tag to compare

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

v0.1.11

12 Nov 19:28
Compare
Choose a tag to compare

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

v0.1.10

25 Apr 06:27
Compare
Choose a tag to compare

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