Announcing Sourcegraph 2.13
Announcing Sourcegraph 2.13
Sourcegraph 2.13 ships today, with several improvements:
- Indexed search option for single-node Docker container deployment to speed up searches (previously Enterprise-only, now free and open source)
- More ways to specify which GitHub and GitHub Enterprise repositories to sync
- In-product documentation at
/help
- Per-user repository permissions for GitLab, with more code hosts coming soon [Enterprise]
- Support for multiple authentication providers [Enterprise]
We're also shipping Sourcegraph extensions that add other new features:
- Whole-file Git blame annotations
- New search keywords for finding places where a package/module is used:
- go.imports:PACKAGE
- js.depends:MODULE
- py.imports:PACKAGE
- java.imports:DOTTED_CLASS
- php.uses:ALIAS
- New org:GITHUB_ORG search keyword to search among a GitHub organization's repositories
- Basic code intelligence for definitions and references using text search heuristics (non-precise, non-compiler-based)
- More comprehensive Sourcegraph extension documentation
- Authoring extensions
To enable these extensions on your Sourcegraph instance, visit User menu > Extensions. See Sourcegraph extensions documentation for more information.
Ready to get Sourcegraph 2.13? Install or update now.
Changelog
See the Sourcegraph changelog for a list of all changes in this release.
Thank you
Thank you to the open source contributors who helped make Sourcegraph even better:
- @faec: support advanced
repositoryQuery
specification for which GitHub repositories to sync (PR #482) - @lukeautry: offline support for JSON Schema resolution (PR #550), fix invalid elapsedMilliseconds (PR #551)
- @jeroenherczeg: fix documentation links (PR #471)
- @jlangston: fix README links (PR #453)
- @yevbar: default color theme (PR #409)
- @ianlopshire: use external URLs (PR #269)
Next up: Sourcegraph 3.0
We're hard at work on the next major release, Sourcegraph 3.0. It will significantly improve language support for code intelligence, simplify deployment and site configuration, improve debuggability of code host integrations, and allow much more extensibility (including searching other types of things, such as GitHub issues and PR comments, rendered documentation, and log data). See the next couple months on the Sourcegraph product roadmap for more details. Work has already begun on sourcegraph/sourcegraph@master
.
If you're on Sourcegraph 2.x, you should update to 2.13 now and can upgrade to 3.0 when it is released.