Sourcegraph is no longer open source

The latest version of Sourcegraph, version 5.2.0, includes several updates and bug fixes. Notably, golang.org/x/net/trace instrumentation has been removed entirely from core Sourcegraph services but is still available for Zoekt. In addition, there are fixes for crashed indexes, Bitbucket Cloud configuration validation, and race conditions with the grpc server.send message. Other improvements include support for Kubernetes environments, documentation for GitHub fine-grained access tokens, and the ability to block auto-indexing scheduling and inference. The release also introduces new features like multi-repo scope selector for Cody on the web and the ability to sign commits for changesets published on GitHub code hosts.

https://github.com/sourcegraph/sourcegraph/blob/main/CHANGELOG.md

To top