Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,78 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# 6.1 Patch 3

## v6.1.2889

- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.1.2889)

- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.1.2889)

- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.1.2889)

- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.1.2889)

### Features

#### Search

- Adds `Team` support in SvelteKit ownership panel `(PR #3830)`
- Implement ownership information for the Sveltekit rewrite. Backport 30f3ea6a6c115c633291c388ff599ff107d7f38b from #3738
- add ownership panel MVP to sveltekit app `(PR #3829)`
- Adds read-only ownership panel to Sveltekit frontend
- Gated behind 'svelte-ownership' feature flag
Backport 469f2ea37a214f3c0eb1cbde012625bdbef84b6f from #3558

### Fix

#### Batch Changes

- transformChanges.group.directory should not interpret file names as directories `(PR #3726)`
- fix(batches): transformChanges.group.directory should not interpret file names as directories Backport 6ffff463be1743b89ab865018e46a34ff4e549f5 from #3721

#### Cody-Gateway

- removes ModelCapabilityEdit from Claude 3.7 Sonnet `(PR #3737)`

#### Search

- missing symbol changes from merge commits in Rockskip `(PR #3844)`
- 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

#### Source

- Fix bug where the token always has to be entered when editing certain code host connections `(PR #3751)`
- Fixed issue where the code host connection editor would always ask for the token to be re-entered. Backport 428c1eef19d68b38037bd35457632a007a78494d from #3719

#### Workspaces

- apply jitter to global reconciler `(PR #3772)`

#### Others

- update cody web to 0.31.1 to fix issue with pasting linebreaks (#3696) `(PR #3729)`
- fix: prompt templates should not fail when pasting linebreaks

### Chore

#### Security

- Update Caddy `(PR #3906)`

### Refactor

#### Search

- Normalize `displayName` across `Person` and `Team` types `(PR #3825)`

### Reverts

There were no reverts for this release

{/* RSS={"version":"v6.1.2889", "releasedAt": "2025-03-05"} */}


# 6.1 Patch 2

## v6.1.1295
Expand Down