diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index db7c6e26f..bf9b602b9 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,81 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.6 Patch 3 + +## v6.6.2517 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.6.2517) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.6.2517) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.6.2517) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.6.2517) + +### Features + +#### Multitenant + +- Load code host scopes in parallel `(PR #6681)` + +### Fix + +#### Batch Changes + +- introduce workaround for batch changes users on fine-grained pats for github repos `(PR #6704)` + - Backport 9e232e27c2c1a19b69b01cea12ae0194fb7d4422 from #6656 + +#### Multitenant + +- Improve typography styles and colors on the create pages `(PR #6736)` + +#### Source + +- teams: github: have noConnectedAccountFoundError properly implement errcode.NotFounder (also fix gitlab token scopes) `(PR #6701)` +- teams: githubapp: make scopes use proper pagination `(PR #6677)` + - Backport a278c9287fd779ca9f26d10b2146e7c6cadfbcb3 from #6651 +- Specify bitbucket cloud pagelen `(PR #6671)` + +### Chore + +#### Deepsearch + +- Add effect to resize text area `(PR #6699)` +- Don't include full system prompt for rawLLM operations `(PR #6688)` +- Don't include cache control for rawLLM calls `(PR #6687)` + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 6.6.x] gateway: add gemini 2.5 flash and gemini 2.5 pro `(PR #6788)` + - Backport d9fd3848772f74133b54bcb33516d2b114f20953 from #6700 +- [Backport 6.6.x] Merge Cody ignore and context filters for both dotcom and enterprise `(PR #6749)` + - Backport c201fd4027ba118b2c8a0cd089003638f13db429 from #6593 +- [Backport 6.6.x] Update Cody Web to 0.33.0 `(PR #6737)` + +### Untracked + +The following PRs were merged onto the previous release branch but could not be automatically mapped to a corresponding commit in this release: + +- [Backport 6.6.x] Use iterator methods for filtering `(PR #6672)` +- Update consts and stiched migration graph for 6.6 `(PR #6644)` + - NA - Internal change +- Removes DeepSearch from pricing table on free tier `(PR #6641)` +- Rename manage installation to just manage `(PR #6640)` +- Layout improvements for the workspace setup `(PR #6624)` +- Add telemetry for rawLLM calls `(PR #6618)` +- teams: github: drop suspended installations from list of scopes `(PR #6614)` +- Migrate diff_search tool to backend `(PR #6545)` + +{/* RSS={"version":"v6.6.2517", "releasedAt": "2025-08-07"} */} + + # 6.6 Patch 1 ## v6.6.868