Sourcegraph 6.9.1277

This is a patch release for Sourcegraph 6.9.

Details

Fixes

  • Executors Make k8s jobs secret creation idempotent

    The kubernetes executor now idempotentally creates secrets (deleting and recreating it if it exists already) instead of failing the entire job.

  • Permissions Preserve permissions during temporary API errors

Sourcegraph 6.9.902

This is a patch release for Sourcegraph 6.9.

Details

Improvements

  • Cody Add Claude Haiku 4.5

Fixes

  • Cody Fix prompt visibility toggle permission check
  • Permissions Github: treat 500/502/503/504 and HTTP/2 stream cancellations as temporary errors

Sourcegraph 6.9.0

Details

Improvements

  • Deep Search Introducing Pricing Plans and Major Updates for Deep Search
  • Deep Search Add retry button for failed questions

    Add retry button to resubmit questions when errors occur in Deep Search

  • Deep Search Add RBAC

    Added RBAC to Deep Search. By default, all users have full read and write access for Deep Search, but this can be restricted by changing the default role permissions or by creating new custom roles.

  • Deep Search Add quick link from repo navigation

    Added a new Explain with Deep Search button in repository navigation that opens a pre-filled Deep Search conversation with context about the current repository or file.

  • Deep Search Disallow deep-search for older Sourcegraph instances
  • Deep Search Revise quota management system in Enterprise Portal
  • Batch Changes Embed batch changes creation page in SvelteKit app

    Migrated the batch changes creation page to SvelteKit, including all three UI variations: new template creation, classic form creation, and execution-disabled instruction page.

  • Batch Changes Embed home page in SvelteKit app

    Batch Changes home page is now rendered within the SvelteKit application framework.

  • Administration Add site admin pings page

    Added a pings page to the site admin interface.

  • Administration Add site admin gitservers page
  • Administration Add license site-admin page to Svelte app
  • Administration Add feature flags page to Svelte app
  • Administration Add global-settings page

    Added global-settings page to site admin interface

  • Administration Add site admin support to Svelte app

    Added site admin support to the Svelte app, including Overview, Feedback surveys, and Site configuration pages

  • Authentication Embed password reset page
  • Authentication Embed sign-in, sign-up and post-sign-up pages

    Sign-in, sign-up, and post-sign-up pages are now embedded in the Svelte application.

  • Cody Add Claude Sonnet 4.5
  • Access Control Add 'request access' page to Svelte app

    Added a 'request access' page to the Svelte app, allowing users to request access when needed.

  • Code Graph Embed React repo code-graph pages
  • Source Allow 'all' value for requiredSsoOrgs

    Allow 'all' value for requiredSsoOrgs parameter to require authorization to all SSO organizations

  • Source Handle X-GitHub-SSO headers for auth validation

    Added support for validating GitHub SSO authentication via X-GitHub-SSO headers. Admins can now configure required SSO organizations in the sign-in provider settings to ensure users properly authenticate with SSO-enabled orgs. Error messages for authentication issues are now displayed on the Account Security page.

  • Source Have git fetch mark repositories as corrupt if "fatal: bad object xxx" occurs
  • User Settings Embed user profile and settings into Svelte app

    User profile and settings pages are now rendered in the Svelte app, with improved UI for the profile page and enhanced sidebar navigation supporting menu groups.

  • Webhooks Add incoming webhooks site-admin pages
  • Webhooks Add site admin outgoing webhooks page

    Added site admin page for managing outgoing webhooks

Fixes

  • Deep Search Emit telemetry events for external client API usage
  • Deep Search Fix viewer polling API calls for shared threads
  • Deep Search Fix broken links in responses with deepsearch in URL

    Converts schemeless URLs generated by the LLM to absolute URLs to prevent broken links containing /deepsearch/ in the path.

  • Deep Search Fix up/down arrow keys in text box
  • Deep Search Fix code preview spacing
  • Code Search Ignore deleted users when fetching saved searches
  • Batch Changes Add metadata identification for gitlab pushed-only changesets
  • Batch Changes Avoid changeset duplication for Gerrit

    Fixed changeset duplication for Gerrit during network instability by adding pre-retry verification to check if changes already exist before retrying failed operations.

  • Batch Changes Replace react-router imports with universal wildcard for changeset list UI

    Fixed runtime errors in batch changes changeset diff UI when rendered within SvelteKit

  • Authentication Fix client-side password comparison and validation

    Fixed password validation to properly compare password and confirm password fields across component re-renders

  • Cody Make thread history button more discoverable
  • Permissions Always clean up permissions for non-existent accounts

    Fixed a race condition where deleting an external account in the middle of a permissions sync could cause permissions for that account to stick around indefinitely.

  • RBAC Ensure that create role modal is fully visible
  • Repositories Fix Gerrit icon theme adaptation

    Gerrit icon now properly adapts to light and dark themes.

  • Security Update redis to 7.4.6-272

    Updated redis to 7.4.6-272, which patches CVE-2025-49844, CVE-2025-46817, CVE-2025-46818, and CVE-2025-46819

  • Autocomplete Fix trailing whitespace in assistant messages for all API versions
  • Perforce Don't error on empty p4broker data

    Fixed an issue where a Perforce user's permissions would not be removed when the user was deleted on Perforce and p4broker was being used as a proxy.

  • Source Gitserver: change fs.DeleteRepo repository existence check to see if the folder exists, not HEAD file alone
  • Source Gitserver: have fetch corruption detection logic also examine last megabyte of command output
  • Source Remove verified email requirement when connecting an external account

    Allow connecting GitHub accounts with no verified emails when already authenticated

  • Source Various external accounts modal tweaks
    • Fixed Gerrit account connection modal not reopening after being closed in external accounts settings
    • Fixed Gerrit icon visibility issues
    • Improved spacing consistency between React and Svelte external account modals
  • User Settings Fix password update form validation

    Fixed password update form validation in user settings

Removed

  • Code Intel All code associated with LSIF support

    Removed support for LSIF format.

  • Analytics Remove site-admin/analytics pages

    The deprecated site-admin analytics pages have been removed. All Sourcegraph analytics are available at analytics.sourcegraph.com.

  • Inference Remove support for gemini-1.5-pro-002

    Removed support for the deprecated gemini-1.5-pro-002 model

Sourcegraph 6.8.2313

This is a patch release for Sourcegraph 6.8.

Details

Improvements

  • Cody Update Cody Web to 0.36.0

Fixes

  • Code Insights Use median value for sorting insight series
  • Prompts Handle user soft delete errors in prompts resolver gracefully

Sourcegraph 6.8.0

Sourcegraph MCP server

Connect AI agents and applications to your Sourcegraph instance via the new Model Context Protocol (MCP) Server. [...]

Details

Improvements

  • Deep Search Add MCP tool for running deep search queries
    • DeepSearch tool added to the MCP API, enabling codebase assistant integration to run deep search queries and return results with dashboard links
  • Deep Search Add Model Context Protocol server endpoint
    • Added Model Context Protocol (MCP) support to Deepsearch API
    • Refactored tool response handling to use strongly typed responses
    • Moved error messages and notes to dedicated fields instead of embedding in content
    • Removed X-Requested-With middleware requirement for MCP endpoints
  • Deep Search Combine line ranges in identical files
    • File sources now support multiple line ranges within a single file, reducing visual clutter when different parts of the same file are referenced
    • File previews display up to 3 ranges with separators between them
    • Backend tools use a new lineRanges array format instead of single lineRange
  • Deep Search Record analytics when a shared thread is viewed
    • Added tracking for when DeepSearch conversations are shared and viewed by others
  • Code Search Consider existing file: filters for suggestions

    File filter suggestions now consider existing file filters in the query, providing more relevant autocomplete results when multiple file filters are used.

  • Code Search Display index type in index picker
  • Authentication Add predefined OAuth client for Visual Studio

    Added a predefined OAuth client for Visual Studio.

  • Authentication Add predefined OAuth client for Cody

    Enables OAuth authentication for Sourcegraph Cody across all IDEs using device flow with authorization_code, refresh_token, and device_code grant types.

  • Code Insights Embed insight dashboard edit pages
  • Code Insights Embed standalone and edit pages in SvelteKit shell
  • Code Insights Embed insights creation pages in SvelteKit shell
  • Cody Add Claude Opus 4.1

    Added Claude Opus 4.1 model support to Cody

  • Cody Fix critical Google Vertex regression and add Gemini support with Workload Identity auth
    • Added Workload Identity authentication support for Google Vertex as an alternative to access token authentication
    • Fixed issues preventing Gemini models from being used with Cody
    • Resolved critical regression that broke Google Vertex Anthropic support
    • Introduced authentication cache to optimize Workload Identity authorization performance
  • RBAC Add RBAC permission that allows uploading SCIP code index

    Users can now be allowed through the RBAC system to upload SCIP indexes for repositories they do not have write access to on code forge. This also applies to service accounts.

  • Repositories Support Bitbucket Server's archived repositories

    Sourcegraph now supports Bitbucket Server's official way to archive a repository. The workaround of applying an "archived" label is no longer supported.

  • Repositories Support .git-blame-ignore-revs for Blame commands

    Support for .git-blame-ignore-revs files in the root of repositories.

  • Repositories Embed repository own pages in shell
  • TLS Remove experimental status from tls.external setting and deprecate code-host certificate settings

    experimentalFeatures->tls.external is not experimental anymore. The old setting is still respected, but customers should move to the new top-level tls.external setting. The certificate setting for Bitbucket server, GitHub, and GitLab has been marked as deprecated, the tls.external setting should be used instead and is the only correctly working setting. Both will be removed in a future release.

  • Prompts Embed React prompts pages

    Prompt pages now embedded in the Svelte app with improved accessibility and testing

Fixes

  • Deep Search Prevent input and follow up boxes from accepting pasted images
  • Deep Search Report suggested follow-ups as raw LLM call in analytics

    Follow-up suggestion analytics events are now correctly recorded as DeepSearchEventRawLLM instead of DeepSearchEventFollowUp.

  • Deep Search Add composite index for user_id and updated_at

    Improved query performance for retrieving user's most recently updated deep searches by adding a composite database index.

  • Deep Search Make Deep Search responsive on smaller screens

    Deep Search now works on smaller screens and mobile devices. The sidebar has been converted to an overlay for better mobile navigation.

  • Deep Search Only show follow-up suggestions for most recent QA pair
  • Code Search Fix repositories search alert UI styling

    Fixed styling issues in the repositories search alert UI.

  • Code Search Add billingMetadata to search:execute event
  • Authentication Fix OAuth provider matching when multiple client IDs are present for the same URL

    Fixed OAuth provider matching to correctly handle cases where multiple client IDs are configured for the same URL.

  • Cody Fix max output tokens for Claude Opus 4.1
  • Documentation Fix repository metadata documentation link
  • Permissions Deduplicate repository permissions on Repo Permissions page

    Fixed a bug where the number of repositories a user has access to could be greatly exaggerated on their Repo Permissions page.

  • Permissions Fix repo permissions page pagination

    Pagination on a user's Repo Permissions page now works correctly.

  • UI Fix style issues with embedded React pages
  • UI Fix SvelteKit theme state synchronization

    Fixed theme state synchronization between SvelteKit and React applications

  • Notebooks Add redirect from /search/notebook to /notebooks in new web app

    Add redirect from /search/notebook to /notebooks

  • Source Git blame check for fs.PathError instead of NotFound error

    Fixed incorrect error handling in Git blame that caused unnecessary error logging for missing files.

  • Source Show different errors for user and organisation name conflicts

    Error messages now properly distinguish between user and organization name conflicts and are correctly formatted.

  • Source Decline sign-in for NoSignIn auth providers

Removed

  • Cody Cody API endpoints are no longer available

    Cody API endpoints (anything under /.api/llm) are no longer available.

  • Cody Deprecate EOL claude sonnet 3.5 model

    Mark the EOL Claude Sonnet 3.5 model (anthropic::2024-10-22::claude-3-5-sonnet-latest) as deprecated.

    closes: CODY-6235

Other

  • Cody Deprecate Claude Opus 4

Sourcegraph 6.7.2720

This is a patch release for Sourcegraph 6.7.

Details

Fixes

  • Cody Add reasoning to GPT-5 models

    Fixed model configuration to include reasoning parameter.

Sourcegraph 6.7.2518

This is a patch release for Sourcegraph 6.7.

Details

Improvements

  • Code Intel Add Tree-sitter support for Swift

    Swift code should be now properly highlighted using tree-sitter.
    Backport 61c45dfc1e2371fb4e6802f5d877cdcfbb139bce from #7113

Sourcegraph 6.7.1104

This is a patch release for Sourcegraph 6.7.

Sourcegraph 6.7.375

This is a patch release for Sourcegraph 6.7.

Details

Other

  • Uncategorized Improve Bitbucket repo listing performance

    Addressed pagination and performance issues with listing Bitbucket.org repositories in Enterprise Starter repository management.
    Backport cd8120b70d93d9ab4021f7c284464bcd5b5246de from #7112

Sourcegraph 6.7.229

This is a patch release for Sourcegraph 6.7.

Details

Fixes

  • Cody Add reasoning to GPT-5 models

    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

  • Cody Include UseLegacyCompletions in the config conversion layer
    • Addresses 422 Unprocessable Entity errors due to Cody client using /v1/chat/completions instead of the legacy /v1/completions.
      Backport 231d6ebe20ec8e327fc9695f4df5e6039bb8208e from #7054

Sourcegraph 6.7.0

Enhanced code navigation performance and accuracy

The precise code navigation logic has been rewritten for better correctness and performance. [...]

Introducing pricing plans and major updates for Deep Search

Deep Search is moving out of free preview with new pricing, plus major updates including API support, branch compatibility, and enhanced UX. [...]

GPT-5 is now available in Cody Enterprise

OpenAI's GPT-5 model is now available for Cody Enterprise users using v6.7. [...]

Syntax highlighting for SQL

Syntax highlighting is now available for SQL files. [...]

Details

Improvements

  • Deep Search Add share url to deepsearch

    DeepSearch conversations now include a shareable URL, making it easier to share conversations with others.
    Backport 08602f581464e9f8c1c766cf7542649159bacfc8 from #7078

  • Deep Search Add v1 to deepsearch APIs prefix

    Added v1 prefix to deepsearch APIs

  • Deep Search Add telemetry for quota check fail-open scenarios
    • Added licensing.canConsumeDeepSearchQuota and licensing.consumeDeepSearchQuota telemetry events to track quota check failures
    • Telemetry captures error codes, license key status, and error details for debugging fail-open scenarios
  • Deep Search Migrate question data model to the server

    Added API endpoints for creating and updating questions within a deep search thread

  • Code Intel Syntax highlighting for SQL now supported
  • Cody GPT-5 is now available in Cody Enterprise
  • Cody Fix critical Google Vertex regression and add Gemini support with Workload Identity auth
    • Google Vertex now supports Workload Identity authentication as an alternative to access token authentication.
    • Gemini models can now be used with Google Vertex.
      Backport f80ec0d84a54336daf66fa6e9c8a43cea9ac1fc2 from #7075

Fixes

  • Deep Search Sources from tool calls no longer lost

    Fixed a bug where sources were not being recorded

  • Deep Search Migrate questions to fix tool calls

    Fixed incorrectly formatted tool calls in DeepSearch questions that contained invalid fields or missing data

  • Deep Search Include thread history in follow-up questions
    • DeepSearch now maintains conversation context in follow-up questions
    • Added validation to prevent errors from unfinished tool calls in conversation history
  • Prompts Gracefully handle deleted users for tags

    Gracefully handle deleted users for tags in prompts

  • Symbols Match child symbols with their parent using full container path

    Fixed symbols sidebar to correctly display deeply nested symbols for languages such as Go, Java, and Python that use . for nesting.

Sourcegraph 6.6.2517

This is a patch release for Sourcegraph 6.6.

Details

Fixes

  • Batch Changes Add constraint to remove duplicate template fields in batch spec library variables table


    Backport 15c66e519eb2b5ec9493f1c8372b93490a72ec32 from #6741

Other

  • Uncategorized Add gemini 2.5 flash and gemini 2.5 pro


    Backport d9fd3848772f74133b54bcb33516d2b114f20953 from #6700

Sourcegraph 6.6.868

This is a patch release for Sourcegraph 6.6.

Details

Other

  • Uncategorized Add gemini 2.5 flash and gemini 2.5 pro

    Backport d9fd384 from #6700

  • Uncategorized Refactor(cody-gateway) Deprecate gemini-2.5-flash-preview-04-17 and gemini-2.5-pro-preview-03-25


    Backport f90029b038f82815a3a234213737d11f04059938 from #6684

Sourcegraph 6.6.0

Batch spec templating

Advanced templating in Batch Changes specs enables dynamic variable substitution and helper functions for more powerful automated code changes. [...]

Group metrics in Inventory Stats charts

Compare teams, track migrations, and understand repo composition with grouped visualizations. [...]

New Code Insight for tracking code inventory over time

You can now track lines of code, repo size, and file count at scale with a new built-in Code Insight. [...]

Details

Improvements

  • Deep Search Implemented dotcom gating for deepsearch

    Implemented deep search quota enforcement for dotcom users:

    • CanConsumeDeepSearchQuota: Check if user has available quota
    • ConsumeDeepSearchQuota: Decrement quota when user performs deep search
    • GetDeepSearchUsage: Return current quota usage and reset time
  • Deep Search Single URL for deepsearch [SPLF-1207]

    Deep search URLs are now directly shareable

  • Batch Changes Enable forked repos flow for pushed-only changesets [gitlab only]
    • Enable forked repos flow for pushed-only changesets [gitlab only]
  • Batch Changes Enable forked repos flow for pushed-only changesets [github only]
    • Enable forked repos flow for pushed-only changesets [github only]
  • Batch Changes New batch changes experience with templates

    feat(batches): new batch changes experience with templates

  • Authentication OAuth 2.0 support for secure API access
  • Code Insights Group metrics in Inventory Stats charts

Fixes

  • Batch Changes Introduce workaround for batch changes users on fine-grained pats for github repos


    Backport 9e232e27c2c1a19b69b01cea12ae0194fb7d4422 from #6656

  • Batch Changes Update schema link to public artifacts repo

    fix(batches): update schema link to public artifacts repo

  • Source Teams: githubapp: make scopes use proper pagination


    Backport a278c9287fd779ca9f26d10b2146e7c6cadfbcb3 from #6651

Other

  • Deep Search Replaced compaction and turn limit with token limit

    Replaced turn limits in deep search with a token limit

  • Batch Changes Remove unnecessary comments
    • Remove unnecessary comments
  • Batch Changes Add more backend telemetry for pushed-only changesets
    • Add more backend telemetry for pushed-only changesets
  • Batch Changes Refactor to use AbbreviateRef instead of TrimPrefix for pushed-only changesets
    • refactor to use AbbreviateRef instead of TrimPrefix for pushed-only changesets
  • Uncategorized Merge Cody ignore and context filters for both dotcom and enterprise


    Backport c201fd4027ba118b2c8a0cd089003638f13db429 from #6593

  • Uncategorized Added QuotaUsage information to HandleRetrieveDeepSearchs response
    • Added QuotaUsage information to HandleRetrieveDeepSearchs
  • Uncategorized [CORE-1158] deepsearch: Added store for quota checks
    • Added store layer for tracking deep search queries
  • Uncategorized CI removing upload to demo workflow

    DINF-1196 has all details

  • Uncategorized Remove scip-go upload to demo.sourcegraph.com

    https://sourcegraph.slack.com/archives/C04MYFW01NV/p1750800014304569

    0s Run src code-intel upload -github-token='***' -no-progress -repo=github.com/sourcegraph/sourcegraph 💡 Inferred arguments repo: github.com/sourcegraph/sourcegraph commit: 552dc9[1](https://github.com/sourcegraph/sourcegraph/actions/runs/15861555759/job/44720169430?pr=6219#step:9:1)055580be3a0c021e40aacf0977710f1e1 root: dev/ci/images file: index.scip indexer: scip-go indexerVersion: 0.1.24 unexpected status code: 404 (failed to authorize request: repo not found: name="github.com/sourcegraph/sourcegraph") Error: Process completed with exit code 1.

  • Uncategorized Add Cody Deprecation Notice

    Cody will be deprecated on July 23rd 2025.

Sourcegraph 6.5.2654

This is a patch release for Sourcegraph 6.5.

Details

Fixes

  • Code Insights Skip empty repos for inventory insights

    fix(insights): skip empty repos for inventory insights
    Backport beee9d2241a4d3e854ac06ef8b5d8d000bd84a69 from #6250

  • Migrator Remove links to sourcegraph/sourcegraph repo in drift summary
    • fix(migrator): remove private repo links in migrator drift output


    Backport 4ae3c3a6b6d60bb99421293df830a9e63a53ae01 from #6463

Sourcegraph 6.5.1211

This is a patch release for Sourcegraph 6.5.

Sourcegraph 6.5.0

OAuth 2.0 support for secure API access

Enterprise customers can now use OAuth 2.0 to securely connect apps and scripts to Sourcegraph APIs with support for OIDC, PKCE, device auth, and M2M tokens. [...]

Service accounts for secure API integrations

Service accounts let admins create non-UI actors with API access - ideal for secure, controlled integrations. [...]

Expanded context windows for Cody Chat

We've increased input and output context limits across models to support more powerful, large-scale coding workflows. [...]

Details

Improvements

  • Code Search Add a new Code Insight for tracking inventory statistics over time
    • 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
    • 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
  • Code Search Add graphql endpoints for inventory stats insight
    • New GraphQL endpoints
      • query:
        • inventoryStatsPreview
      • mutation:
        • createInventoryStatsInsight
        • updateInventoryStatsInsight
  • Code Search Expose Inventory settings in site config
    • The Inventory environment variables have been moved into site config settings (in the "inventory" section):
      • USE_ENHANCED_LANGUAGE_DETECTION: "disableEnhancedLanguageDetection" (defaults to false)
      • GET_INVENTORY_GIT_SERVER_CONCURRENCY: "gitServerConcurrency" (defaults to 4)
      • GET_INVENTORY_REDIS_CONCURRENCY: "redisConcurrency" (defaults to 20)
      • GET_INVENTORY_MAX_INV_IN_MEMORY: "maxInventoryInMemory" (defaults to 1000)
      • GET_INVENTORY_TIMEOUT: "timeoutInMinutes" (defaults to 5)
  • Batch Changes Changesets without merge requests in Batch Changes
  • Batch Changes Add experimental icon + code host limits to pushed-only changesets UI
    • Add experimental icon + GitLab/GitHub only specification for pushed-only changesets in batch changes UI

    Backport 04be437 from #6180

  • Batch Changes Enable bulk ops for pushed-only-changesets (github only)
    • Add 'push only' bulk operation for Github
  • Analytics Improve updateCheck to check for canonical version
    • feat(telemetry): add canonical PG version check for detecting external db usage
  • Authentication Service Accounts for secure API integrations
  • Cody Expanded context windows for Cody Chat
  • Rel Add granular telemetry for external databases

    [telemetry] add granular database telemetry.

  • Release ConnectRPC endpoints for VerifyExecutorsRelease
    • releaseplatform: add rpc endpoint for VerifyExecutorsWorkflow
  • Release Fix handler initialization and add testing
    • Correct handler init for gcp and aws clients in releaseplatform, add testing
  • Release Add support for aws and gcp client initialization options
    • releaseplatform: added secret injection to aws and gcp clients
  • Release Add aws verification to temporal executors check workflow
    • add aws verification to VerifyExecutorsRelease temporal workflow
  • Rerun Changesets Warn when rerunning a changeset triggers more changesets to be rerun
    • GIN index to efficiently search workspace by changesetSpec
    • resolver endpoint to get workspace from changesetSpec
    • UI warning in preview step
  • Uncategorized Add a tooltip on the retry button

    Adds a tooltip to the retry button on the batch changes preview page.

    image

Fixes

  • Batch Changes GitLab webhooks for merge requests not associated with batch changes now return HTTP 204 instead of HTTP 500 errors

    fix(batches): GitLab webhooks for merge requests not associated with batch changes now return HTTP 204 instead of HTTP 500 errors
    Backport b5e926187d14784ea9a51fefca626379a25bda3e from #6052

  • Batch Changes Don't sync changesets from soft-deleted namespaces

    fix(batches): fixed an issue where Batch Changes would attempt to sync changesets from deleted namespaces resulting in delays and timeouts for active changesets

  • Batch Changes Fix label unmarshalling for gitlab events

    fix(batches): fixed an issue where GitLab merge request events would fail to handle labels

  • Cody Gateway Update Claude 4 sonnet model tiers

    green ci

  • Pre Commit Don't flag service account configuration as a credential
    • make google cred pre commit hook more precise
  • Source Retry watching executor pods

    Fixed an issue where Sourcegraph would mark executor jobs as failed when briefly losing connection to a pod, even though the pod was still running.

Sourcegraph 6.4.3889

This is a patch release for Sourcegraph 6.4.

Details

Fixes

  • Batch Changes Don't sync changesets from soft-deleted namespaces (#6039)

    fix(batches): fixed an issue where Batch Changes would attempt to sync changesets from deleted namespaces resulting in delays and timeouts for active changesets

Sourcegraph 6.4.2622

This is a patch release for Sourcegraph 6.4.

Details

Fixes

  • Source Retry watching executor pods (#5813)

    @sourcegraph/release

  • Source Handle 429 TooManyRequest responses from GitHub

    Fixed an issue where Sourcegraph was not handling rate limit responses from GitHub correctly.
    Backport bf997a77ecc58fe669b015aa6e8d2578c4e78607 from #5787

Sourcegraph 6.4.1203

This is a patch release for Sourcegraph 6.4.

Details

Fixes

  • Cody Update output limit for opus4


    Backport 1269f3af4920629aab9a6fbc6a770932a7b8e64f from #5689

  • Rel Verify glibc version in postgresql images

    release: add container test to verify glibc version does not get unintentionally upgraded in PostgreSQL container images`


    Backport 68a8d54c9e8fd0a3ff0286d0141f07372209f19a from #5670

  • Release Pin containerd version in executor build


    Backport 0bc959fd07f2f6d55da1f3e6ce6cc6f5e5b2d231 from #5643