Changelog Release 5.10.2832
DECEMBER 12, 2024

Sourcegraph 5.10.2832

A newer patch release is available: 5.10.3940. See all changes in Sourcegraph 5.10.

Details

Improvements

Fixes

  • Rel Remove `--link` and add optional args env var

    fix(rel): change pg_upgrade behavior to use copy instead of hard links
    Backport 13caa807d96dd4b5dd872fec2a38322d1888134a from #2192

  • Rel Remove -x flag in readiness check on database containers

    fix(rel): address issue with readiness check outputting passwords to logs.
    Backport 655a739e8e791d7aab1977d2c26543a3a4871809 from #2132

Other

  • Context: switch to Snowball stopwords (#2223)

    Narrowed down the stopwords list used in Cody context, to fix an issue where we could miss highly relevant files.

    Backports https://github.com/sourcegraph/sourcegraph/pull/2223

  • Bugfix: do not load commit history eagerly
    • Fixes a bug where the new web app may consume an outsized amount of backend resources when browsing large repositories.
      Backport 79546146e2bfa4e3fcee1a8e825ad48823c8cd77 from #2197
  • Ci Bzlmod migration for rules_syft


    Backport fbf92aedbb81f00766d7107015b7697352b5c482 from #1812