---
title: "Release Recap: Updated Release Schedule and 2.11.0 - Blog - Coder"
description: "This month, we rolled out several updates to Coder in 2.11.0. We also formalized our monthly release schedule."
image: "/api/dynamic-og?title=Release+Recap%3A+Updated+Release+Schedule+and+2.11.0&randomBackground=true&styles=%7B%22height%22%3A162%2C%22width%22%3A302%2C%22padding%22%3A16%2C%22titleSize%22%3A24%2C%22logo%22%3A%7B%22width%22%3A80%2C%22height%22%3A12.15%7D%7D"
canonical: "https://coder.com/blog/release-recap-2-11-0"
---

May 7 20243 min read

# Release Recap: Updated Release Schedule and 2.11.0

Check out what's new in this month's Coder release

[Matt Vollmer](https://coder.com/blog/author/matt-vollmer)

Share this article

We've officially established a monthly release schedule, and our latest release, Coder 2.11.0, includes several feature enhancements and bug fixes. For a complete summary of this release's updates, check out the [2.11.0 changelog](https://github.com/coder/coder/releases/tag/v2.11.0) on GitHub.

## We formalized our monthly release schedule

In case you missed it, we recently rolled out a monthly release schedule that allows you to upgrade directly to the newest `mainline` release or stick with the last `stable` release.

New versions of Coder are released on the **first Tuesday of every month** and include new features and enhancements. Patch releases, including bug fixes, will continue to be rolled out as needed throughout the month.

Coder Product Manager, Stephen Kirby, shared more information in his [blog post](https://coder.com/blog/we-formalized-our-monthly-release-schedule) about our new release process. You can also [check out our documentation](https://coder.com/docs/v2/latest/install/releases) to learn more.

## Other notable updates in 2.11.0

### Sharable Ports

We’re happy to bring the experimental Sharable Ports feature into general access. If you used Coder v1, this will be a familiar feature. Users can share services running on their Workspaces with other Coder users and the public through listening ports. The updated “ports” UI in your Workspaces dashboard can be used to configure this:

The “sharing level” of a port denotes its level of exposure, reflecting the same property of Coder Apps in our [Terraform provider](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#share). Users can set the sharing level of ports to the following options:

- Owner (Default): Only exposes port to the Workspace owner
- Authenticated: Exposes a port to all authenticated coder users on your deployment
- Public: Allows anyone with the designated URL to access the port

Owners with Enterprise licenses can enforce a maximum sharing level for Workspace ports in the template settings to prevent data exfiltration.

- [Coder Documentation](https://coder.com/docs/v2/latest/networking/port-forwarding#sharing-ports)
- GitHub Issue [#11486](https://github.com/coder/coder/issues/11486)

### Control listening port protocols

Now, any port exposed from a Coder Workspace has a configurable protocol (HTTP/HTTPS), regardless of whether or not it's shared. Previously, some HTTPS services were not accessible to browser and now they are!

- [Coder Documentation](https://coder.com/docs/v2/latest/networking/port-forwarding#configuring-port-protocol)
- GitHub Issue [#12832](https://github.com/coder/coder/issues/12832)

### Require Terms of Service Acceptance

Enforce Coder's default Terms of Service or your own custom Terms of Service, ensuring users agree to the terms before authenticating to your Coder deployment. By default, users are not required to accept Terms of Service.

- [Coder Documentation](https://coder.com/docs/v2/latest/cli/server#--terms-of-service-url)
- GitHub Issue [#13068](https://github.com/coder/coder/issues/13068)

## Bug fixes

### Signed Windows binaries

Some issues have arisen, such as the Windows binary being flagged or VSCode being unable to download the CLI when accessing via our remote extension. Signing the binary resolves these issues.

- GitHub Issue [#13086](https://github.com/coder/coder/issues/13086)

We release bug fixes and patches as needed throughout the month. Check out [Coder releases](https://github.com/coder/coder/releases) on GitHub for full details on the latest patches.

Find a bug? [Tag it here](https://github.com/coder/coder/issues) to let us know.

### Subscribe to our newsletter

Want to stay up to date on all things Coder? Subscribe to our monthly newsletter for the latest articles, workshops, events, and announcements.
