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.
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.

Introducing API docs
Try out our brand new experimental feature that builds on top of Sourcegraph's semantic understanding of your code to analyze and generate API documentation. We're starting with Go and would love to hear from you what language we should tackle next.
Read the Sneak peek: API documentation generated for all your code blog post for more details.
