Skip to content

Commit 76bc580

Browse files
authored
Changelog for v6.1.2889 (#1014)
This is an automated changelog update for v6.1.2889
1 parent 0b12fd6 commit 76bc580

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

docs/technical-changelog.mdx

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

55
{/* CHANGELOG_START */}
66

7+
# 6.1 Patch 3
8+
9+
## v6.1.2889
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.1.2889)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.1.2889)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.1.2889)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.1.2889)
18+
19+
### Features
20+
21+
#### Search
22+
23+
- Adds `Team` support in SvelteKit ownership panel `(PR #3830)`
24+
- Implement ownership information for the Sveltekit rewrite. Backport 30f3ea6a6c115c633291c388ff599ff107d7f38b from #3738
25+
- add ownership panel MVP to sveltekit app `(PR #3829)`
26+
- Adds read-only ownership panel to Sveltekit frontend
27+
- Gated behind 'svelte-ownership' feature flag
28+
Backport 469f2ea37a214f3c0eb1cbde012625bdbef84b6f from #3558
29+
30+
### Fix
31+
32+
#### Batch Changes
33+
34+
- transformChanges.group.directory should not interpret file names as directories `(PR #3726)`
35+
- fix(batches): transformChanges.group.directory should not interpret file names as directories Backport 6ffff463be1743b89ab865018e46a34ff4e549f5 from #3721
36+
37+
#### Cody-Gateway
38+
39+
- removes ModelCapabilityEdit from Claude 3.7 Sonnet `(PR #3737)`
40+
41+
#### Search
42+
43+
- missing symbol changes from merge commits in Rockskip `(PR #3844)`
44+
- This fixes a bug in Rockskip (symbol search) where we would miss symbol changes introduced by merge commits. This bug manifested in incorrect search results and errors of symbols service similar to "pathspec (...) did not match any files". Backport d8426a9aec4930ce71922562fdebdcfd0d657cb4 from #3699
45+
46+
#### Source
47+
48+
- Fix bug where the token always has to be entered when editing certain code host connections `(PR #3751)`
49+
- Fixed issue where the code host connection editor would always ask for the token to be re-entered. Backport 428c1eef19d68b38037bd35457632a007a78494d from #3719
50+
51+
#### Workspaces
52+
53+
- apply jitter to global reconciler `(PR #3772)`
54+
55+
#### Others
56+
57+
- update cody web to 0.31.1 to fix issue with pasting linebreaks (#3696) `(PR #3729)`
58+
- fix: prompt templates should not fail when pasting linebreaks
59+
60+
### Chore
61+
62+
#### Security
63+
64+
- Update Caddy `(PR #3906)`
65+
66+
### Refactor
67+
68+
#### Search
69+
70+
- Normalize `displayName` across `Person` and `Team` types `(PR #3825)`
71+
72+
### Reverts
73+
74+
There were no reverts for this release
75+
76+
{/* RSS={"version":"v6.1.2889", "releasedAt": "2025-03-05"} */}
77+
78+
779
# 6.1 Patch 2
880

981
## v6.1.1295

0 commit comments

Comments
 (0)