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
33 changes: 32 additions & 1 deletion docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For curated highlights o

{/* CHANGELOG_START */}

# 6.10 Patch 2
# 6.10 Patch 1

## v6.10.3349

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

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

### Features

#### Database

- include AWS_STS_REGIONAL_ENDPOINTS in DSN `(PR #7844)`

#### Source

- UI for GH App groups cache permissions `(PR #7814)`

### Fix

#### Database

- better error handling and logging for RDS connection updater `(PR #7900)`
- unset connection params postgres does not recognize `(PR #7886)`

#### Release

- unbound var error in image push scripts `(PR #7831)`

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- [Backport oauth: add predefined Raycast client] 6.10.x `(PR #7968)`
- [Backport 6.10.x] workspaces: require a 5-seat purchase `(PR #7892)`
- [Backport 6.10.x] mt/bitbucket: fix repo list query `(PR #7889)`
- [Backport 6.10.x] Add missing cody UI css variable `(PR #7868)`
- [Backport 6.10.x] dbconn refactors to fix PG_CONNECTION_UPDATER `(PR #7825)`

{/* RSS={"version":"v6.10.3349", "releasedAt": "2025-11-25"} */}


Expand Down