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
1 change: 1 addition & 0 deletions docs/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph:

| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
| 6.3 Patch 1 | May 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v632692) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 6.3 Patch 0 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v630) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 6.2 Patch 3 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v623841) | [Install](https://sourcegraph.com/docs/admin/deploy) |
| 6.2 Patch 2 | April 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v622553) | [Install](https://sourcegraph.com/docs/admin/deploy) |
Expand Down
37 changes: 37 additions & 0 deletions docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,43 @@ This page documents all notable changes to Sourcegraph. For more detailed change

{/* CHANGELOG_START */}

# 6.3 Patch 1

## v6.3.2692

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

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

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

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

### Features

#### Code Intelligence

- Add env var to disable precise code intel `(PR #5357)`

#### Tenant/Reconciler

- Ignore deleted workspaces when reporting instance status `(PR #5161)`

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- [Backport 6.3.x] authz: Reduce updates on pending perms tables `(PR #5365)`
- [Backport 6.3.x] openaicompatible: support custom headers && pure inference through /chat/completions `(PR #5361)`
- [Backport 6.3.x] workspaces: clarify that deletion does not affect Sourcegraph Account `(PR #5273)`

{/* RSS={"version":"v6.3.2692", "releasedAt": "2025-05-14"} */}


# 6.3 Patch 0

## v6.3.0
Expand Down