sourcegraph v3.31.1 Release Notes

  • โž• Added

    • The required authentication scopes required to enable caching behaviour for GitHub repository permissions can now be requested via allowGroupsPermissionsSync in GitHub auth.providers. #24328

    ๐Ÿ”„ Changed

    • ๐Ÿ”€ Caching behaviour for GitHub repository permissions enabled via the authorization.groupsCacheTTL field in the code host config can now leverage additional caching of team and organization permissions for repository permissions syncing (on top of the caching for user permissions syncing introduced in 3.31). #24328

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a panic in the worker service preventing code insights from populating with data. #24475