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
41 changes: 41 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,47 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# sourcegraph 5 Release 8 Patch 1

### Features

#### Telemetry

- check for external dbs (#1083) [#1121](https://github.com/sourcegraph/sourcegraph/pull/1121)

### Fix

#### Search

- Fix Apollo related error in Safari [#1016](https://github.com/sourcegraph/sourcegraph/pull/1016)

#### Others

- Fix OOB migration for batch changes table [#1113](https://github.com/sourcegraph/sourcegraph/pull/1113)

### Chore

#### Security

- upgrade src-cli version to address CVE [#1117](https://github.com/sourcegraph/sourcegraph/pull/1117)
- Upgrade src-cli version to 5.8.1 to address CVE-2024-24788, CVE-2024-24790, CVE-2024-34156 Backport b8da20f6fa148f30fe97d9267a536bd5a84502f1 from #1112

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- Backport 566 to 5.8.x: SBOMs with Bazel [#1089](https://github.com/sourcegraph/sourcegraph/pull/1089)
- feature(security): Publish SBOMs for Sourcegraph releases
- [Backport 5.8.x] Update src-cli MinimumVersion from 5.5.0 to 5.8.1 [#1087](https://github.com/sourcegraph/sourcegraph/pull/1087)
- chore(release): Update minimum supported version of src-cli to 5.8.1 Backport 8f039bdcb5425071dd6e4dfddfb2cb436e124b05 from #1079

{/* RSS={"version":"sourcegraph 5 Release 8 Patch 1", "releasedAt": "2024-10-16"} */}


# v5.8.0

### Features
Expand Down
Loading