Sourcegraph 6.11.1446
A newer patch release is available: 6.11.5639. See all changes in Sourcegraph 6.11.
Details
Improvements
- Repositories mTLS support for code hosts
Sourcegraph can now communicate to code hosts using mTLS by providing a list of
{"host", "clientCertificate", "clientKey"}configurations in the site config undermtlsConfigurationsintls.external. - Code Nav Add line-level highlighting for diff and patch files
- Authentication Add site setting auth.idpDynamicClientRegistrationEnabled
Sourcegraph now supports OAuth 2.0 Dynamic Client Registration (RFC 7591). This makes it easier to authenticate against Sourcegraph from an MCP client. As an administrator you must set
auth.idpDynamicClientRegistrationEnabledtotruein your site settings.
Fixes
- Observability Fix alerts documentation URLs in observability alerts
- Licensing Clear license key errors when applying new license key
Fixed an issue where applying a new license key would not clear messages from the old, expired license key.
- Deep Search Apply feature-flags initial value before the first render
Ensure that citations are enabled by default and rendered correctly even when the feature flag value is not set on the backend.