This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 1.35.1"
3
+ description : " Released on 10/3/2022"
4
+ ---
5
+
6
+ ### Breaking changes ❗
7
+
8
+ There are no breaking changes in 1.35.1.
9
+
10
+ ### Features ✨
11
+
12
+ - infra: Added the ability to set ` runAsUser ` and ` runAsGroup ` in workspace
13
+ templates.
14
+
15
+ ### Bug fixes 🐛
16
+
17
+ - web: Fixed an issue where ` code-server ` would show a frequent "Reconnecting"
18
+ dialog.
19
+ - infra: Fixed an issue where database migrations would fail with an error
20
+ ` migrate v2: up: Dirty database version 1. `
21
+
22
+ ### Security updates 🔐
23
+
24
+ There are no security updates in 1.35.1.
25
+
26
+ ### Notes ℹ️
27
+
28
+ - Our bundled version of JetBrains Projector is now built with JDK 17 to match
29
+ the version used by more recent Jetbrains IDEs.
Original file line number Diff line number Diff line change 576
576
"path" : " ./changelog/index.md" ,
577
577
"children" : [
578
578
{
579
- "path" : " ./changelog/1.35.0.md"
579
+ "path" : " ./changelog/1.35.0.md" ,
580
+ "children" : [
581
+ {
582
+ "path" : " ./changelog/1.35.1.md"
583
+ }
584
+ ]
580
585
},
581
586
{
582
587
"path" : " ./changelog/1.34.0.md"
You can’t perform that action at this time.
0 commit comments