Sourcegraph 3.30 release
âš ï¸ WARNING: Users upgrading from 3.29 are advised to upgrade directly to Sourcegraph 3.30.3. This release contains critical fixes to issues in previous 3.30.x releases.
If you have already upgraded to 3.30.0, 3.30.1, or 3.30.2 and are encountering issues, please follow this migration guide.
Sourcegraph 3.30 is now available! For this release, we introduced:
Batch Changes: Publish and unpublish changesets from the GUI
Batch Changes features a powerful idempotent spec-based workflow, where the spec file defines the batch change. In particular, the published
property defines if changesets are published to the codehost or not.
This workflow is great for reproducibility and having a completely CLI-based workflow, and we are keeping it!
In addition, we are allowing changesets to be published and unpublished directly from the GUI, to make the workflow more approachable to new users. Simply omit the published
field in the specs, and the GUI will become the source of truth for publishing changesets.
New code search reference
We've added a new search reference to the search results sidebar. The search reference lists search filters which can be expanded to display documentation and examples. The reference can be used to learn about filters or as a shortcut to using the filters in queries.