Skip to content

Releases: coder/coder

v2.31.6

25 Mar 21:20
f765029

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Bug fixes

  • Open coder_app links in new tab when open_in is tab (#23000, e419eb3)

Chores

Compare: v2.31.5...v2.31.6

Container image

  • docker pull ghcr.io/coder/coder:2.31.6

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.30.5

25 Mar 22:36
3b2ded6

Choose a tag to compare

Stable (since March 25, 2026)

Changelog

Bug fixes

  • Open coder_app links in new tab when open_in is tab (#23000, 149e9f1)
  • Server: Add organization_name label to insights Prometheus metrics (#22296, de64b63)

Chores

Compare: v2.30.4...v2.30.5

Container image

  • docker pull ghcr.io/coder/coder:2.30.5

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.29.9

25 Mar 23:43
031d992

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Bug fixes

  • Open coder_app links in new tab when open_in is tab (#23000, 4ee29d0)
  • Prevent ui error when last org member is removed (#23017, afb2fc6)

Chores

Compare: v2.29.8...v2.29.9

Container image

  • docker pull ghcr.io/coder/coder:2.29.9

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.32.0-rc.0

24 Mar 22:21
d126a86

Choose a tag to compare

v2.32.0-rc.0 Pre-release
Pre-release

Release Candidate Changelog

Note

This is a release candidate. It is not intended for production use. Please test and report issues.

Purpose

This RC is intended to validate the Coder Agents feature. Coder Agents is currently in Early Access. The build was cut from our main branch and may include additional changes not listed in the changelog. Any other changes are not guaranteed to be stable or ready for general use.

Features (Agents)

Core

Agent Tools

Chat UX

Git Integration

Desktop & PWA

Notifications

MCP Servers

Cost & Usage Analytics

Settings & Admin

Streaming & Reliability

Sidebar & Navigation

Compare: v2.31.5...v2.32.0-rc.0

Container image

  • docker pull ghcr.io/coder/coder:2.32.0-rc.0

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.30.4

16 Mar 17:55
2970c54

Choose a tag to compare

Stable (since March 16, 2026)

Changelog

Bug fixes

  • Prevent ui error when last org member is removed (#23018, b49c4b3)
  • Networking: Retry after transport dial timeouts (cherry-pick/v2.30) (#22977, 26e3da1)
  • Bump aibridge to v1.0.9 to forward Anthropic-Beta header (#22936, 2970c54)

Compare: v2.30.3...v2.30.4

Container image

  • docker pull ghcr.io/coder/coder:2.30.4

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.31.5

13 Mar 20:56
1a774ab

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Bug fixes

  • Prevent emitting build duration metric for devcontainer subagents (#22930, 2cd4e03)
  • Prevent ui error when last org member is removed (#23019, 581e956)
  • Networking: Retry after transport dial timeouts (#22977, 1a774ab)

Compare: v2.31.4...v2.31.5

Container image

  • docker pull ghcr.io/coder/coder:2.31.5

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.31.4

10 Mar 20:15
61b513e

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Features

  • Add Prometheus collector for DERP server expvar metrics (#22583, a379215)

Bug fixes

  • Filter sub-agents from build duration metric (#22732, 757634c)
  • Bump aibridge to v1.0.9 to forward Anthropic-Beta header (#22842, 61b513e)

Compare: v2.31.3...v2.31.4

Container image

  • docker pull ghcr.io/coder/coder:2.31.4

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.31.3

06 Mar 21:07
deaacff

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Chores

Bug Fixes

Compare: v2.31.2...v2.31.3

Container image

  • docker pull ghcr.io/coder/coder:v2.31.2

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.31.2

04 Mar 19:19
2828d28

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Chores

  • Prematurely refresh oidc token near expiry during workspace (cherry 2.31) (#22606, 2828d28) (@Emyrk)

Compare: v2.31.1...v2.31.2

Container image

  • docker pull ghcr.io/coder/coder:v2.31.2

Install/upgrade

Refer to our docs to install or upgrade Coder, or use a release asset below.

v2.31.1

03 Mar 20:00
4b95b8b

Choose a tag to compare

Changelog

Note

This is a mainline Coder release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about our Release Schedule.

Normally, our monthly releases are 2.X.0. This mainline release is 2.X.1 due to an issue in the release process, but it should be considered a standard mainline release for customers.

BREAKING CHANGES

  • feat(cli)!: expire tokens by default (#21783, 4a3304f) (@johnstcn)

    Calling this out as a breaking change in case existing consumers of the CLI depend on being able to see expired tokens OR being able to delete tokens immediately.
    Updates the coder tokens rm command to immediately expire a token by ID, preserving the token record for audit trail purposes. Tokens can still be deleted by passing --delete.

  • feat(site)!: add consent prompt for auto-creation with prefilled parameters (#22011, 60e3ab7) (@kacpersaw)

    Links using mode=auto (e.g., "Open in Coder" buttons) will no longer silently create workspaces. Users will now see a consent dialog and must explicitly confirm before the workspace is provisioned. Any existing integrations or automation relying on mode=auto for seamless workspace creation will now require manual user interaction.

  • fix!: remove deprecated prometheus metrics (#21788, 036ed56) (@mtojek)

    Removes the following deprecated Prometheus metrics:
    - coderd_api_workspace_latest_build_total → use coderd_api_workspace_latest_build instead
    - coderd_oauth2_external_requests_rate_limit_total → use coderd_oauth2_external_requests_rate_limit instead

Features

AI Governance

Tasks

CLI

Devontainers

Dashboard

Shared Workspaces

Misc

Bug fixes

Documentation

  • Update AI Governance Add-On licensing information (#21899, 2add69a) (@mattvollmer)
  • Clarify Tasks limit and AI Governance relationship (#21774, 5da28ff) (@app/blinkagent)
  • Clarify that only Coder tokens work with AI Bridge authentication (#21791, b035843) (@app/blinkagent)
  • Reorganize AI Bridge client document...
Read more