Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ All notable changes to `src-cli` are documented in this file.
- Updated Go to 1.24.1

## 6.1.0

- Support uploading GZIP compressed SCIP indexes [1146](https://github.com/sourcegraph/src-cli/pull/1146)
- Remove deprecated `lsif` subcommand, and remove LSIF->SCIP conversion support [1147](https://github.com/sourcegraph/src-cli/pull/1147)

Expand All @@ -42,6 +43,7 @@ All notable changes to `src-cli` are documented in this file.
- Update x/crypto to fix reported CVE-2024-45337

## 5.10.0

- cody gateway benchmark changes
- fix local builds for non sourcegraph team [1121](https://github.com/sourcegraph/src-cli/pull/1121)

Expand Down Expand Up @@ -82,7 +84,7 @@ All notable changes to `src-cli` are documented in this file.

### Added

- Batch Changes: Added support for batch spec versions. Batch specs with `version: 2` will default to keyword search to resolve workspaces if the pattern type is not specified explicitly. (https://github.com/sourcegraph/sourcegraph/pull/63613)
- Batch Changes: Added support for batch spec versions. Batch specs with `version: 2` will default to keyword search to resolve workspaces if the pattern type is not specified explicitly. (<https://github.com/sourcegraph/sourcegraph/pull/63613>)

### Changed

Expand Down Expand Up @@ -149,11 +151,13 @@ All notable changes to `src-cli` are documented in this file.
## 5.1.0

### Added

- `src validate install` can check executor connections [#974](https://github.com/sourcegraph/src-cli/pull/974)
- `src validate install` can send test SMTP message [#973](https://github.com/sourcegraph/src-cli/pull/973)
- `src repos {add|update|delete}-metadata -repo-name` flag support [#977](https://github.com/sourcegraph/src-cli/pull/977)

### Changed

- Renamed `src repo {add|update|delete}-kvp` to `repo {add|update|delete}-metadata` [#972](https://github.com/sourcegraph/src-cli/pull/972)

## 5.0.3
Expand Down Expand Up @@ -194,7 +198,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.

### Fixed

- `src codeintel upload` will no longer overwrite the entire route supplied via `-upload-route` if SCIP data is detected. [#934](https://github.com/sourcegraph/src-cli/pull/934)
- `src codeintel upload` will no longer overwrite the entire route supplied via `-upload-route` if SCIP data is detected. [#934](https://github.com/sourcegraph/src-cli/pull/934)

## 4.4.1

Expand Down Expand Up @@ -240,7 +244,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
### Added

- Batch specs being run locally with `src batch preview` or `src batch apply` can now be run with the `-run-as-root` flag, which will run all step containers as root instead of the default user for the image. This is off by default. [#886](https://github.com/sourcegraph/src-cli/pull/886)
- An **experimental** set of `src snapshot` commands for generating and sharing snapshots of Sourcegraph instances, as well as testing Sourcegraph instances restored from snapshots. [#888](https://github.com/sourcegraph/src-cli/pull/888), [#889](https://github.com/sourcegraph/src-cli/pull/889), [#890](https://github.com/sourcegraph/src-cli/pull/890)
- An __experimental__ set of `src snapshot` commands for generating and sharing snapshots of Sourcegraph instances, as well as testing Sourcegraph instances restored from snapshots. [#888](https://github.com/sourcegraph/src-cli/pull/888), [#889](https://github.com/sourcegraph/src-cli/pull/889), [#890](https://github.com/sourcegraph/src-cli/pull/890)

### Changed

Expand Down Expand Up @@ -314,7 +318,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.

### Changed

- **IMPORTANT:** Searches using the command `src search -stream` is updated to use a **new and better search result schema**, improving highlighting and accurate result counts for multiline matches. Please see the new JSON schema for results if you use the `src search -stream -json` output: [#807](https://github.com/sourcegraph/src-cli/pull/807)
- __IMPORTANT:__ Searches using the command `src search -stream` is updated to use a __new and better search result schema__, improving highlighting and accurate result counts for multiline matches. Please see the new JSON schema for results if you use the `src search -stream -json` output: [#807](https://github.com/sourcegraph/src-cli/pull/807)

### Fixed

Expand Down Expand Up @@ -937,7 +941,7 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
### Changed

- `src campaign [apply|preview]` now prints more detailed information about the diffs produced in each repository when run in verbose mode with `-v`. [#390](https://github.com/sourcegraph/src-cli/pull/390)
- The dependency `go-diff` has been upgraded to 0.6.1 to include https://github.com/sourcegraph/go-diff/pull/55.
- The dependency `go-diff` has been upgraded to 0.6.1 to include <https://github.com/sourcegraph/go-diff/pull/55>.

## 3.22.2

Expand Down
Loading