Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.34.9
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/2.34
Choose a head ref
  • 4 commits
  • 20 files changed
  • 7 contributors

Commits on Sep 1, 2026

  1. fix(site): dispose Monaco diff models on unmount (#28503) (#28806)

    > 🤖 This PR was written by Coder Agents on behalf of Jake Howell.
    
    Backport of #28503 to `release/2.34`.
    
    Refs
    [DEVEX-736](https://linear.app/codercom/issue/DEVEX-736/template-editor-crashes-becomes-unusable-when-opening-versions).
    This carries the Monaco diff-model lifecycle cleanup and Storybook
    regression coverage into 2.34, preventing template-version navigation
    from retaining models until the editor becomes unusable.
    
    The cherry-pick conflict was limited to theme imports. This keeps the
    release branch's existing `@emotion/react` integration while applying
    the original functional fix.
    
    Co-authored-by: Marcin Tojek <[email protected]>
    jakehwll and mtojek authored Sep 1, 2026
    Configuration menu
    Copy the full SHA
    c539ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b649e7d View commit details
    Browse the repository at this point in the history
  3. fix: normalize path before rate-limit bucket keying (#27273) (#27444)

    Backport of #27273
    
    Original PR: #27273 — fix: normalize path before rate-limit bucket
    keying
    Merge commit: de716f8
    Requested by: @jdomeracki-coder
    
    Co-authored-by: Bobby Ho <[email protected]>
    Co-authored-by: Bobby Ho <[email protected]>
    3 people authored Sep 1, 2026
    Configuration menu
    Copy the full SHA
    ac2323f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2026

  1. fix: prevent coderd crashes from unsupported Tailnet RPCs (#28429) (#…

    …28965)
    
    Backport of #28429
    
    Original PR: #28429 — fix: prevent coderd crashes from unsupported
    Tailnet RPCs
    Merge commit: 156c8b6
    PR created manually because the backport CI job is timing out.
    
    (Resolved) conflicts:
    - coderd/agentapi/api.go
    - enterprise/coderd/aibridgeserve.go
    geokat authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    a6bab62 View commit details
    Browse the repository at this point in the history
Loading