Skip to content

Commit c917cdf

Browse files
Changelog for v6.8.0
1 parent 867dadd commit c917cdf

File tree

1 file changed

+199
-0
lines changed

1 file changed

+199
-0
lines changed

docs/technical-changelog.mdx

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

55
{/* CHANGELOG_START */}
66

7+
# 6.8 Patch 0
8+
9+
## v6.8.0
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.8.0)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.8.0)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.8.0)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.8.0)
18+
19+
### Features
20+
21+
#### Cody
22+
23+
- add Claude Opus 4.1 `(PR #7218)`
24+
25+
#### Ds
26+
27+
- Deep Search rate limits dynamically scale for Enterprise Portal `(PR #6902)`
28+
29+
#### Release
30+
31+
- release prep codeowners file update `(PR #7251)`
32+
- feat: update codeowners release prep activity
33+
- release prep deliverables activity `(PR #7240)`
34+
- feat: minor release prep deliverables activity
35+
- stitched-graph gen activity with buildkite `(PR #7209)`
36+
- feat(release): stitched-graph gen activity with buildkite
37+
- init minor release prep activities `(PR #7091)`
38+
- temporal maxVersionConst update activity, minor release prep workflow set up
39+
- Stitched Migration Graph Gen Library `(PR #7024)`
40+
- feat(release): introduce stitched graph lib for portability rather than just a bazel target
41+
42+
#### Search
43+
44+
- Consider existing file: filters for suggestions `(PR #7253)`
45+
46+
#### Source
47+
48+
- Gate Cody API access behind license feature `(PR #7230)`
49+
- The Cody API endpoints (anything under `/.api/llm`) are no longer available.
50+
- Support Bitbucket Server's archived repositories `(PR #7158)`
51+
- Sourcegraph now supports Bitbucket Server's [official way to archive a repository](https://confluence.atlassian.com/bitbucketserver/archive-a-repository-1128304317.html), and the workaround of applying an "archived" label is no longer supported.
52+
- Support .git-blame-ignore-revs for Blame commands `(PR #7035)`
53+
- Sourcegraph now supports `.git-blame-ignore-revs` files in the root of repositories.
54+
55+
#### Others
56+
57+
- add predefined OAuth client for Visual Studio `(PR #7163)`
58+
- VS predefined OAuth client added
59+
- sg msp: use operatorwrite db account `(PR #7132)`
60+
- add predefined OAuth client for Cody `(PR #7090)`
61+
- Add "cody" predefined client with device flow support to enable OAuth authentication for Sourcegraph Cody across all IDEs.
62+
- Embed React prompts pages `(PR #6735)`
63+
- Embed repo own pages `(PR #6713)`
64+
65+
### Fix
66+
67+
#### Cody
68+
69+
- max output tokens for claude-opus-4-1 `(PR #7260)`
70+
71+
#### Deepsearch
72+
73+
- Only show follow-up suggestions for most recent QA pair `(PR #6998)`
74+
75+
#### Ds-Gating
76+
77+
- added testing to telemetry for DS gating on fail open cases `(PR #7017)`
78+
- Added testing to the telemetry events on fail open cases for DeepSearch gating
79+
80+
#### Release
81+
82+
- use `--auto-exclude-previous-releases` in changelog call `(PR #7224)`
83+
- feat: improved changelog gen filtering, prevent duplicate entries on fast forwarded branches
84+
85+
#### Source
86+
87+
- Git blame check for fs.PathError instead of NotFound error `(PR #7215)`
88+
- Deduplicate repository permissions on Repo Permissions page `(PR #7202)`
89+
- Fixed a bug where, on a user's Repo Permissions page, the number of repositories they have access to could be greatly exaggerated.
90+
- Fix repo permissions page pagination `(PR #7200)`
91+
- Fixed an issue where pagination on a user's Repo Permissions page did not work.
92+
- show different errors for user and organisation name conflicts `(PR #7166)`
93+
94+
#### Others
95+
96+
- Fix various style issues with embedded React pages `(PR #7242)`
97+
- Make Deep Search responsive `(PR #7125)`
98+
- Add `billingMetadata` to `search:execute` event `(PR #7086)`
99+
- Add /search/notebook to /notebooks redirect in new web app `(PR #7066)`
100+
- sg setup check for pre-commit `(PR #7042)`
101+
- N/A
102+
- update dev/nix README with Cachix setup documentation `(PR #7007)`
103+
- N/A
104+
105+
### Chore
106+
107+
#### Ci
108+
109+
- use sourcegraph/go-mockgen fork `(PR #7052)`
110+
111+
#### Cody
112+
113+
- Deprecated claude opus 4 `(PR #7258)`
114+
115+
#### Deepsearch
116+
117+
- Remove Deep Search tool from MCP registry `(PR #7314)`
118+
- Prevent input and follow up boxes from accepting pasted images `(PR #7309)`
119+
- Add composite index for user_id and updated_at `(PR #7129)`
120+
121+
#### Release
122+
123+
- consolidate sitiched const to one file `(PR #7122)`
124+
- chore: consolidate stitched graph generation consts into one file
125+
126+
#### Source
127+
128+
- wrap FetchUserPerms errors more `(PR #7264)`
129+
- Simplify code and remove TODO `(PR #7192)`
130+
131+
#### Others
132+
133+
- Enable react embedded pages for customers `(PR #7243)`
134+
- deprecate claude sonnet 3.5 model since it's going to be EOL `(PR #7085)`
135+
- closes: CODY-6235
136+
137+
### Reverts
138+
139+
- revert pgvector removal and auto-upgrade of versions `(PR #-1)`
140+
141+
### Uncategorized
142+
143+
#### Others
144+
145+
- [Backport 6.8.x] Fix OAuth provider matching when multiple client IDs are present for the same URL `(PR #7282)`
146+
- Fix repository metadata documentation link `(PR #7244)`
147+
- bug(deep search): Report suggested follow-ups as raw LLM call in analytics `(PR #7226)`
148+
- Fixed the analytics event type for follow-up suggestions to use `DeepSearchEventRawLLM` instead of `DeepSearchEventFollowUp` to ensure consistent event tracking.
149+
- feat(deep search): add deepsearch MCP tool `(PR #7197)`
150+
- Added DeepSearch tool to the MCP API for codebase assistant integration
151+
- msp: pgaudit for operator users `(PR #7196)`
152+
- Move feature checks into the worker routine `(PR #7187)`
153+
- workspaces/internal: link to Stripe customer `(PR #7183)`
154+
- workspaces: write billing event in background `(PR #7182)`
155+
- feat(deep search): create MCP server endpoint `(PR #7173)`
156+
- Added Model Context Protocol (MCP) support to Deepsearch API
157+
- Refactored tool response handling to use strongly typed responses
158+
- Moved error messages and notes to dedicated fields instead of embedding in content
159+
- Removed X-Requested-With middleware requirement for MCP endpoints
160+
- Improved tool schema handling with separate input and output schemas
161+
- cloud: add waf configuration to instance proto `(PR #7172)`
162+
- msp: filter service logs to only service container `(PR #7171)`
163+
- Fix SvelteKit theme state `(PR #7167)`
164+
- Embed insight dashboard edit pages `(PR #7159)`
165+
- msp: scale uptime check period based on livenessInterval `(PR #7154)`
166+
- msp/runtime: better documentation for RegisterDiagnosticsHandlers `(PR #7151)`
167+
- bug(deep search): add viewed analytics event `(PR #7145)`
168+
- Added telemetry recording for the `DeepSearchEventViewed` event type in the deep search analytics recorder.
169+
- Embed code insights standalone and edit pages in SvelteKit shell `(PR #7137)`
170+
- feat(deep search): record analytics when a shared thread is viewed `(PR #7130)`
171+
- Refactored DeepSearch telemetry into a dedicated `deepsearchAnalyticsRecorder` component
172+
- Added tracking for when DeepSearch conversations are shared and viewed by others
173+
- Moved telemetry-related code from `deepsearch_agent.go` to a new `analytics.go` file
174+
- Added redirect param to sign out for workspaces and EP `(PR #7128)`
175+
- Added redirect parameter when pressing sign out button in Enterprise Portal and Workspaces
176+
- Fix repositories search alert UI `(PR #7126)`
177+
- feat(deep search): combine line ranges in identical files `(PR #7109)`
178+
- Created new `file-source-utils.ts` with helper functions for processing file ranges
179+
- Updated `FileSource.svelte` to display multiple ranges with separators
180+
- Modified `FilePreview.svelte` to use the first range from the array
181+
- Updated backend tools to use the new `lineRanges` array format
182+
- Added database migration to convert existing `lineRange` to `lineRanges` array
183+
- omega: use internal image, deliver image to pipeline `(PR #7104)`
184+
- Embed insights creation pages to the sveltekit shell `(PR #7082)`
185+
- ep/administration: filter by license tags and revocation state `(PR #7073)`
186+
- tls: Deprecate experimental setting and code-host certificate settings `(PR #7037)`
187+
- msp/cloudsql: postgresql.additionalFlags `(PR #7023)`
188+
- Make index picker show the type of index available `(PR #7015)`
189+
- Add RBAC permission that allows uploading SCIP code index `(PR #7010)`
190+
- A user can be allowed through RBAC system to upload SCIP indexes for repositories they do not have write access to on code forge. This also applies to service accounts.
191+
- Update telemetry billing metadata from 'insights' to 'insight' `(PR #7000)`
192+
- modelconfig: remove generated JSON `(PR #6981)`
193+
- Migrate Code Insights react pages to sveltekit shell UI `(PR #6929)`
194+
195+
### Untracked
196+
197+
The following PRs were merged onto the previous release branch but could not be automatically mapped to a corresponding commit in this release:
198+
199+
- add reasoning to GPT-5 models `(PR #7223)`
200+
- Fixed model configuration to include reasoning parameter.
201+
- fix(deep search): remove unused property from conversation test `(PR #7084)`
202+
203+
{/* RSS={"version":"v6.8.0", "releasedAt": "2025-09-18"} */}
204+
205+
7206
# 6.7 Patch 5
8207

9208
## v6.7.2720

0 commit comments

Comments
 (0)