Coder Changelog

Stay up to date with new Coder feature releases

Join our Discord

Coder v2.19.0

Coder v2.19.0 enhances IDP sync management, expands CLI capabilities, and improves workspace notifications. This update introduces UI-based IDP sync controls, new CLI commands for managing provisioners, and enhanced workspace notifications to streamline administration and monitoring.

New Features

IDP Sync & Organization Management

  • IDP sync settings can now be managed in the UI, including group and role sync configurations.
  • New organization settings sidebar improves navigation and clarity for admins.
  • Partial updates for IDP sync mappings are now supported via API.

CLI Enhancements

  • coder provisioner list and coder provisioner jobs list added, making it easier to track queued and running jobs.
  • New coder provisioner job cancel command, allowing admins to stop active provisioner jobs.
  • New --ssh-host-prefix flag for coder ssh, improving SSH session customization.

Notifications & Workspace Improvements

  • Workspace creation and updates now trigger notifications, helping admins track changes.
  • Users can now extend their workspace deadlines, preventing unnecessary restarts.
  • New UI warnings for provisioner issues during workspace builds, reducing troubleshooting time.

Breaking Changes

None in this release.

View the full changelog on GitHub.

This release enhances IDP sync, expands CLI functionality, and improves workspace notifications. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.18.0

This release introduces enhanced networking, improved notifications, and expanded workspace diagnostics.

New Features

Networking & Provisioning

  • CoderVPN now supports multiple tunnel destinations, expanding workspace connectivity options.
  • Port-forwarding now opportunistically listens on IPv6, improving compatibility.
  • Workspace build UI now includes agent connection timings, providing clearer startup insights.

Notifications & User Tracking

  • Notifications can now be disabled when no webhook or email configuration is set.
  • Premium Features page added to the deployment settings, showcasing available premium tools.
  • License consumption tracking added, allowing admins to monitor usage trends.

CLI & Server Enhancements

  • New CLI options for workspace creation, allowing template version selection.
  • coder tokens create now supports creating tokens for other users, improving team management.
  • Audit logs now track user dormancy events, improving compliance and monitoring.

Breaking Changes

  • Notifications Disabled by Default if No Config is Set – If both $CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT and $CODER_EMAIL_SMARTHOST are unset, notifications will be disabled.
  • Provisioner Tags Change – Provisioner tags must now reference a Terraform variable or coder_parameter, affecting some templates.

View the full changelog on GitHub.

This release improves networking, enhances notifications, and expands workspace diagnostics. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.17.0

Coder v2.17.0 Release Summary

This release introduces CoderVPN (early implementation), improved security with automatic key rotation, and new CLI features.

New Features

Security & Authentication

  • Automatic key rotation added to enhance security for authentication payloads.
  • Support for SCIM authentication using bearer tokens for improved identity management.
  • "Forgot Password" flow introduced, allowing users to reset passwords via email (requires SMTP).

Networking & Provisioning

  • CoderVPN protocol introduced as part of Coder Desktop, enabling VPN-like connections to workspaces.
  • Workspace startup timings now available in the UI and API, providing a breakdown of provisioning and agent startup.
  • Prometheus metrics added for tracking user statuses.

CLI Enhancements

  • Owners can now create tokens for other users using coder tokens create --user.
  • Template version management via CLI, including workspace creation from a specific template version.
  • CLI now supports promoting an existing template version to active.

Dashboard & UI Improvements

  • New workspace build failure notifications, sent to template admins as weekly reports.
  • DAU chart updated to focus on user activity rather than seat consumption.
  • Provisioners grouped by authentication method for better organization in the UI.

Breaking Changes

None in this release.

View the full changelog on GitHub.

This release enhances security, improves workspace provisioning, and expands CLI capabilities. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.16.0

This is our largest release since v2, introducing Organizations, Custom Roles, and Notifications in beta. These features enable advanced RBAC, multi-org support, and real-time notifications.

Custom Roles and Multi-Org support require a Premium license.

New Features

Organizations & Multi-Org Support

  • Teams can now operate in isolated organizations, with scoped IdP sync, groups, quotas, and provisioners.
  • New organization settings UI makes it easy to manage members and resources.
  • Provisioners are now scoped per organization for better isolation and control.

Custom Roles (Premium Feature)

  • Admins can create and assign custom roles, allowing granular permission management.
  • Roles UI now displays both built-in and custom roles in one place.

Notifications (Beta)

  • Users can configure alerts via Webhook, SMTP, Slack, or Microsoft Teams.
  • New notifications include workspace build failures, system alerts, and user account updates.
  • Notification settings UI allows users to manage their preferences.

CLI & Developer Experience Improvements

  • coder ping now runs indefinitely by default; use -n to limit pings.
  • New CLI command: organizations settings show group-sync for fetching group sync settings.
  • Workspace startup timings now available, helping admins analyze performance.

Breaking Changes

  • API Token TTL Change – Default API token TTL is now 7 days instead of 30.
  • CLI coder ping Behavior Change – Now runs indefinitely by default.
  • Diagnostics Output Change – All coder ping diagnostics now write to stderr.

View the full changelog on GitHub.

This release introduces multi-org support, granular RBAC, and real-time notifications, transforming how teams manage secure development environments. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.15.0

This release introduces notifications, provisioning insights, and new CLI enhancements. Users can now configure notification preferences, track slow workspace builds, and leverage improved diagnostics for provisioning and networking.

New Features

  • Notifications & User Preferences
    • Notifications are now available via Webhook and SMTP, allowing users to receive updates on system events.
    • Users can configure notification preferences via the new notification UI (experimental feature).
    • Notifications now include template deletions, failed builds, and suspended/activated accounts.
  • Provisioning & Performance Insights
    • Provisioning timings added, allowing admins to analyze slow build times.
    • Most recent agent build logs are now retained, improving debugging and auditing.
  • CLI & Diagnostics Improvements
    • Shell completions added for faster CLI navigation.
    • New ping diagnostics include P2P and AWS checks, helping identify connectivity issues.
  • Server & Deployment Enhancements
    • Deployment values can now be mutated, giving admins greater control.
    • Max port share level can be set during template creation.

Breaking Changes

None in this release.

View the full changelog on GitHub.

This release introduces notifications, improves provisioning insights, and enhances CLI functionality. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.14.0

Coder v2.14.0 strengthens security, enhances CLI capabilities, and refines the UI. This update removes an insecure cipher, adds SMTP authentication support, introduces new CLI commands, and improves workspace automation and usability.

New Features

  • Security & Authentication Enhancements
    • TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA cipher removed for improved security.
    • SMTP authentication & TLS support added, enabling more secure email configurations.
    • OIDC issuer checks can now be disabled for more flexible authentication setups.
  • CLI & SDK Improvements
    • New whoami command added to the CLI, showing the current user.
    • --wait=no flag added for coder ssh, giving more control over SSH session behavior.
    • SDK now exports template variable parser and log destination interface for custom integrations.
  • Dashboard & UI Enhancements
    • New JetBrains Fleet icon added for better IDE visibility.
    • Auto-create workspace flow now supports match conditions, improving automation workflows.
    • Tooltips added to app usage charts for better insights.

Breaking Changes

  • Insecure Cipher RemovedTLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA is no longer supported by default due to security concerns.

View the full changelog on GitHub.

This release improves security, expands CLI functionality, and enhances UI workflows. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.13.0

Coder v2.13.0 introduces security enhancements, dashboard improvements, and agent updates while removing support for deprecated agent v1 routes. Users can now block file transfers via the Coder agent, improving security. The dashboard navigation has been reorganized, and users can now download workspace logs directly from the UI.

New Features

  • Security & Agent Enhancements
    • File transfers can now be blocked via the Coder agent for tighter security.
    • Deprecated agent v1 routes removed, breaking compatibility with older agents not using the V2 API.
  • Dashboard & UI Improvements
    • New “Deployment” menu in the navbar, consolidating all deployment-related settings.
    • Users can now download logs directly from the workspace UI.
    • "Full Name" field added when creating new users.
  • Observability & Performance
    • Interface reports added to coder netcheck for better network diagnostics.
    • Telemetry now tracks groups and group members for better insights.
    • Terraform plugin now exposes workspace build IDs for improved automation.

Breaking Changes

  • Agent v1 Routes Removed – Older agents that do not use the V2 API will no longer be compatible.
  • coder netcheck JSON Output Change – Interface reports are now under "derp", which may affect parsing scripts.

View the full changelog on GitHub.

This release improves security, refines the dashboard experience, and enhances agent capabilities. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.12.0

Major Networking Performance Boost – Since v2.9.0, Coder has significantly improved networking, culminating in faster file transfers, more stable connections, and smoother experiences with resource-heavy applications in v2.12.0.

Important Note:
- The v2.12.0 CLI is not backward compatible with earlier versions of Coder Server.
- Upgrade your server before upgrading the CLI to avoid compatibility issues.
- Read more in our blog: How We Improved Performance of Userspace TCP Stack in Go by 5x.

New Features

  • Security & Authentication Enhancements
    • Coder login tokens are now masked for improved security.
    • Provisioner tags can now be selected per workspace, offering greater flexibility.
    • Server now supports editing and deleting organizations via API.
  • Performance & Networking Improvements
    • Latest gVisor and Go 1.22.3 integrated for optimized performance.
    • PubSub latencies are now measured and exposed as metrics for better observability.
    • DERP send queue length increased to 512 for higher network throughput.
  • UI & Usability Updates
    • VS Code now opens the most recent directory or workspace when launched.
    • Dashboards now display the number of times a coder_app is opened for better insights.
    • New "Update and Start" button appears when workspace updates are required by a template.

Breaking Changes

  • CLI Compatibility Issue – The v2.12.0 CLI is not compatible with older Coder Server versions. Upgrade your server before upgrading the CLI.

View the full changelog on GitHub.

This release delivers a major networking boost, enhances security, and refines the user experience. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.11.0

Coder v2.11.0 introduces shared ports as a generally available feature, UI improvements, and enhanced CLI support. Other key additions include workspace owner group tracking, IPv6 workspace connectivity, and new authentication options.

New Features

  • Networking & Shared Ports
    • Shared ports are now GA, making it easier for users to share workspace ports securely.
    • IPv6 connectivity fallback is now supported when dialing IPv4 workspaces.
  • UI & Authentication Enhancements
    • The login page now displays the Coder version and allows a custom Terms of Service link.
    • Users can switch between HTTP and HTTPS directly from the error page.
  • CLI & Observability Improvements
    • The support bundle command now includes health check summaries for easier debugging.
    • Added --env flag support for coder ssh, allowing better environment control.
    • Deployment IDs are now visible in the UI and license details, improving enterprise tracking.

Breaking Changes

None in this release.

View the full changelog on GitHub.

This release expands networking capabilities, enhances authentication options, and improves system observability. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.10.0

Coder v2.10.0 introduces enhanced workspace observability, new authentication and security features, and performance improvements. A major change in this release is the removal of Maximum Workspace Lifetime (MAX_TTL), replaced by Autostop Requirement for better control over workspace shutdowns. Other notable additions include Windows container support, AWS IAM RDS database authentication, and improved workspace build tracking.

New Features

  • Workspace & Security Enhancements
    • Autostop Requirement replaces MAX_TTL for improved workspace lifecycle management.
    • Added AWS IAM RDS Database authentication for secure database access.
    • OAuth2 providers are now available for all users, no longer an enterprise-only feature.
    • Workspaces now show queue position during builds.
  • Improved Observability & Logging
    • Workspace statuses are now exposed as Prometheus metrics.
    • Added debug handlers for logs, manifests, and tokens in the agent.
    • Support bundle command is now available, making troubleshooting easier.
  • Container & Platform Updates
    • Support for Windows containers in bootstrap scripts.
    • Agent child process OOM scores are now configurable, preventing agent crashes under memory pressure.
  • UI & Developer Experience
    • Listening ports in the UI are now scrollable for better visibility.
    • Added SFTP support to insights apps for tracking workspace usage.
    • C++ icon added to supported languages.

Breaking Changes

  • MAX_TTL Removed from Templates – Workspaces will no longer stop based on a maximum lifetime timer. Users should migrate to Autostop Requirement, which better respects quiet hours while ensuring compliance with security policies.

View the full changelog on GitHub.

This release improves workspace security, expands observability, and enhances the developer experience. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.9.0

Coder v2.9.0 introduces improved workspace observability, new template capabilities, and CLI enhancements. This update brings activity status tracking, autostop reasons in the workspace overview, and expanded logging options. Additionally, users can now create templates from scratch, support file extensions in the template editor, and use .zip archives for template files.

New Features

  • Template & Workspace Enhancements
    • coder_script can now add binaries and files to PATH, making template execution more flexible.
    • Templates can now be created from scratch in the UI.
    • Template update messages now support markdown for better readability.
  • CLI Improvements
    • Added --header and --header-command support in config-ssh.
    • The URL is now optional in coder login, making it easier to authenticate.
  • Dashboard & UI Updates
    • The workspace overview now displays activity status and autostop reasons.
    • Users receive a warning when leaving the template editor without publishing changes.
    • The template editor now supports any file extension and .zip archives.
    • Confluence, .NET, and Microsoft Teams icons are now available.
  • Networking & Provisioning Improvements
    • DERP server debug metrics are now exposed for better network health monitoring.
    • Tailnet peer diagnostics now appear after running coder ping.
    • Provisioners now only allow untagged jobs to be picked up by untagged provisioners, ensuring better provisioning control.

Breaking Changes

  • Prometheus Port Change – The Prometheus HTTP port declaration has been removed from the coderd service spec.
  • Provisioner Job RestrictionOnly untagged provisioners can now pick up untagged jobs, requiring provisioning configurations to be updated accordingly.

View the full changelog on GitHub.

This release expands template functionality, improves workspace observability, and enhances network monitoring. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.8.0

Coder v2.8.0 brings improved workspace customization, new UI enhancements, and expanded template capabilities. This update introduces workspace parameter autofill, workspace favorites, and template .zip file support. Additionally, users can now see workspace name suggestions when creating a new workspace, and Prometheus metrics have been added for better observability.

New Features

  • Workspace Enhancements
    • Parameters in the "Create Workspace" page are now autofilled based on previous values.
    • Workspace name suggestions now appear below the name field.
    • Users can mark workspaces as favorites, keeping them at the top of their list.
  • Template & CLI Improvements
    • Added .zip file support for Coder templates for easier template management.
    • Introduced coder open vscode CLI command for streamlined development.
    • Templates now show deprecation messages on the template page.
  • Customization & UI Updates
    • Users can now see their avatars on the workspace page.
    • The "Create Template" form has been simplified by removing advanced settings.
    • Added customizable upgrade messages for client/server version mismatches.
  • Observability & Logging
    • Prometheus metrics added to ServerTailnet for better monitoring.
    • Improved logging for agent statistics, Tailnet, and PG Coordinator.

Breaking Changes

None in this release.

View the full changelog on GitHub.

This release streamlines workspace creation, enhances UI interactions, and improves observability. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.7.0

⚠️ Important Note: This release contains a bug (#11732) affecting peer-to-peer connection reporting and an issue with connection caching that may cause workspace apps sharing the same port to be accessible by other users. We recommend upgrading directly to v2.7.2 or above.

Coder v2.7.0 introduces a redesigned "Workspace" page, networking improvements, and new workspace cleanup features. This release also includes Tailnet v2 and PG Coordinator, enhancing network reliability, session control, and versioning.

New Features

  • New "Workspace" Page Design
    • The workspace header is slimmer for a cleaner look.
    • Build history and resources have been moved to the sidebar for easier access.
  • Tailnet v2 / PG Coordinator – Improves network reliability, session management, and backward compatibility.
  • Enhanced Workspace Management
    • Bulk workspace updates allow admins to modify multiple workspaces at once.
    • Workspace cleanup policies can now be managed in template settings (Enterprise feature).
    • Users can now see the current workspace version in coder list.
  • Customization & UI Improvements
    • Group avatars can now be selected using the emoji picker.
    • Support links can be customized with custom icons.
    • Added character counters for fields with length limits.
    • Markdown support for template deprecation messages.

Breaking Changes

None in this release, but upgrading to v2.7.2 or later is strongly recommended due to known issues.

View the full changelog on GitHub.

This release brings a fresh workspace UI, improved networking, and better workspace lifecycle management. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.6.0

Coder v2.6.0 introduces new template controls, OAuth2 application support, and a preview of the light theme. Workspace proxies are now generally available (GA), and AWS EC2 and Google Compute Engine devcontainer templates have been added. Additionally, CSRF protection has been strengthened with a new token header requirement.

New Features

  • Template Enhancements
    • Templates can now specify max_ttl or autostop_requirement for better workspace lifecycle control.
    • Users can now disable custom quiet hours via a server flag.
  • OAuth2 Application Support – Added support for OAuth2 applications, expanding authentication options.
  • Workspace & UI Improvements
    • Workspace proxies are now GA, making network configurations more stable.
    • Light theme (preview) is now available for users who prefer a brighter UI.
    • Added AWS EC2 and Google Compute Engine devcontainer templates for more flexible cloud development.
  • Security Enhancements – CSRF protection has been improved by requiring a CSRF token header.

Breaking Changes

  • Workspace Renaming Disabled by Default – To prevent potential data loss, renaming workspaces is now disabled by default. Admins can re-enable it via a server flag.

View the full changelog on GitHub.

This release improves template management, workspace security, and UI customization, while adding new authentication and provisioning options. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.5.0

Coder v2.5.0 introduces template deprecation warnings, improved authentication management, and workspace enhancements. Enterprise users can now deprecate templates to warn new users and prevent new workspaces from being created. This release also adds new auditing and authentication features, including OIDC group allowlists, external auth settings, and support for the latest Tailnet API.

New Features

  • Template Deprecation (Enterprise) – Admins can now mark templates as deprecated, preventing new workspaces from being created.
  • Enhanced Authentication & Security
    • Users can now manage external authentication settings via a new settings page.
    • Added support for OIDC group allowlists, restricting which groups can access Coder.
    • External apps can now be listed via API endpoints for better visibility.
  • Workspace & Agent Improvements
    • Dormant workspaces now appear in the default workspace list.
    • Workspaces restart automatically when accessed via coder ssh.
    • Coder now preserves old agent logs for better debugging.
  • Improved UI & User Experience
    • New layout for the web-based template editor.
    • The login screen has been redesigned for better usability.

Breaking Changes

None in this release.

View the full changelog on GitHub.

This release brings better control over templates, improved authentication management, and refinements to workspace behavior. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.4.0

Coder v2.4.0 Release Summary

Coder v2.4.0 introduces a revamped color scheme, workspace scheduling improvements, and new observability options. A major update in this release is the adjusted autostop behavior, ensuring workspaces only extend by one-hour increments instead of the full default duration. This version also enhances workspace duplication, parameter insights, and template filtering, along with exposing additional Prometheus metrics.

New Features

  • Refreshed Color Scheme – A darker, more neutral UI theme has been introduced, with light mode coming soon.
  • Improved Workspace Scheduling – Autostop behavior now extends only one hour at a time if the workspace remains active past its default limit.
  • Workspace Duplication – Users can now duplicate workspaces by parameters, making it easier to create consistent environments.
  • Expanded Observability
    • Added observability configuration values to the deployment page.
    • Exposed App Insights and parameter insights as Prometheus metrics.
    • Users can now see their groups listed on the Accounts page.
  • Enhanced Template & Workspace Management
    • Added batch stop/start actions for managing multiple workspaces at once.
    • Users can now filter templates in scale test cleanup and traffic commands.
    • The UI now shows workspace schedules for multiple workspaces.

Breaking Changes

  • New UI Color Scheme – Coder has switched to a darker, more neutral theme. Light mode will be introduced in a future update.

View the full changelog on GitHub.

This release brings better scheduling, more observability options, and a fresh UI update. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.3.0

Coder v2.3.0 Release Summary

Coder v2.3.0 continues to improve user experience, security, and workspace management. This release brings a new "Create Workspace" button, database encryption for user tokens (Enterprise feature), and a dark mode experiment for the dashboard. There are also enhancements to workspace parameter management, API support for automatic updates, and expanded customization options for icons and templates.

New Features

  • "Create Workspace" Button – A new button on the Workspaces page makes it easier to create workspaces.
  • Database Encryption for User Tokens (Enterprise) – Adds encryption for user tokens, improving security for enterprise customers.
  • Improved Template Management – Failed template versions can now be archived, and a warning message appears when trying to delete an active template.
  • Enhanced Workspace Experience
    • Workspaces now display update messages and user limits in the active users chart.
    • Added "Load More" button for viewing older builds.
    • Configurable web terminal rendering options.
  • Customization & Usability
    • Users can select icons from an emoji picker for templates.
    • New favicon adjustments based on system color scheme.
    • Shebang support added for scripts.

Breaking Changes

  • Git Authentication Update Required – If you're using Git Authentication with a path-based authorized callback URL, update it from /gitauth/* to /external-auth/* to prevent authentication failures.

View the full changelog on GitHub.

This update brings security enhancements, better template and workspace management, and new UI customization options. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.2.0

Coder v2.2.0 introduces new workspace and template management features, CLI improvements, and better process management for agents. This update adds support for coder_script, allowing different sources to provide their own scripts, and enhances template flexibility by allowing workspace creation from any template version. There are also several UI and usability enhancements, including middle-click support for workspace rows, colorized CLI help pages, and better logging visibility.

New Features

  • Support for coder_script – Enables modules and other sources to provide their own scripts, improving extensibility.
  • More Flexible Template Management – Workspaces can now be created from any template version, even if it's not promoted.
  • Agent Process Management – Ensures the agent stays running even under high system load on Linux.
  • HashiCorp Nomad Template – Adds Nomad support for those using HashiCorp’s workload orchestrator.
  • Improved Workspace Logs – Workspace build errors now appear as tooltips, and version messages are shown in version lists.
  • UI and CLI Enhancements – Added middle-click support for workspace rows, colorized CLI help pages, and a new simple health check formatting option.

Breaking Changes

None in this release.

View the full changelog on GitHub.

This release makes workspace and template management more flexible while improving agent reliability and usability. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.1.0

Coder v2.1.0 introduces new user management capabilities, CLI improvements, and enhanced workspace logging while making a notable change to the base image by removing jq. If you rely on jq for fetching database secrets or other values, you’ll need to build your own Coder image. This release also brings Azure OIDC PKI authentication support, Helm chart updates, and the ability to manually add users before enabling automatic OIDC or GitHub signups.

New Features

  • Manual User Addition – You can now manually add OIDC or GitHub users, useful for onboarding before opening access to all users in your identity provider.
  • CLI Dynamic Headers – The new --header-command flag allows the CLI to use external services for dynamic authentication headers, useful for deployments behind an application proxy or VPN.
  • Azure OIDC PKI Authentication – Coder now supports Azure OIDC authentication using PKI instead of a client secret.
  • Build Log Enhancements – Workspace build errors now appear as tooltips, and a build log history page provides more visibility into past builds.
  • Everyone Group Quotas – You can now set quotas for the Everyone group directly in the UI.

Breaking Changes

  • jq Removed from Base Image – If you use jq for fetching Coder's database secret or other values, you'll need to build your own Coder image. Learn more here.

View the full changelog on GitHub.

With this release, Coder continues to refine user management, authentication, and logging while maintaining a smooth upgrade path. If you have questions or feedback, join the conversation on Discord or email us directly!

Coder v2.0.0

Coder v2.0.0 is a major step forward, moving beyond development releases to reflect how much the platform has matured. With thousands of users running Coder in production, this version brings scalability improvements, better role-based access controls, and new insights for admins. Enterprise users get OIDC role syncing, and Kubernetes users benefit from enhanced logging and better deployment practices. The upgrade process remains smooth, and a new deprecation policy ensures that major changes come with plenty of notice.

New Features

  • Template Insights – Track active users, latency, and popular IDEs to understand how workspaces are being used.
  • Kubernetes Log Streaming – View Kubernetes-level issues like resource limits and invalid images directly from the Coder agent logs.
  • OIDC Role Sync (Enterprise) – Automatically map roles from your OIDC provider to Coder roles for easier authentication management.
  • License Optimization – Accounts inactive for 90 days are marked dormant, freeing up license seats until the user logs back in.

Breaking Changes

  • RBAC Permissions Adjusted – The default Member role can no longer list all users in a deployment. Only Template Admins and above can still see this information.
  • Kubernetes Service Account Changes – By default, Coder can now provision Deployments on the cluster (this can be disabled via Helm).
  • Kubernetes Templates Updated – The default Kubernetes template now uses Deployments instead of Pods, improving log streaming support.

View the full changelog on GitHub.

With this release, Coder is more powerful, scalable, and enterprise-ready than ever. If you have questions or feedback, join the conversation on Discord or email us directly!