You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/technical-changelog.mdx
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,47 @@ This page documents all notable changes to Sourcegraph. For more detailed change
4
4
5
5
{/* CHANGELOG_START */}
6
6
7
+
# sourcegraph 5 Release 8 Patch 1
8
+
9
+
### Features
10
+
11
+
#### Telemetry
12
+
13
+
- check for external dbs (#1083) [#1121](https://github.com/sourcegraph/sourcegraph/pull/1121)
14
+
15
+
### Fix
16
+
17
+
#### Search
18
+
19
+
- Fix Apollo related error in Safari [#1016](https://github.com/sourcegraph/sourcegraph/pull/1016)
20
+
21
+
#### Others
22
+
23
+
- Fix OOB migration for batch changes table [#1113](https://github.com/sourcegraph/sourcegraph/pull/1113)
24
+
25
+
### Chore
26
+
27
+
#### Security
28
+
29
+
- upgrade src-cli version to address CVE [#1117](https://github.com/sourcegraph/sourcegraph/pull/1117)
30
+
- Upgrade src-cli version to 5.8.1 to address CVE-2024-24788, CVE-2024-24790, CVE-2024-34156 Backport b8da20f6fa148f30fe97d9267a536bd5a84502f1 from #1112
31
+
32
+
### Reverts
33
+
34
+
There were no reverts for this release
35
+
36
+
### Uncategorized
37
+
38
+
#### Others
39
+
40
+
- Backport 566 to 5.8.x: SBOMs with Bazel [#1089](https://github.com/sourcegraph/sourcegraph/pull/1089)
41
+
- feature(security): Publish SBOMs for Sourcegraph releases
42
+
-[Backport 5.8.x] Update src-cli MinimumVersion from 5.5.0 to 5.8.1 [#1087](https://github.com/sourcegraph/sourcegraph/pull/1087)
43
+
- chore(release): Update minimum supported version of src-cli to 5.8.1 Backport 8f039bdcb5425071dd6e4dfddfb2cb436e124b05 from #1079
0 commit comments