We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286b324 commit 9be8949Copy full SHA for 9be8949
changelog/1.37.0.md
@@ -7,12 +7,13 @@ description: "Released on 11/23/2022"
7
8
- infra: Workspace statistics were previously stored in a table
9
`environment_stats`. This table is removed in this release. Downgrading from
10
- this version may require manual steps.
+ this version to an older version may require manual steps.
11
- cli: `coder ssh` and `coder tunnel` invocations from older versions of the CLI
12
may fail with the following error:
13
14
```console
15
-cannot unmarshal string into Go struct field ICEServer.data.credentialType of type webrtc.ICECredentialType
+ cannot unmarshal string into Go struct field ICEServer.data.credentialType of
16
+ type webrtc.ICECredentialType
17
```
18
19
Solution: upgrade CLI to `1.37.0`.
0 commit comments