sourcegraph v2.6.5 Release Notes

  • ➕ Added

    • The externally accessible URL path /healthz performs a basic application health check, returning HTTP 200 on success and HTTP 500 on failure.

    Behavior changes

    • 🔀 Read-only forks on GitHub are no longer synced by default. If you want to add a readonly fork, navigate directly to the repository page on Sourcegraph to add it (e.g. https://sourcegraph.mycompany.internal/github.com/owner/repo). This prevents your repositories list from being cluttered with a large number of private forks of a private repository that you have access to. One notable example is https://github.com/EpicGames/UnrealEngine.
    • SAML cookies now expire after 90 days. The previous behavior was every 1 hour, which was unintentionally low.