- Notifications
You must be signed in to change notification settings - Fork1k
Comparing changes
Open a pull request
base repository:coder/coder
Uh oh!
There was an error while loading.Please reload this page.
base:v2.25.0
head repository:coder/coder
Uh oh!
There was an error while loading.Please reload this page.
compare:release/2.25
- 12commits
- 29files changed
- 7contributors
Commits on Aug 7, 2025
fix: upgrade to 1.24.6 to fix race in lib/pq queries (#19214) (#19218)
THIS IS A SECURITY FIX - cherry picked from#19214 upgrade to go 1.24.6 to avoidgolang/go#74831(CVE-2025-47907)Also points to a new version of our lib/pq fork that worked around theGo issue, which should restore better performance.
Commits on Aug 12, 2025
Commits on Aug 22, 2025
Commits on Aug 25, 2025
chore: update the slim binaries upload from the build directory to th…
…e GCS bucket (#19521)Updated the upload script to copy the slim binaries from the ./builddirectory to the GCS bucket (instead of the ./site/out/bin directory)
Commits on Sep 3, 2025
fix: expire token for prebuilds user when regenerating session token (#…
fix(coderd): add audit log on creating a new session key (#19672) (#1…
…9684)Fixes#19671(re-?)Adds an audit log entry when an API key is created via `coderlogin`.NOTE: This does _not_ backfill audit logs.<img width="1354" height="207" alt="Screenshot 2025-09-02 at 14 16 24"src="https://github.com/user-attachments/assets/921e85c1-eced-4a19-9d37-8f84f4af1e73"/>(cherry picked from commitbd6e91e)
Commits on Sep 4, 2025
fix: pin pg_dump version when generating schema (#19696) (#19697)
Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
Commits on Oct 1, 2025
fix(coderd): ensure agent WebSocket conn is cleaned up (#19711) (#20093)
Co-authored-by: Danielle Maywood <danielle@themaywoods.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.25.0...release/2.25
Uh oh!
There was an error while loading.Please reload this page.