FEBRUARY 19, 2025
Sourcegraph 6.1.376
A newer patch release is available: 6.1.5633. See all changes in Sourcegraph 6.1.
Details
Improvements
- Agents Simplify agent admin onboarding experience
- You can now create a GitHub App with all the right permissions/events for code review agents. Previously, you had to manually customize the apps.
Backport 87e8d77f464912cbd4356a8c3c39fba1d099e3b6 from #3473
- You can now create a GitHub App with all the right permissions/events for code review agents. Previously, you had to manually customize the apps.
Fixes
- Code Intel Correctly handle document counts exceeding MaxInt32
Fixes a bug in SCIP index processing for instances with a long history of processing large uploads.
Backport 48e7b47898ee7710f12270c6861c335a2ef75f48 from #3595 - TransformChanges.group.directory should ignore file names
fix: transformChanges.group.directory now ignores file names
Backport 3b76fe4ab146565b0e736231353b1e24f1468241 from #3576 - Rel Check for and remove timescaledb extension
fix(rel): remove TimescaleDB from existing database if found during upgrade to Postgres 16 on the codeinsights database.
Backport 71b4af3d6faef054803db0151b2cc7b151bb1c0e from #3556 - Security Allow the admin's HTTP auth provider headers in CORS preflight requests
- HTTP header auth username and email headers, if configured, are no longer blocked by CORS.
Backport 782b98a780dac335576b8f43affb4b1a10123882 from #3512
- HTTP header auth username and email headers, if configured, are no longer blocked by CORS.
- Do not close stream when tab is unfocused
- Fixes an (unreleased) issue that could cause duplicate search results when switching between tabs.
Backport 746a29a25d6e54dfe7ab38f70855a9f58a652426 from #3528
- Fixes an (unreleased) issue that could cause duplicate search results when switching between tabs.
- Agents Render errors as strings in agent run logs
- Errors are now rendered as strings in agent run logs. Previously, they rendered as
Source: {}, which wasn't helpful.
Backport d1f18d280fc9d3a985a284c31e819412d2add606 from #3514
- Errors are now rendered as strings in agent run logs. Previously, they rendered as
Other
- Agents Allow non-site-admins to read agent endpoints [CODY-4962]
GET access to
/.api/agent/*endpoints for non-site admins
Backport 321543c38aab312c7d3924e19617f9f247c3a5fa from #3504