Skip to content

Commit 8599fe2

Browse files
Changelog for v6.1.376 (#991)
This is an automated changelog update for v6.1.376 --------- Co-authored-by: Jacob Pleiness <[email protected]>
1 parent fb70e21 commit 8599fe2

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

docs/releases.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph:
1212

1313
| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
1414
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
15+
| 6.1 Patch 1 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v61376) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.1 Patch 0 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v610) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.0 Patch 1 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v602687) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.0 Patch 0 | January 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v600) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,94 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7+
# 6.1 Patch 1
8+
9+
## v6.1.376
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.1.376)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.1.376)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.1.376)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.1.376)
18+
19+
### Features
20+
21+
#### Agents
22+
23+
- add support for globally enabled rules (#3480) `(PR #3502)`
24+
- simplify agent admin onboarding experience `(PR #3501)`
25+
- 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
26+
27+
#### Cody
28+
29+
- add "autocomplete" capability to Claude Haiku models `(PR #3638)`
30+
31+
#### Tenant
32+
33+
- telemetry for adding code `(PR #3560)`
34+
35+
### Fix
36+
37+
#### Agents
38+
39+
- fix bug when using global rules in default revision `(PR #3524)`
40+
- fix bug where POST /reviews always failed `(PR #3522)`
41+
- improve error reporting in `POST /reviews` `(PR #3518)`
42+
- render errors as strings in agent run logs `(PR #3516)`
43+
- Errors are now rendered as strings in agent run logs. Previously, they rendered as `Source: {}`, which wasn't helpful.
44+
Backport d1f18d280fc9d3a985a284c31e819412d2add606 from #3514
45+
- hide listing of rules to fix unconditional error `(PR #3498)`
46+
47+
#### Code Intelligence
48+
49+
- Correctly handle document counts exceeding MaxInt32 `(PR #3596)`
50+
- Fixes a bug in SCIP index processing for instances with a long history
51+
of processing large uploads. Backport 48e7b47898ee7710f12270c6861c335a2ef75f48 from #3595
52+
53+
#### Release
54+
55+
- check for and remove timescaledb extension `(PR #3584)`
56+
- fix(rel): remove TimescaleDB from existing database if found during upgrade to Postgres 16 on the codeinsights database.
57+
Backport 71b4af3d6faef054803db0151b2cc7b151bb1c0e from #3556
58+
59+
#### Security
60+
61+
- Allow the admin's HTTP auth provider headers in CORS preflight requests `(PR #3540)`
62+
- HTTP header auth username and email headers, if configured, are no longer blocked by CORS. Backport 782b98a780dac335576b8f43affb4b1a10123882 from #3512
63+
64+
#### Others
65+
66+
- transformChanges.group.directory should ignore file names `(PR #3594)`
67+
- fix: transformChanges.group.directory now ignores file names
68+
Backport 3b76fe4ab146565b0e736231353b1e24f1468241 from #3576
69+
- Fix missing JSON schema on serve-git connection page `(PR #3567)`
70+
- do not close stream when tab is unfocused `(PR #3529)`
71+
- Fixes an (unreleased) issue that could cause duplicate search results when switching between tabs.
72+
Backport 746a29a25d6e54dfe7ab38f70855a9f58a652426 from #3528
73+
74+
### Chore
75+
76+
#### Agents
77+
78+
- Allow non-site-admins to read agent endpoints [CODY-4962] `(PR #3511)`
79+
- GET access to `/.api/agent/*` endpoints for non-site admins Backport 321543c38aab312c7d3924e19617f9f247c3a5fa from #3504
80+
81+
### Reverts
82+
83+
There were no reverts for this release
84+
85+
### Uncategorized
86+
87+
#### Others
88+
89+
- Backport 3542 to 6.1.x `(PR #3612)`
90+
- [Backport 6.1.x] tenant: Report newRepositoryTotalSizeBytes for setSelectedRepos `(PR #3568)`
91+
92+
{/* RSS={"version":"v6.1.376", "releasedAt": "2025-02-19"} */}
93+
94+
795
# 6.1 Patch 0
896

997
## v6.1.0

0 commit comments

Comments
 (0)