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
41 changes: 41 additions & 0 deletions changelog/1.34.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "1.34.0"
description: "Released on 08/31/2022"
---

### Breaking changes ❗

There are no breaking changes 1.34.0.

### Features ✨

- web: added filtering capabilities to metrics page.
- web: added ability to disable editing of usernames for OIDC login.
- infra: allowed overriding Bitbucket OAuth consumer key using the
CODERD_BITBUCKET_CONSUMER_KEY environment variable.
- infra: added automatic user deprovisioning via SCIM.
- infra: updated sysbox to v0.5.2. Fixed an issue where CVMs would not work
with latest Docker versions inside the user container.
- cli: added a warning to the CLI when attempting to access a workspace that
requires a rebuild.
- cli: added --duration flag to coder tokens create to control token lifetime.
- cli: added prometheus stats to WebRTC connections.

### Bug fixes 🐛

- infra: fixed CVMs to properly report CPU and memory allocation.
- infra: reduced log spam in workspace agent logs.
- infra: fixed workspace builds being stuck on "enqueuing workspace build" step
due to nil pointer panic. Workspaces that were getting stuck should now show a
proper root cause error in the build log.
- infra: upgraded code-server to 4.6.0 to fix disconnects caused by reverse
proxy idle timeouts.
- infra: fixed an issue where disconnecting from a pod log stream resulted in a
failed build.
- infra: improved WebRTC connection logging.
- infra: improved WebRTC session handling.
- infra: fixed SSH from logging noisily by default.

### Security updates 🔐

- infra: added fix to prevent cross-origin websocket requests.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"versions": ["v1.33", "v1.32", "v1.31", "v1.30", "v1.29"],
"versions": ["v1.34", "v1.33", "v1.32", "v1.31", "v1.30"],
"routes": [
{
"path": "./index.md",
Expand Down Expand Up @@ -569,6 +569,9 @@
{
"path": "./changelog/index.md",
"children": [
{
"path": "./changelog/1.34.0.md"
},
{
"path": "./changelog/1.33.0.md",
"children": [
Expand Down