Skip to content
Merged
Show file tree
Hide file tree
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
25 changes: 25 additions & 0 deletions docs/CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ All notable changes to Sourcegraph are documented in this file.

{/* CHANGELOG_START */}

# v5.6.2535

{/* RSS={"version":"v5.6.2535", "releasedAt": "2024-08-22"} */}

## Chore


#### Security

- security: added better GHAS check (#64537) [#65](https://github.com/sourcegraph/sourcegraph/pull/65)
- chore(security): Fix GHAS check as non-zero exit code

## Uncategorized

- Support SAST Scanning with both GHAS and Custom post processing scrip… [#67](https://github.com/sourcegraph/sourcegraph/pull/67)
- sast scans are reported without any issues
- [Backport 5.6.x] fix(search): fix query parsing bug around quoted phrases #59 [#70](https://github.com/sourcegraph/sourcegraph/pull/70)
- [Backport 5.6.x] fix(batches): fix broken forking workflow [#81](https://github.com/sourcegraph/sourcegraph/pull/81)fix(batches): fix broken forking workflow
Backport f833c4a3bf2210c127ffbf1146be69e1f461a449 from #48
- [Backport 5.6.x] svelte: add slash to path scope [#98](https://github.com/sourcegraph/sourcegraph/pull/98)
- Fixes a bug in the new web app that causes incorrect links to be generated for collapsed file names
Backport 23dad06bb2af1e7eb6a2f3847ad7f2c76c2a89a5 from #95
- [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
- backporting #106 [#107](https://github.com/sourcegraph/sourcegraph/pull/107)

# v5.6.185

{/* RSS={"version":"v5.6.185", "releasedAt": "2024-08-08"} */}
Expand Down
3 changes: 2 additions & 1 deletion docs/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Currently supported versions of Sourcegraph:

| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
|---------------------------------|-------------------------------|---------------|----------------------------------------------------------|-----------------------------------------------------------------------------|
| 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) |
| 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)|
| Sourcegraph 5 Release 6 Patch 1 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v56185) | |
| Sourcegraph 5 Release 6 | August 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v560) | |
| 5.5 | July 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v553956) | |
| 5.4 | May 2024 | ✅ | [Notes](https://sourcegraph.com/docs/CHANGELOG#v547765) | |
Expand Down