File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ All notable changes to Sourcegraph are documented in this file.
44
55{ /* CHANGELOG_START */ }
66
7+ # v5.6.2535
8+
9+ { /* RSS={"version":"v5.6.2535", "releasedAt": "2024-08-22"} */ }
10+
11+ ## Chore
12+
13+
14+ #### Security
15+
16+ - security: added better GHAS check (#64537 ) [ #65 ] ( https://github.com/sourcegraph/sourcegraph/pull/65 )
17+ - chore(security): Fix GHAS check as non-zero exit code
18+
19+ ## Uncategorized
20+
21+ - Support SAST Scanning with both GHAS and Custom post processing scrip… [ #67 ] ( https://github.com/sourcegraph/sourcegraph/pull/67 )
22+ - sast scans are reported without any issues
23+ - [ Backport 5.6.x] fix(search): fix query parsing bug around quoted phrases #59 [ #70 ] ( https://github.com/sourcegraph/sourcegraph/pull/70 )
24+ - [ Backport 5.6.x] fix(batches): fix broken forking workflow [ #81 ] ( https://github.com/sourcegraph/sourcegraph/pull/81 ) fix(batches): fix broken forking workflow
25+ Backport f833c4a3bf2210c127ffbf1146be69e1f461a449 from #48
26+ - [ Backport 5.6.x] svelte: add slash to path scope [ #98 ] ( https://github.com/sourcegraph/sourcegraph/pull/98 )
27+ - Fixes a bug in the new web app that causes incorrect links to be generated for collapsed file names
28+ Backport 23dad06bb2af1e7eb6a2f3847ad7f2c76c2a89a5 from #95
29+ - [ Backport 5.6.x] feat(cody): add deepseek-coder-v2-lite-base support [ #103 ] ( https://github.com/sourcegraph/sourcegraph/pull/103 ) Backport f71fe081aa43ca40fef66c067c8eaf49d62d491e from #4
30+ - backporting #106 [ #107 ] ( https://github.com/sourcegraph/sourcegraph/pull/107 )
31+
732# v5.6.185
833
934{ /* RSS={"version":"v5.6.185", "releasedAt": "2024-08-08"} */ }
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ Currently supported versions of Sourcegraph:
1818
1919| ** Release** | ** General Availability Date** | ** Supported** | ** Release Notes** | ** Install** |
2020| ---------------------------------| -------------------------------| ---------------| ----------------------------------------------------------| -----------------------------------------------------------------------------|
21- | Sourcegraph 5 Release 6 Patch 1 | August 2024 | ✅ | [ Notes] ( https://sourcegraph.com/docs/CHANGELOG#v56185 ) | [ Install] ( https://github.com/sourcegraph/sourcegraph/releases/tag/v5.6.185 ) |
21+ | Sourcegraph 5 Release 6 Patch 2 | August 2024 | ✅ | [ Notes] ( https://sourcegraph.com/docs/CHANGELOG#v562535 ) | [ Install] ( https://github.com/sourcegraph/sourcegraph/releases/tag/v5.6.2535 ) |
22+ | Sourcegraph 5 Release 6 Patch 1 | August 2024 | ✅ | [ Notes] ( https://sourcegraph.com/docs/CHANGELOG#v56185 ) | |
2223| Sourcegraph 5 Release 6 | August 2024 | ✅ | [ Notes] ( https://sourcegraph.com/docs/CHANGELOG#v560 ) | |
2324| 5.5 | July 2024 | ✅ | [ Notes] ( https://sourcegraph.com/docs/CHANGELOG#v553956 ) | |
2425| 5.4 | May 2024 | ✅ | [ Notes] ( https://sourcegraph.com/docs/CHANGELOG#v547765 ) | |
You can’t perform that action at this time.
0 commit comments