Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: coder/coder

v2.28.0

04 Nov 17:37
1b1e3cb
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Note

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

BREAKING CHANGES

  • Ensure consistent secret token generation and hashing (#20388,13ca9ea) (@Emyrk)

    This change standardizes how Coder hashes secret tokens by switching OAuth2 tokens from salted userpassword. Hash to the same SHA256 hashing method used for API keys, improving consistency across all secret token types.
    This is a breaking change because existing OAuth2 tokens will no longer validate correctly after the update, but the impact is limited to OAuth2 functionality which is only available in dev builds and experimental features.

  • Removed TaskAppID field from WorkspaceBuild API response in favor of new task data model (#20583,7a97ebe) (@DanielleMaywood)

    This change removes the task_app_id field from the WorkspaceBuild API response, which was a temporary field that stored the task's workspace app ID directly in the workspace build object. Clients that were consuming this field from the API will need to instead fetch this information from the new dedicated Task data model via the Task API endpoints.

  • AI Bridge is now stable - removed experimental flag and moved from/api/experimental/aibridge/* to/api/v2/aibridge/* (#20544,a119fe2) (@dannykopping)

    Removes the experimental flag for AI Bridge and promotes it to Stable. Update URL routes to /api/v2/aibridge/* for continued use of AI Bridge.

Features

Bridge

CLI

Dashboard

Experimental Features

MCP Server

Server

Tasks

Templates

Bug fixes

Read more

Contributors

  • @mafredri
  • @dannykopping
  • @aslilac
  • @fioan89
  • @ThomasK33
  • @BrunoQuaresma
  • @cstyan
  • @zedkipp
  • @rafrdz
  • @johnstcn
  • @ssncferreira
  • @spikecurtis
  • @Emyrk
  • @breadface
  • @matifali
  • @yyefimov
  • @deansheather
  • @mtojek
  • @SasSwart
  • @jcjiang
  • @rowansmithau
  • @DanielleMaywood
  • @code-asher
  • @jakehwll
  • @stirby
  • @david-fraley
  • @pawbana
  • @DevelopmentCats
mafredri, dannykopping, and 26 other contributors
Loading

v2.27.3

30 Oct 19:53
800dd9c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since October 16, 2025)

Changelog

Note

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

Bug fixes

  • Fix incorrect rendering of RBAC in Helm chart when workspacePerm… (#20596,800dd9c)

    Fixed incorrect rendering of Kubernetes RBAC resources in Helm chart whenworkspacePerms=false. Previously, Role and RoleBinding resources were still created for workspace namespaces even when workspace permissions were explicitly disabled, potentially granting unintended permissions.

Compare:v2.27.2...v2.27.3

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Assets26
mesutde reacted with thumbs up emoji
1 person reacted

v2.27.2

28 Oct 20:57
035ad33
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Note

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

Bug fixes

  • Initialize pseudo console with default size for SSH sessions [2.27] (#20490,035ad33)

    Fixed an issue where SSH connections to Windows workspaces would fail with an invalid parameter error when clients (like JetBrains Toolbox) force PTY allocation without providing terminal dimensions. The pseudo console now initializes with a default size instead of 0x0, which Windows doesn't accept.

Compare:v2.27.1...v2.27.2

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading
mesutde and hexolan reacted with thumbs up emoji
2 people reacted

v2.26.3

28 Oct 20:32
ee8e8cb
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since October 28, 2025)

Changelog

Bug fixes

  • Initialize pseudo console with default size for SSH sessions [2.26] (#20491,ee8e8cb)

Compare:v2.26.2...v2.26.3

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading

v2.27.1

16 Oct 16:09
230b55b
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Note

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

Bug fixes

  • Server: Truncate task prompt to 160 characters in notifications (#20147) (#20153,b2d6a18) (@johnstcn)

    Certaincoder stat commands were failing on more complex Cgroup environments. This patch addresses that failure, and other complex setups.

Chores

Compare:v2.27.0...v2.27.1

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @johnstcn
johnstcn
Loading
mesutde reacted with thumbs up emojithisisharsh7 reacted with hooray emoji
2 people reacted

v2.26.2

16 Oct 16:59
4793806
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Bug fixes

  • Avoid connection logging crashes in agent [2.26] (#20306,03440f6)

Chores

Compare:v2.26.1...v2.26.2

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Loading
thisisharsh7, chrisbendel, and CrossainQi reacted with hooray emoji
3 people reacted

v2.27.0

07 Oct 20:29
c0cd32c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Note

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

BREAKING CHANGES

  • Use client IP when creating connection logs for workspace proxied app accesses (#19788,6a9b896) (@ethanndickson)

    The presence of theip field oncodersdk.ConnectionLog cannot be guaranteed, and so the field has been made optional. It may be omitted on API responses.

  • Server: Only show task status for current build (#19966,eb55f0a) (@johnstcn)

    Renames theTaskStateCompleted constant toTaskStateComplete to align with the tense used inWorkspaceAppStatusStateComplete, requiring any code referencing the constant to be updated.

  • Rename prompt field to input for task creation (#19982,eb74732) (@DanielleMaywood)

    Renames theCreateTaskRequest.Prompt toCreateTaskRequest.Input to align with language used in our CLI and elsewhere in the codebase.

Features

AI Bridge

AI Bridge, the self-hosted LLM proxy for auditing LLM tools and adoption is now in Early access, get started with oursetup guide.

MCP Server

New tools added to theCoder MCP Server in Beta.

Tasks

v2.27.0 introduces the Tasks API (in beta) for integrating background agents into your ecosystem. Read more in ourdocumentation andblog posts.

Workspace sharing

Shared workspaces are in the early stages of development and not ready for public testing; we're looking forward to sharing the work when it's available. If you have requests for shared workspaces, please leave feedback in ourGithub Discussions.

Core

Bug fixes

Read more

Contributors

  • @mafredri
  • @dannykopping
  • @aslilac
  • @ThomasK33
  • @BrunoQuaresma
  • @cstyan
  • @rafrdz
  • @sreya
  • @johnstcn
  • @ssncferreira
  • @spikecurtis
  • @Emyrk
  • @aqandrew
  • @matifali
  • @kacpersaw
  • @deansheather
  • @mtojek
  • @SasSwart
  • @brettkolodny
  • @rowansmithau
  • @hugodutka
  • @Parkreiner
  • @ethanndickson
  • @DanielleMaywood
  • @code-asher
  • @david-fraley
  • @pawbana
  • @BenraouaneSoufiane
  • @ibetitsmike
mafredri, dannykopping, and 27 other contributors
Loading
mesutde reacted with thumbs up emojiArdeshirV reacted with rocket emoji
2 people reacted

v2.26.1

01 Oct 21:18
7afe6c8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since October 7, 2025)

Changelog

Bug fixes

Compare:v2.26.0...v2.26.1

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @kacpersaw
  • @ethanndickson
  • @DanielleMaywood
kacpersaw, ethanndickson, and DanielleMaywood
Loading
ArdeshirV reacted with rocket emoji
1 person reacted

v2.25.3

01 Oct 21:48
f3db876
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since October 01, 2025)

Changelog

Bug fixes

Compare:v2.25.2...v2.25.3

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @DanielleMaywood
DanielleMaywood
Loading
ArdeshirV reacted with rocket emoji
1 person reacted

v2.25.2

04 Sep 04:26
f51e22d
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stable (since September 04, 2025)

Changelog

Security Fixes

Bug Fixes

Compare:v2.25.1...v2.25.2

Container image

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

Install/upgrade

Refer to our docs toinstall orupgrade Coder, or use a release asset below.

Contributors

  • @johnstcn
  • @ethanndickson
johnstcn and ethanndickson
Loading
Previous13452425
Previous

[8]ページ先頭

©2009-2025 Movatter.jp