Skip to content

Instantly share code, notes, and snippets.

@emidoots
Last active August 14, 2019 13:21
Show Gist options
  • Save emidoots/5d7d64f7078208dbf5a987e9d8a46fb9 to your computer and use it in GitHub Desktop.
Save emidoots/5d7d64f7078208dbf5a987e9d8a46fb9 to your computer and use it in GitHub Desktop.

breakdown of changes between current staging version (3.3.5) -> 3.3.7

3.4.0 (unreleased)

Added

Fixed

  • Fixed a bug where submitting a saved query without selecting the location would fail for non-site admins (#3628).
  • Fixed a major indexed search performance regression that occurred in v3.2.0. (#3685)
  • Fixed an issue where Sourcegraph would fail to update repositories on some instances (pq: duplicate key value violates unique constraint "repo_external_service_unique_idx") (#3680)
  • Fixed an issue where Sourcegraph would not exclude unavailable Bitbucket Server repositories. (#3772)

Changed

  • All 24 language extensions are enabled by default.

breakdown of changes from previous 3.3 version (3.3.0) -> 3.3.7

Added

Changed

  • All 24 language extensions are enabled by default.
  • Indexed search is now enabled by default for new Docker deployments. (#3540)

Removed

  • Removed smart-casing behavior from search.

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment