@@ -4,6 +4,89 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44
55{/* CHANGELOG_START */}
66
7+ # 6.10 Patch 0
8+
9+ ## v6.10.0
10+
11+ - [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.10.0)
12+
13+ - [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.10.0)
14+
15+ - [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.10.0)
16+
17+ - [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.10.0)
18+
19+ ### Features
20+
21+ #### Release
22+
23+ - sg create helm automation `(PR #7622)`
24+ - feat(release): extend the deploy repos automation to include the helm repo
25+ - sg create k8s automation `(PR #7601)`
26+ - feat(release): extend the deploy repos automation to include the k8s repo
27+ - temporal workflow activites for deploy-sourcegraph-docker `sg release create` `(PR #7468)`
28+ - feat(release): deploy-sourcegraph-docker temporal release automation
29+
30+ #### Search
31+
32+ - remove 'sourcegraph.loginWithCody' setting from VSCode Code Search plugin `(PR #7630)`
33+ - The VSCode Code Search extension no longer shares authentication credentials with the Cody extension.
34+ - Users must now authenticate directly with their own credentials or access token.
35+
36+ #### Source
37+
38+ - Add PKCE support for GitHub `(PR #7537)`
39+ - GitHub account connections now use Proof Key for Code Exchange
40+
41+ ### Fix
42+
43+ #### Release
44+
45+ - improve error handling on rds first sync `(PR #7732)`
46+ - fix(RDS connections): improve initial connection error message
47+
48+ #### Source
49+
50+ - Fix PermissionsSyncJobs pagination `(PR #7647)`
51+ - Fixed an issue where permissions sync jobs couldn't be paginated if they referenced a deleted user or repository.
52+
53+ #### Others
54+
55+ - update peforce scheme parsing for go 1.25.3 change `(PR #7575)`
56+ - update perforce URL parsing to handle new ipv6 parsing behavior in go 1.25.3
57+ - Allow minor upgrades of Postgres for the latest Sourcegraph releases `(PR #7533)`
58+ - use constraints instead of exact match in database constraints
59+
60+ ### Chore
61+
62+ #### Others
63+
64+ - upgrade s3proxy to 2.8.0 `(PR #7536)`
65+ - Upgraded [s3proxy](https://github.com/gaul/s3proxy) dependency to 2.8.0.
66+
67+ ### Reverts
68+
69+ There were no reverts for this release
70+
71+ ### Uncategorized
72+
73+ #### Others
74+
75+ - fix(search jobs): Search Jobs broken if soft-deleted users have search jobs `(PR #7782)`
76+ - This fixes a bug where the Search Jobs management page wouldn't render for an admin if there were search jobs of soft-deleted users.
77+ - (feat) authz/github: add gzip compression to group cache to reduce Redis memory usage `(PR #7760)`
78+ - N/A
79+ - deep search: support markdown routes `(PR #7757)`
80+ - Users can append ".md" to a deep search url in which case we return a markdown version of the thread.
81+ - deep search: add stars `(PR #7590)`
82+ - You can now star your favorite threads and a new tab in the sidebar shows all your favorite threads in one place.
83+ - Renamed canConsumeDeepSearchQuotaClientTiming event `(PR #7480)`
84+ - Renamed `canConsumeDeepSearchQuotaClientTiming` to `checkCanConsumeDeepSearchQuota`
85+ - Rermoved useless len(licenseKey) metadata
86+
87+ {/* RSS={"version":"v6.10.0", "releasedAt": "2025-11-12"} */}
88+
89+
790# 6.9 Patch 4
891
992## v6.9.2509
0 commit comments