Skip to content
Merged
Changes from 1 commit
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
62 changes: 62 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,68 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# 6.5 Patch 3

## v6.5.2654

- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.5.2654)

- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.5.2654)

- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.5.2654)

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

### Fix

#### Insights

- skip empty repos for inventory insights `(PR #6271)`
- fix(insights): skip empty repos for inventory insights Backport beee9d2241a4d3e854ac06ef8b5d8d000bd84a69 from #6250

#### Migrator

- Remove links to sourcegraph/sourcegraph repo in drift summary `(PR #6496)`
- fix(migrator): remove private repo links in migrator drift output Backport 4ae3c3a6b6d60bb99421293df830a9e63a53ae01 from #6463

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- Backport 6360 to 6.5.x `(PR #6492)`
- [Backport 6.5.x] dotcom, workspaces: shut down cody after codyprosunset.SunsetDate `(PR #6344)`

### 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.5.x] tenant/reconciler: add notice reconciler for codyplgsunset `(PR #6218)`
- add experimental icon + code host limits to pushed-only changesets UI `(PR #6215)`
- Add experimental icon + GitLab/GitHub only specification for pushed-only changesets in batch changes UIBackport 04be437 from #6180
- [Backport 6.5.x] llmapitelemetry: fix traceparent metadata field `(PR #6209)`
- add a new Code Insight for tracking inventory statistics over time `(PR #6202)`
- Combines features of the Language usage and Detect and track patterns insights to track code inventory metrics over time:
- lines of code
- size of code
- file counts
- Can group those metrics by repository, by language, or not at all
- Can collect the metrics for a list of repositories, or a repo search query
- add graphql endpoints for inventory stats insight `(PR #6201)`
- New GraphQL endpoints
- query:
- inventoryStatsPreview
- mutation:
- createInventoryStatsInsight
- updateInventoryStatsInsight
- [Backport 6.5.x] multitenant(fix): Fix Add repositories UI picker `(PR #6192)`

{/* RSS={"version":"v6.5.2654", "releasedAt": "2025-07-09"} */}


# 6.5 Patch 1

## v6.5.1211
Expand Down