Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions changelog/1.35.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "1.35.1"
description: "Released on 10/3/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.35.1.

### Features ✨

- infra: Added the ability to set `runAsUser` and `runAsGroup` in workspace
templates.

### Bug fixes 🐛

- web: Fixed an issue where `code-server` would show a frequent "Reconnecting"
dialog.
- infra: Fixed an issue where database migrations would fail with an error
`migrate v2: up: Dirty database version 1.`

### Security updates 🔐

There are no security updates in 1.35.1.

### Notes ℹ️

- Our bundled version of JetBrains Projector is now built with JDK 17 to match
the version used by more recent Jetbrains IDEs.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,12 @@
"path": "./changelog/index.md",
"children": [
{
"path": "./changelog/1.35.0.md"
"path": "./changelog/1.35.0.md",
"children": [
{
"path": "./changelog/1.35.1.md"
}
]
},
{
"path": "./changelog/1.34.0.md"
Expand Down