Skip to content

Commit 577987f

Browse files
authored
Manually fix changelog (#1446)
For some reason there was a development release of 6.10.0 that mucked up the changelog generation (additionally the release registry since 6.10.0 was using `git_sha` `HEAD` rather than a real commit, which messes with the changelog tool). This is now manually fixed in the registry and these entries were generated by manually running the changelog gen binary.
1 parent 2d929b5 commit 577987f

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

docs/technical-changelog.mdx

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For curated highlights o
44

55
{/* CHANGELOG_START */}
66

7-
# 6.10 Patch 2
7+
# 6.10 Patch 1
88

99
## v6.10.3349
1010

@@ -16,10 +16,41 @@ This page documents all notable changes to Sourcegraph. For curated highlights o
1616

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

19+
### Features
20+
21+
#### Database
22+
23+
- include AWS_STS_REGIONAL_ENDPOINTS in DSN `(PR #7844)`
24+
25+
#### Source
26+
27+
- UI for GH App groups cache permissions `(PR #7814)`
28+
29+
### Fix
30+
31+
#### Database
32+
33+
- better error handling and logging for RDS connection updater `(PR #7900)`
34+
- unset connection params postgres does not recognize `(PR #7886)`
35+
36+
#### Release
37+
38+
- unbound var error in image push scripts `(PR #7831)`
39+
1940
### Reverts
2041

2142
There were no reverts for this release
2243

44+
### Uncategorized
45+
46+
#### Others
47+
48+
- [Backport oauth: add predefined Raycast client] 6.10.x `(PR #7968)`
49+
- [Backport 6.10.x] workspaces: require a 5-seat purchase `(PR #7892)`
50+
- [Backport 6.10.x] mt/bitbucket: fix repo list query `(PR #7889)`
51+
- [Backport 6.10.x] Add missing cody UI css variable `(PR #7868)`
52+
- [Backport 6.10.x] dbconn refactors to fix PG_CONNECTION_UPDATER `(PR #7825)`
53+
2354
{/* RSS={"version":"v6.10.3349", "releasedAt": "2025-11-25"} */}
2455

2556

0 commit comments

Comments
 (0)