diff --git a/docs/releases.mdx b/docs/releases.mdx index 494ff5e64..6e03d10c3 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph: | **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** | |--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------| +| 6.7 Patch 2 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v67375) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.7 Patch 1 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v67229) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.7 Patch 0 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v670) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.6 Patch 2 | August 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v662517) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 86b456f78..f9f26a76b 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,32 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.7 Patch 2 + +## v6.7.375 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.7.375) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.7.375) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.7.375) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.7.375) + +### Reverts + + There were no reverts for this release + +### Uncategorized + +#### Others + +- [Backport 6.7.x] bitbucket: Improve Bitbucket repo listing performance `(PR #7117)` + - Addressed pagination and performance issues with listing Bitbucket.org repositories in Enterprise Starter repository management. Backport cd8120b70d93d9ab4021f7c284464bcd5b5246de from #7112 + +{/* RSS={"version":"v6.7.375", "releasedAt": "2025-08-22"} */} + + # 6.7 Patch 1 ## v6.7.229 @@ -20,7 +46,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Cody -- add reasoning to GPT-5 models `(PR #7107)` +- Add reasoning to GPT-5 models `(PR #7107)` - Fixed OpenAI GPT-5 reasoning model to use correct temperature and top_p parameters. These models now default to 0 for both parameters, allowing OpenAI to use its optimized defaults for reasoning tasks. Backport 59a57c27d8c27a665d596b4324f85177914758a3 from #7092 - Include `UseLegacyCompletions` in the config conversion layer `(PR #7089)` - Addresses `422 Unprocessable Entity` errors due to Cody client using `/v1/chat/completions` instead of the legacy `/v1/completions`. @@ -1019,7 +1045,7 @@ The following PRs were merged onto the previous release branch but could not be - Add color back to conversation pane `(PR #6046)` - Add Deep Search title back in and offset UI `(PR #6038)` - Add info text if new share link has not been generated yet `(PR #6023)` -- Increase liklihood go-to-def and find-references uses syntactic or precise data `(PR #6018)` +- Increase likelihood go-to-def and find-references uses syntactic or precise data `(PR #6018)` - Reduce search input width `(PR #6012)` - Add opacity to input placeholder `(PR #6008)` - Example query and search input visual tweaks `(PR #6006)`