diff --git a/docs/releases.mdx b/docs/releases.mdx index 8f0360251..d1609f1e9 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 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) | | 6.6 Patch 1 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v66868) | [Install](https://sourcegraph.com/docs/admin/deploy) | | 6.6 Patch 0 | June 2025 | ✅ | [Notes](https://sourcegraph.com/docs/technical-changelog#v660) | [Install](https://sourcegraph.com/docs/admin/deploy) | diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index f05f4e8c7..1b0d7a909 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -4,6 +4,266 @@ This page documents all notable changes to Sourcegraph. For more detailed change {/* CHANGELOG_START */} +# 6.7 Patch 0 + +## v6.7.0 + +- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.7.0) + +- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.7.0) + +- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.7.0) + +- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.7.0) + +### Features + +#### Cloud + +- CloudAPI client support SAMS token provider `(PR #6816)` +- Extend with additional configuration `(PR #6712)` + +#### Cloudapi + +- Search by subscriptionId `(PR #6886)` +- Enforce scopes `(PR #6769)` + +#### Code Intelligence + +- GRAPH-920 Cross-repo syntactic code navigation `(PR #5622)` + +#### Deepsearch + +- Create worker pool for deepsearchHandler `(PR #6869)` + +#### Dev + +- Update route codegen to respect +page.ts `(PR #6685)` + +#### Gating + +- Added telemetry for gating on open failure `(PR #6965)` + - Added licensing.canConsumeDeepSearchQuota and licensing.consumeDeepSearchQuota telemetry events + - Captures error codes, license key status, and error details for debugging + - Uses testutil.IsTest pattern for test safety + +#### Release + +- Changelog generation activity `(PR #6744)` + - Feat: technical changelog generation temporal activity +- Schema sync library `(PR #6703)` + - Chore(release): make library for easier calling of schema sync tool +- Docs activities in releaseplatform `(PR #6623)` + - Release: add temporal activities and workflow for docs related release operations + +#### Search + +- CORE-1202 Added store layer to metering service of enterprise portal `(PR #6830)` +- CORE-1183 Added metering stub API for deep search usage `(PR #6636)` + +#### Source + +- Allow finding users by roles and permissions `(PR #6815)` + +#### Others + +- Google Vertex: fix critical regression; add support for Gemin models and Workload Identity auth `(PR #7080)` + - Google Vertex: added Workload Identity authentication support, as an alternative to access token authentication. + - Google Vertex: fixed issues preventing Gemini models from being used. + Backport f80ec0d84a54336daf66fa6e9c8a43cea9ac1fc2 from #7075 +- Add fullscreen option to page layout `(PR #6733)` +- Embed React repo batch changes page `(PR #6686)` + +### Fix + +#### Batch Changes + +- Add constraint to remove duplicate template fields in batch spec library variables table `(PR #6741)` + +#### Deepsearch + +- Add nil check when setting UserAgent `(PR #6972)` +- Fix table content overflow `(PR #6870)` +- Fix token counting and split LLMStats interface `(PR #6856)` +- Migration for SearchErrorKind `(PR #6745)` +- Fix search error kind unmarshalling `(PR #6720)` + +#### Dev + +- Add parallel as prerequisite to sg setup for ubuntu `(PR #6226)` +- Fix postgress install step in 'sg setup' `(PR #6190)` + +#### Prompts + +- Avoid throwing "user not found" errors when listing prompts `(PR #6975)` +- Gracefully handle deleted users for tags `(PR #6771)` + - Fix(prompts): gracefully handle deleted users for tags + +#### Release + +- Fix changelog activity semver handle `(PR #6958)` + +#### Search + +- Default enterprise-portal set to dev `(PR #6864)` + +#### Source + +- Reduce verbosity of gitserver logging `(PR #6939)` +- Add a max height to modal and overflow scroll `(PR #6881)` +- Annotate redacted secrets in batch changes logs `(PR #6849)` +- Refactor external account perms syncing to not fail on a single error `(PR #6847)` +- Improve contrast in dark theme for Combobox used in explicit permissions page `(PR #6818)` +- Teams: fix width of error banner `(PR #6702)` +- Make MT repo search tooltip span over columns `(PR #6639)` +- Fix some minor grammatical errors `(PR #6638)` + +#### Others + +- Match child symbols with their parent using full container path `(PR #6936)` +- Revet migration from d07540b `(PR #6922)` +- QueryInput placeholder prop `(PR #6665)` +- Improve workspaces mobile layout `(PR #6612)` + +### Chore + +#### Ci + +- Update aspect_rules_swc to 2.4.4 `(PR #6893)` +- Update rules_js 2.4.1 `(PR #6891)` + +#### Cleanup + +- Remove dead mock functions `(PR #6829)` +- Remove dead graphql initializers `(PR #6826)` + +#### Deepsearch + +- Add default case to deep search telemetry (#6977) `(PR #7019)` +- Move deep search agentic loop to server `(PR #6919)` +- Remove external link symbol from sources (SPLF-1172) `(PR #6767)` + +#### Dev + +- Disable flaky web app tests in CI `(PR #6952)` +- Upgrade to pnpm v10 `(PR #6660)` +- Upgrade stylelint `(PR #6564)` + +#### Release + +- Move schema syncher mapping file to schema folder out of tool `(PR #6854)` + - Chore: move schema syncher mapping file to schema folder out of tool + +#### Source + +- Display effective permissions for user roles `(PR #6821)` + +#### Ui + +- Add SQL syntax highlighting `(PR #6648)` + +#### Others + +- Remove long deprecated and non-functional config `(PR #6855)` +- Remove mentions of community forum `(PR #6853)` +- Prepare React prompt components `(PR #6734)` +- Support react router injection `(PR #6698)` +- Refactor Svelte app error pages `(PR #6697)` +- Remove unused/broken user area subscription route `(PR #6676)` + +### Reverts + +- Revert parts of "workspaces: Set up for Teams name change (#6284)" `(PR #6284)` +- Revert "feat(workspaces): add v1 metering service proto" `(PR #6591)` +- Revert "chore: skip bitbucket tests while server is reworked (#6791)" `(PR #6791)` +- Revert "bug(release): Fix the executors changes" `(PR #6912)` + +### Uncategorized + +#### Others + +- Fix(deep search): remove unused property from conversation test `(PR #7084)` +- [Backport 6.7.x] feat(deep search): add share url to deepsearch `(PR #7079)` + - Added a shareable URL to DeepSearch conversations, making it easier to share conversations with others. Backport 08602f581464e9f8c1c766cf7542649159bacfc8 from #7078 +- [Backport 6.7.x] chore(deep search): remove DeepsearchReference `(PR #7077)` + - Removed the `references` field from the DeepSearch conversation model and related functionality. This simplifies the codebase by removing the unused file permission tracking system for DeepSearch conversations. Backport affb5349bedef24188a7e992f9581ee76fbe151d from #7021 +- [Backport 6.7.x] feat(deep search): allow sync processing via API (#7055) `(PR #7074)` +- [Backport 6.7.x] cody: add GPT-5 models `(PR #7053)` +- [Backport 6.7.x] webhooks: Fix 500 error if repo is unknown `(PR #7041)` +- [backport 6.7.x] feat(deep search): add v1 to deepsearch APIs prefix `(PR #7018)` + - Adds `v1` prefix to deepsearch APIsBackport `bcd3192` from [https://github.com/sourcegraph/sourcegraph/pull/7002](https://github.com/sourcegraph/sourcegraph/pull/7002) +- [Backport 6.7.x] Fix native integration bazel build `(PR #7008)` +- Update Cody Web to 0.35.0 `(PR #6989)` +- Completions: propagate scope to Cody Gateway, use different client for deepsearch `(PR #6976)` +- Properly set deep search telemetry action `(PR #6974)` +- Deepsearch: add V2 telemetry for measuring latency of quota enforcement API calls `(PR #6973)` +- Fix(deep search): CORE-1235 Quota message is refreshed after completion of deep search query `(PR #6971)` +- Ci: update cloud gql compat playbook `(PR #6970)` +- Cody-gateway: document attributions API `(PR #6969)` +- Bug(deep search): report sources from tool calls `(PR #6946)` + - Fixed a bug in DeepSearch where sources were not being recorded +- Enterprise-portal: fix bug in meteringservice with unlimited deepsearch -1 value `(PR #6945)` +- Bug(deep search): migrate questions to fix tool calls `(PR #6944)` + - Added migration to fix legacy tool call formats in DeepSearch questions +- Enterprise-portal: add escape hatch we can flip to enable unlimited deepsearch `(PR #6942)` +- Disable cody web in Safari `(PR #6941)` +- Update Cody Web to 0.34.0 `(PR #6938)` +- Msp/tfc: trigger on service modules `(PR #6933)` +- Bug(deep search): include thread history in follow-up questions `(PR #6932)` + - Enhanced DeepSearch to maintain conversation context in follow-up questions + - Added validation to prevent errors from unfinished tool calls in conversation history +- Dotcom: remove subscriptions UI, EP proxies, unused dotcom site config `(PR #6923)` +- Cody-gateway: fix rate limit Slack notification throttling `(PR #6916)` +- Chore(deep search): CORE-1220 Deep searcg displays error if getting quota usage fails and does not crash `(PR #6897)` +- Chore(deep search): convert the frontend to using question API `(PR #6868)` +- Add sveltekit prod build command `(PR #6863)` +- Msp/lb: fixup security policy again `(PR #6857)` +- Msp/lb: fix Cloud Armor conditions `(PR #6852)` +- Msp: make Cloud Run pending requests alert a bit more lenient `(PR #6825)` +- Chore(deep search): move raw LLM calls to the server [SPLF-1302] `(PR #6812)` + - Added automatic title generation for Deepsearch conversations + - Added suggested followup questions after completing a Deepsearch query +- Chore(deep search): adds LLM turn handler for UpdateQuestion `(PR #6811)` +- Codyapi: Add deprecation alert and remove WIP wording `(PR #6807)` +- Dotcom: Remove post sign up page `(PR #6806)` +- Workspaces/invite: show email of already-a-member `(PR #6786)` +- Msp: support always provisioning a Cloud Armor policy that can be extended `(PR #6779)` +- Msp: support additional domains `(PR #6778)` +- Ep: port subscription timeline to new UI `(PR #6777)` +- Modelconfig: regenerate models.json, remove fallback `(PR #6773)` +- Update UIKit to 1.4.2 version `(PR #6772)` +- Msp: add option to spin up private network connector, redis connection util `(PR #6761)` +- Workspaces: fix tests, we now have 500 seats `(PR #6757)` +- Dotcom: fixup go-to-workspace button `(PR #6756)` +- Workspaces: copy fixups `(PR #6755)` +- Mail-gatekeeper: return 10 on zero_credit match `(PR #6754)` +- Rename cody ignore file name `(PR #6752)` +- Dotcom: remove special RBAC `(PR #6742)` +- Dotcom: remove all hubspot integrations `(PR #6740)` +- Dotcom/subscriptions: make deprecation alert way more aggro `(PR #6722)` +- Workspaces: remove Cody Pro checks `(PR #6721)` +- Workspaces/plan: remove code host support `(PR #6719)` +- Dotcom: remove all Cody Pro things `(PR #6708)` +- Workspaces: Fix missing template variable `(PR #6705)` +- Gateway: add gemini 2.5 flash and gemini 2.5 pro `(PR #6700)` +- Feat(deep search): migrate question data model to the server `(PR #6691)` + - Adds API endpoints for creating and updating questions within a deep search thread +- Refactor(cody-gateway) Deprecate gemini-2.5-flash-preview-04-17 and gemini-2.5-pro-preview-03-25 `(PR #6684)` +- Deepsearch: dotcom: make quota limit 5 searches per user per week `(PR #6659)` +- Dotcom: remove pings forwarder `(PR #6556)` +- Gitserver: Don't logspam errors for canceled requests `(PR #6436)` + +### Untracked + +The following PRs were merged onto the previous release branch but could not be automatically mapped to a corresponding commit in this release: + +- Teams: fix width of error banner (#6702) `(PR #6706)` +- Update consts and stiched migration graph for 6.6 `(PR #6644)` + - NA - Internal change + +{/* RSS={"version":"v6.7.0", "releasedAt": "2025-08-20"} */} + + # 6.6 Patch 2 ## v6.6.2517 @@ -26,7 +286,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Batch Changes -- introduce workaround for batch changes users on fine-grained pats for github repos `(PR #6704)` +- Introduce workaround for batch changes users on fine-grained pats for github repos `(PR #6704)` - Backport 9e232e27c2c1a19b69b01cea12ae0194fb7d4422 from #6656 #### Multitenant @@ -35,8 +295,8 @@ This page documents all notable changes to Sourcegraph. For more detailed change #### Source -- teams: github: have noConnectedAccountFoundError properly implement errcode.NotFounder (also fix gitlab token scopes) `(PR #6701)` -- teams: githubapp: make scopes use proper pagination `(PR #6677)` +- Teams: github: have noConnectedAccountFoundError properly implement errcode.NotFounder (also fix gitlab token scopes) `(PR #6701)` +- Teams: githubapp: make scopes use proper pagination `(PR #6677)` - Backport a278c9287fd779ca9f26d10b2146e7c6cadfbcb3 from #6651 - Specify bitbucket cloud pagelen `(PR #6671)` @@ -73,7 +333,7 @@ The following PRs were merged onto the previous release branch but could not be - Rename manage installation to just manage `(PR #6640)` - Layout improvements for the workspace setup `(PR #6624)` - Add telemetry for rawLLM calls `(PR #6618)` -- teams: github: drop suspended installations from list of scopes `(PR #6614)` +- Teams: github: drop suspended installations from list of scopes `(PR #6614)` - Migrate diff_search tool to backend `(PR #6545)` {/* RSS={"version":"v6.6.2517", "releasedAt": "2025-08-07"} */} @@ -123,13 +383,13 @@ The following PRs were merged onto the previous release branch but could not be #### Batch Changes -- enable new templates experience by default `(PR #6608)` -- enable forked repos flow for pushed-only changesets [gitlab only] `(PR #6342)` +- Enable new templates experience by default `(PR #6608)` +- Enable forked repos flow for pushed-only changesets [gitlab only] `(PR #6342)` - Enable forked repos flow for pushed-only changesets [gitlab only] -- enable forked repos flow for pushed-only changesets [github only] `(PR #6312)` +- Enable forked repos flow for pushed-only changesets [github only] `(PR #6312)` - Enable forked repos flow for pushed-only changesets [github only] -- new batch changes experience with templates `(PR #5966)` - - feat(batches): new batch changes experience with templates +- New batch changes experience with templates `(PR #5966)` + - Feat(batches): new batch changes experience with templates #### Deepsearch @@ -138,7 +398,7 @@ The following PRs were merged onto the previous release branch but could not be #### Ep - Improved left nav and consistent margins between internal pages `(PR #6165)` -- server side filtering for subscriptions listing `(PR #6090)` +- Server side filtering for subscriptions listing `(PR #6090)` #### Multitenant @@ -149,40 +409,40 @@ The following PRs were merged onto the previous release branch but could not be #### Release - Schema sync PR Generation `(PR #6340)` - - release: sync docs repo config files during release process + - Release: sync docs repo config files during release process - Schema sync configuration system `(PR #6182)` - - feat(release): add schema syncing tool to keep docs repo schemas in sync with monorepo + - Feat(release): add schema syncing tool to keep docs repo schemas in sync with monorepo #### Search - Add grouping by repo or language to the inventory stats insight `(PR #6390)` -- add archived badge to repos that are archived on code host `(PR #6366)` +- Add archived badge to repos that are archived on code host `(PR #6366)` - (new web ui) Migrate saved searches to Svelte `(PR #5081)` #### Source -- teams: bitbucket: enforce that username must be atlassian email address `(PR #6585)` +- Teams: bitbucket: enforce that username must be atlassian email address `(PR #6585)` - Check token scopes when connecting bitbucket workspace `(PR #6570)` -- teams: gitlab: prevent setting PAT if token doesn't have sufficient scopes `(PR #6540)` -- gitlab: create GetPat method that can be used to get information about a PAT (including scopes) `(PR #6539)` +- Teams: gitlab: prevent setting PAT if token doesn't have sufficient scopes `(PR #6540)` +- Gitlab: create GetPat method that can be used to get information about a PAT (including scopes) `(PR #6539)` - Allow fetching Bitbucket Cloud connection username `(PR #6538)` -- teams: bitbucket cloud: make it possible to search / filter repo names without knowing query syntax `(PR #6505)` +- Teams: bitbucket cloud: make it possible to search / filter repo names without knowing query syntax `(PR #6505)` - Implement Bitbucket Cloud workspace resolver `(PR #6476)` -- bitbucket - create multitenant service for connection management `(PR #6435)` -- add ListWorkspaceRepositories `(PR #6410)` -- add support for api tokens to bitbucket cloud client `(PR #6393)` +- Bitbucket - Create multitenant service for connection management `(PR #6435)` +- Add ListWorkspaceRepositories `(PR #6410)` +- Add support for api tokens to bitbucket cloud client `(PR #6393)` ### Fix #### Batch Changes -- introduce workaround for batch changes users on fine-grained pats for github repos `(PR #6704)` +- Introduce workaround for batch changes users on fine-grained pats for github repos `(PR #6704)` - Backport 9e232e27c2c1a19b69b01cea12ae0194fb7d4422 from #6656 -- only show examples in library pane `(PR #6577)` -- dont pass empty renderTemplate `(PR #6362)` -- restrict valid characters for batch spec template variable names `(PR #6265)` -- update schema link to public artifacts repo `(PR #6193)` - - fix(batches): update schema link to public artifacts repo +- Only show examples in library pane `(PR #6577)` +- Dont pass empty renderTemplate `(PR #6362)` +- Restrict valid characters for batch spec template variable names `(PR #6265)` +- Update schema link to public artifacts repo `(PR #6193)` + - Fix(batches): update schema link to public artifacts repo #### Code Intelligence @@ -191,7 +451,7 @@ The following PRs were merged onto the previous release branch but could not be #### Cody -- fix underline on hover for the Important Notice Banner `(PR #6246)` +- Fix underline on hover for the Important Notice Banner `(PR #6246)` #### Deepsearch @@ -199,16 +459,16 @@ The following PRs were merged onto the previous release branch but could not be - Fix commit search query structure `(PR #6551)` - Reset scroll position when switching conversations `(PR #6482)` - Cache system prompt `(PR #6459)` -- fix sidebar animation `(PR #6399)` +- Fix sidebar animation `(PR #6399)` - Reset activeAnswerIndex when switching conversations `(PR #6398)` -- wrap content elements in container `(PR #6394)` -- follow up questions not working after a fresh load `(PR #6392)` -- fix external icon styling in sources `(PR #6379)` +- Wrap content elements in container `(PR #6394)` +- Follow up questions not working after a fresh load `(PR #6392)` +- Fix external icon styling in sources `(PR #6379)` - More UI refinements `(PR #6378)` - Fix null byte parsing (SPLF-1216) `(PR #6348)` - Sanitize JSON bytes before writing to Postgres (SPLF-1216) `(PR #6275)` -- ensure hidden sidebar buttons are not interactive `(PR #6262)` -- move revision label down on file sources and preview to another line `(PR #6135)` +- Ensure hidden sidebar buttons are not interactive `(PR #6262)` +- Move revision label down on file sources and preview to another line `(PR #6135)` #### Dev @@ -223,21 +483,21 @@ The following PRs were merged onto the previous release branch but could not be #### Ep-Ui -- fixed subscriptions list's width when loading `(PR #6474)` +- Fixed subscriptions list's width when loading `(PR #6474)` #### Insights -- skip empty repos for inventory insights `(PR #6250)` - - fix(insights): skip empty repos for inventory insights +- Skip empty repos for inventory insights `(PR #6250)` + - Fix(insights): skip empty repos for inventory insights #### Migrator - Remove links to sourcegraph/sourcegraph repo in drift summary `(PR #6463)` - - fix(migrator): remove private repo links in migrator drift output + - Fix(migrator): remove private repo links in migrator drift output #### Msp/Otelcol -- disable GCP resource detection override `(PR #6176)` +- Disable GCP resource detection override `(PR #6176)` #### Multitenant @@ -247,29 +507,29 @@ The following PRs were merged onto the previous release branch but could not be #### Release -- custom wolfi redis image `(PR #6548)` - - fix: package custom wolfi redis base image and package to include jemalloc +- Custom wolfi redis image `(PR #6548)` + - Fix: package custom wolfi redis base image and package to include jemalloc #### Search -- do not use workspace list API on unauth instance `(PR #6579)` +- Do not use workspace list API on unauth instance `(PR #6579)` - Skip search contexts from deleted namespaces `(PR #6013)` #### Serch -- fix dotcom again `(PR #6581)` +- Fix dotcom again `(PR #6581)` #### Source -- teams: fix width of error banner (#6702) `(PR #6706)` -- teams: github: have noConnectedAccountFoundError properly implement errcode.NotFounder (also fix gitlab token scopes) `(PR #6701)` -- teams: githubapp: make scopes use proper pagination `(PR #6677)` +- Teams: fix width of error banner (#6702) `(PR #6706)` +- Teams: github: have noConnectedAccountFoundError properly implement errcode.NotFounder (also fix gitlab token scopes) `(PR #6701)` +- Teams: githubapp: make scopes use proper pagination `(PR #6677)` - Backport a278c9287fd779ca9f26d10b2146e7c6cadfbcb3 from #6651 - Specify bitbucket cloud pagelen `(PR #6671)` - Rename manage installation to just manage `(PR #6640)` -- teams: github: drop suspended installations from list of scopes `(PR #6614)` -- fix image/attachment click handling in bitbucket server native integration `(PR #6590)` -- teams: bitbucket: return 0 scopes instead of error when credentials appear to be invalid `(PR #6588)` +- Teams: github: drop suspended installations from list of scopes `(PR #6614)` +- Fix image/attachment click handling in bitbucket server native integration `(PR #6590)` +- Teams: bitbucket: return 0 scopes instead of error when credentials appear to be invalid `(PR #6588)` - Fix Bitbucket Cloud cloning with API Tokens `(PR #6541)` - Fix bug where workspace admins cannot manage GitLab repos `(PR #6520)` - Handle spaces in depot file paths for Perforce `(PR #6337)` @@ -283,13 +543,13 @@ The following PRs were merged onto the previous release branch but could not be #### Batch Changes -- add immediate sync after pushed-only changeset creation [gitlab only] `(PR #6525)` -- add immediate sync after pushed-only changeset creation [github only] `(PR #6368)` -- remove unnecessary comments `(PR #6333)` +- Add immediate sync after pushed-only changeset creation [gitlab only] `(PR #6525)` +- Add immediate sync after pushed-only changeset creation [github only] `(PR #6368)` +- Remove unnecessary comments `(PR #6333)` - Remove unnecessary comments -- refactor to use AbbreviateRef instead of TrimPrefix for pushed-only changesets `(PR #6222)` - - refactor to use AbbreviateRef instead of TrimPrefix for pushed-only changesets -- add more backend telemetry for pushed-only changesets `(PR #6219)` +- Refactor to use AbbreviateRef instead of TrimPrefix for pushed-only changesets `(PR #6222)` + - Refactor to use AbbreviateRef instead of TrimPrefix for pushed-only changesets +- Add more backend telemetry for pushed-only changesets `(PR #6219)` - Add more backend telemetry for pushed-only changesets #### Deepsearch @@ -323,12 +583,12 @@ The following PRs were merged onto the previous release branch but could not be #### Release -- cadvisor image default WARN log level `(PR #6516)` - - cadvisor image is now logging using WARN level by default +- Cadvisor image default WARN log level `(PR #6516)` + - Cadvisor image is now logging using WARN level by default #### Wolfi-Images/Cloud-Mi2 -- upgrade nodejs to v22.17.0 `(PR #6417)` +- Upgrade nodejs to v22.17.0 `(PR #6417)` #### Others @@ -356,79 +616,79 @@ The following PRs were merged onto the previous release branch but could not be - Adjust new dot com specific UI `(PR #6602)` - Feat(deep search): Implemented dotcom gating for deepsearch `(PR #6589)` - -- zoekt: try to reduce memory usage of zoektFileMatchToMultilineMatches `(PR #6561)` -- msp: support custom OTEL config `(PR #6557)` -- sg/msp: support single-env ops docs `(PR #6554)` -- ep: warn when trying to add sourcegraph user `(PR #6531)` -- chore(batches) add new test to ensure pushed-only changesets can transition to published state `(PR #6529)` -- workspaces: ignore workspace-not-found on deletion `(PR #6528)` -- feat(deepsearch) - CORE-1181: Added QuotaUsage information to HandleRetrieveDeepSearchs response `(PR #6527)` +- Zoekt: try to reduce memory usage of zoektFileMatchToMultilineMatches `(PR #6561)` +- Msp: support custom OTEL config `(PR #6557)` +- Sg/msp: support single-env ops docs `(PR #6554)` +- Ep: warn when trying to add sourcegraph user `(PR #6531)` +- Chore(batches) add new test to ensure pushed-only changesets can transition to published state `(PR #6529)` +- Workspaces: ignore workspace-not-found on deletion `(PR #6528)` +- Feat(deepsearch) - CORE-1181: Added QuotaUsage information to HandleRetrieveDeepSearchs response `(PR #6527)` - Added QuotaUsage information to HandleRetrieveDeepSearchs - Improves the UI and copy of the PlanPage for workspaces `(PR #6522)` - Add dot com UI for 6.6 `(PR #6521)` - Reduce output verbosity of SCIP groundtruth targets `(PR #6518)` -- chore(deep search): migrated `commit_search` tool to server `(PR #6508)` +- Chore(deep search): migrated `commit_search` tool to server `(PR #6508)` - [CORE-1158] deepsearch: Added store for quota checks `(PR #6506)` - Added store layer for tracking deep search queries -- gitlab: Gracefully handle bad token when listing scopes `(PR #6495)` -- gitab: Add all repos scope resolver `(PR #6494)` -- bug(deep search): replaced compaction and turn limit with token limit `(PR #6485)` +- Gitlab: Gracefully handle bad token when listing scopes `(PR #6495)` +- Gitab: Add all repos scope resolver `(PR #6494)` +- Bug(deep search): replaced compaction and turn limit with token limit `(PR #6485)` - Replaced turn limits in deep search with a token limit -- doc: Update architecture diagram svg `(PR #6458)` -- ep: more copy fixups `(PR #6457)` +- Doc: Update architecture diagram svg `(PR #6458)` +- Ep: more copy fixups `(PR #6457)` - Re-add missing system prompt `(PR #6455)` -- deepsearch: add stub gating.Provider for DS metering/enforcement `(PR #6443)` -- web: Fix eslint not picking up changes to GQL `(PR #6439)` -- idp: Advertise PKCE support in OIDC discovery `(PR #6434)` -- ep: branding tweaks `(PR #6418)` -- ep: add backend usage telemetry `(PR #6415)` -- cody-gateway: add sg_actor_id, sg_actor_anonymous_uid for rate-limited events `(PR #6414)` +- Deepsearch: add stub gating.Provider for DS metering/enforcement `(PR #6443)` +- Web: Fix eslint not picking up changes to GQL `(PR #6439)` +- Idp: Advertise PKCE support in OIDC discovery `(PR #6434)` +- Ep: branding tweaks `(PR #6418)` +- Ep: add backend usage telemetry `(PR #6415)` +- Cody-gateway: add sg_actor_id, sg_actor_anonymous_uid for rate-limited events `(PR #6414)` - Add query logging to private metadata for search.submit events in sve… `(PR #6397)` -- ep: fix analytics enablement instructions `(PR #6396)` -- ep: slight copy fixups `(PR #6391)` -- oidc: Fix empty displayName and improve claim precedence `(PR #6388)` +- Ep: fix analytics enablement instructions `(PR #6396)` +- Ep: slight copy fixups `(PR #6391)` +- Oidc: Fix empty displayName and improve claim precedence `(PR #6388)` - Adds new UI for template experience `(PR #6387)` -- feature(release): improve schema syncer tool json output `(PR #6369)` - - feature(release): improve the schema marshalling in the release schema syncher tool +- Feature(release): improve schema syncer tool json output `(PR #6369)` + - Feature(release): improve the schema marshalling in the release schema syncher tool - Update Cody Web to 0.32.9 in react web app `(PR #6360)` -- web: Fix eslint autofixable errors `(PR #6357)` -- ep: show button for Entitle link on internal pages to sourcegraph teammates `(PR #6345)` -- dotcom, workspaces: shut down cody after codyprosunset.SunsetDate `(PR #6343)` -- workspaces: remove price reference to Cody Pro `(PR #6335)` -- dotcomgating: support siteconfig fallback for SAMS options `(PR #6311)` -- completions: remove 'cody.completions:complete' event `(PR #6310)` -- cody: remove token-usage manager `(PR #6309)` +- Web: Fix eslint autofixable errors `(PR #6357)` +- Ep: show button for Entitle link on internal pages to sourcegraph teammates `(PR #6345)` +- Dotcom, workspaces: shut down cody after codyprosunset.SunsetDate `(PR #6343)` +- Workspaces: remove price reference to Cody Pro `(PR #6335)` +- Dotcomgating: support siteconfig fallback for SAMS options `(PR #6311)` +- Completions: remove 'cody.completions:complete' event `(PR #6310)` +- Cody: remove token-usage manager `(PR #6309)` - Added license key lookup page `(PR #6307)` -- source: Add workspace functions for Bitbucket Cloud client `(PR #6298)` +- Source: Add workspace functions for Bitbucket Cloud client `(PR #6298)` - Update Cody Web to 0.32.9 `(PR #6296)` -- gateway: Drop benchmarking endpoints `(PR #6287)` -- dotcom: Implement dotcom gating provider `(PR #6286)` -- workspaces: Set up for Teams name change `(PR #6284)` -- completions: only record disabled reasons in trace `(PR #6282)` -- gateway: support OpenAI models for autocomplete `(PR #6272)` -- multitenant(fix): Fix workspaces and instance internal debug pages UI `(PR #6263)` -- idp: Show UIs by default `(PR #6245)` -- dotcom: update Enterprise Starter CTA to omit AI stuff `(PR #6240)` +- Gateway: Drop benchmarking endpoints `(PR #6287)` +- Dotcom: Implement dotcom gating provider `(PR #6286)` +- Workspaces: Set up for Teams name change `(PR #6284)` +- Completions: only record disabled reasons in trace `(PR #6282)` +- Gateway: support OpenAI models for autocomplete `(PR #6272)` +- Multitenant(fix): Fix workspaces and instance internal debug pages UI `(PR #6263)` +- Idp: Show UIs by default `(PR #6245)` +- Dotcom: update Enterprise Starter CTA to omit AI stuff `(PR #6240)` - Fede/ep UI fix left nav `(PR #6230)` - CI: remove scip-go upload to demo.sourcegraph.com `(PR #6220)` - [https://sourcegraph.slack.com/archives/C04MYFW01NV/p1750800014304569](https://sourcegraph.slack.com/archives/C04MYFW01NV/p1750800014304569) - Removed failing upload process that was causing CI errors - Polished EP UI `(PR #6207)` -- completions/aws-sdk-compatibility `(PR #6198)` -- feat(deep search): single URL for deepsearch [SPLF-1207] `(PR #6181)` +- Completions/aws-sdk-compatibility `(PR #6198)` +- Feat(deep search): single URL for deepsearch [SPLF-1207] `(PR #6181)` - Deep search URLs are now directly shareable -- msp/otelcol: use googlecloud exporter for metrics `(PR #6171)` -- idp: Add consent notification emails `(PR #6141)` -- txemail: Add interface to make mocking nicer `(PR #6140)` +- Msp/otelcol: use googlecloud exporter for metrics `(PR #6171)` +- Idp: Add consent notification emails `(PR #6141)` +- Txemail: Add interface to make mocking nicer `(PR #6140)` - Removes dot from create workspace button `(PR #6139)` - Style Fixes homepage `(PR #6138)` - Add Cody Deprecation Notice `(PR #6103)` - Cody will be deprecated on July 23rd 2025. -- dotcom: remove Cody from footer link `(PR #6076)` -- fix(dev infra): add dev proxy request cancellation propagation `(PR #6075)` +- Dotcom: remove Cody from footer link `(PR #6076)` +- Fix(dev infra): add dev proxy request cancellation propagation `(PR #6075)` - Update sensitive metadata allowlist `cody.autoedit` events to include `languageId` `(PR #6073)` -- enterpriseportal/iam: document problems with schema `(PR #6069)` -- fix(deep search): preserve conversation title on update `(PR #6029)` +- Enterpriseportal/iam: document problems with schema `(PR #6069)` +- Fix(deep search): preserve conversation title on update `(PR #6029)` - Reduce local syntactic replicas, improve codeintel run configuration `(PR #5742)` {/* RSS={"version":"v6.6.0", "releasedAt": "2025-07-24"} */} @@ -450,13 +710,13 @@ The following PRs were merged onto the previous release branch but could not be #### Insights -- skip empty repos for inventory insights `(PR #6271)` - - fix(insights): skip empty repos for inventory insights Backport beee9d2241a4d3e854ac06ef8b5d8d000bd84a69 from #6250 +- Skip empty repos for inventory insights `(PR #6271)` + - Fix(insights): skip empty repos for inventory insights Backport beee9d2241a4d3e854ac06ef8b5d8d000bd84a69 from #6250 #### Migrator - Remove links to sourcegraph/sourcegraph repo in drift summary `(PR #6496)` - - fix(migrator): remove private repo links in migrator drift output Backport 4ae3c3a6b6d60bb99421293df830a9e63a53ae01 from #6463 + - Fix(migrator): remove private repo links in migrator drift output Backport 4ae3c3a6b6d60bb99421293df830a9e63a53ae01 from #6463 ### Reverts @@ -474,23 +734,23 @@ The following PRs were merged onto the previous release branch but could not be The following PRs were merged onto the previous release branch but could not be automatically mapped to a corresponding commit in this release: - [Backport 6.5.x] tenant/reconciler: add notice reconciler for codyplgsunset `(PR #6218)` -- add experimental icon + code host limits to pushed-only changesets UI `(PR #6215)` +- Add experimental icon + code host limits to pushed-only changesets UI `(PR #6215)` - Add experimental icon + GitLab/GitHub only specification for pushed-only changesets in batch changes UIBackport 04be437 from #6180 - [Backport 6.5.x] llmapitelemetry: fix traceparent metadata field `(PR #6209)` -- add a new Code Insight for tracking inventory statistics over time `(PR #6202)` +- Add a new Code Insight for tracking inventory statistics over time `(PR #6202)` - Combines features of the Language usage and Detect and track patterns insights to track code inventory metrics over time: - - lines of code - - size of code - - file counts + - Lines of code + - Size of code + - File counts - Can group those metrics by repository, by language, or not at all - Can collect the metrics for a list of repositories, or a repo search query -- add graphql endpoints for inventory stats insight `(PR #6201)` +- Add graphql endpoints for inventory stats insight `(PR #6201)` - New GraphQL endpoints - - query: - - inventoryStatsPreview - - mutation: - - createInventoryStatsInsight - - updateInventoryStatsInsight + - Query: + - InventoryStatsPreview + - Mutation: + - CreateInventoryStatsInsight + - UpdateInventoryStatsInsight - [Backport 6.5.x] multitenant(fix): Fix Add repositories UI picker `(PR #6192)` {/* RSS={"version":"v6.5.2654", "releasedAt": "2025-07-09"} */}