sourcegraph v3.30.1 Release Notes

  • ⬆️ ⚠️ Users on 3.29.x are advised to upgrade directly to 3.30.3. If you have already upgraded to 3.30.0, 3.30.1, or 3.30.2 please follow this migration guide.

    🛠 Fixed

    • 📚 An issue where the UI would occasionally display lsifStore.Ranges: ERROR: relation \"lsif_documentation_mappings\" does not exist (SQLSTATE 42P01) #23115
    • 🛠 Fixed a vulnerability in our Postgres Alpine image related to libgcrypt #23174
    • ⚡️ When syncing in streaming mode, repo-updater will now ensure a repo's transaction is committed before notifying gitserver to update that repo. #23169
    • ⚡️ When encountering spurious errors during streaming syncing (like temporary 500s from codehosts), repo-updater will no longer delete all associated repos that weren't seen. Deletion will happen only if there were no errors or if the error was one of "Unauthorized", "Forbidden" or "Account Suspended". #23171
    • External HTTP requests are now automatically retried when appropriate. #23131