You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: releasenotes.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,13 @@
4
4
5
5
#### New features
6
6
* New dynamicPublicIp parameter for machines create and machines update methods.
7
-
* New ports parameter for jobs. Also displays links to exposed ports in jobs create output.
7
+
* 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.
8
+
* New summary parameter for jobs list which formats the output as a text table.
9
+
* Added Google TPU machineType for Gradient jobs create.
8
10
* Improved job logging responsiveness.
9
11
10
12
#### Fixes
11
-
* Fix for NODE_ENV settings from other projects breaking paperspace-node config
13
+
* Fix for NODE_ENV settings from other projects overriding paperspace-node config defaults
0 commit comments