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
42 changes: 42 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,48 @@ This page documents all notable changes to Sourcegraph. For more detailed change

# 6.7 Patch 4

## v6.7.2518

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

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

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

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

### Features

#### Code Intelligence

- Add Tree-sitter support for Swift `(PR #7201)`
- Swift code should be now properly highlighted using tree-sitter.
Backport 61c45dfc1e2371fb4e6802f5d877cdcfbb139bce from #7113

### Fix

#### Source

- pass noSignIn field in Gerrit auth provider correctly `(PR #7206)`
- Update account connection modal display logic `(PR #7177)`

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- [Backport 6.7.x] deepsearch/quota: fix user-facing mentions of "DeepSearch" to "Deep Search" `(PR #7190)`
- [Backport 6.7.x] Add integration bundle extension to the short live cache control headers rule `(PR #7185)`
- [Backport 6.7.x] fix(deep search): Fix cached tokens summation `(PR #7156)`

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


# 6.7 Patch 3

## v6.7.1104

- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.7.1104)
Expand Down