Releases Sourcegraph 6.12.5040
February 10, 2026

Sourcegraph 6.12.5040

This is a patch release for Sourcegraph 6.12.

Details

Improvements

  • Repositories Remove usage of deprecated Bitbucket Cloud APIs, suggest API tokens on setup

Fixes

  • Code Search Fix hybrid zoekt query negation across content and path

    Fixed negated terms in hybrid search to correctly exclude files when the term appears in either the file path or contents.

  • Code Search Fix search history not saving new searches

    Fixed search history not saving new searches after the Svelte 5 signals migration.

  • Authentication When deleting a user don't try to remove pending permissions

    Improved user deletion latency by optimizing database calls and removing redundant work

  • Code Insights Fix action buttons in code insight headers

    Fixed action buttons (such as delete) in code insight headers that were not functioning correctly

  • Cody Restore support for file and repo messages in internal Cody…
  • Database Make pg_stat_statements Postgres extension optional

    Migrator now gracefully handles cases where the pg_stat_statements extension cannot be installed due to database permission restrictions

  • Database Fix listing access tokens created by hard-deleted users

    Fixed an issue where access tokens created by hard-deleted users could not be listed.

  • Bitbucket Don't rate limit certain Bitbucket API calls

    Fixed user-initiated actions (OAuth sign-in, auth token validation) that would hang when the internal Bitbucket rate limit was hit. These operations now bypass the internal rate limiter.

  • Commits Show commits with changes to large files

    Commits with changes to large files are now displayed with plaintext diff output when syntax highlighting is unavailable.

Self-hosted resources