You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ All notable changes to `src-cli` are documented in this file.
26
26
- Updated Go to 1.24.1
27
27
28
28
## 6.1.0
29
+
29
30
- Support uploading GZIP compressed SCIP indexes [1146](https://github.com/sourcegraph/src-cli/pull/1146)
30
31
- Remove deprecated `lsif` subcommand, and remove LSIF->SCIP conversion support [1147](https://github.com/sourcegraph/src-cli/pull/1147)
31
32
@@ -42,6 +43,7 @@ All notable changes to `src-cli` are documented in this file.
42
43
- Update x/crypto to fix reported CVE-2024-45337
43
44
44
45
## 5.10.0
46
+
45
47
- cody gateway benchmark changes
46
48
- fix local builds for non sourcegraph team [1121](https://github.com/sourcegraph/src-cli/pull/1121)
47
49
@@ -82,7 +84,7 @@ All notable changes to `src-cli` are documented in this file.
82
84
83
85
### Added
84
86
85
-
- 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)
87
+
- 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>)
86
88
87
89
### Changed
88
90
@@ -149,11 +151,13 @@ All notable changes to `src-cli` are documented in this file.
149
151
## 5.1.0
150
152
151
153
### Added
154
+
152
155
-`src validate install` can check executor connections [#974](https://github.com/sourcegraph/src-cli/pull/974)
153
156
-`src validate install` can send test SMTP message [#973](https://github.com/sourcegraph/src-cli/pull/973)
154
157
-`src repos {add|update|delete}-metadata -repo-name` flag support [#977](https://github.com/sourcegraph/src-cli/pull/977)
155
158
156
159
### Changed
160
+
157
161
- Renamed `src repo {add|update|delete}-kvp` to `repo {add|update|delete}-metadata`[#972](https://github.com/sourcegraph/src-cli/pull/972)
158
162
159
163
## 5.0.3
@@ -194,7 +198,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
194
198
195
199
### Fixed
196
200
197
-
-`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)
201
+
-`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)
198
202
199
203
## 4.4.1
200
204
@@ -240,7 +244,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
240
244
### Added
241
245
242
246
- 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)
243
-
- 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)
247
+
- 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)
244
248
245
249
### Changed
246
250
@@ -314,7 +318,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
314
318
315
319
### Changed
316
320
317
-
-**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)
321
+
-__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)
318
322
319
323
### Fixed
320
324
@@ -937,7 +941,7 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
937
941
### Changed
938
942
939
943
-`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)
940
-
- The dependency `go-diff` has been upgraded to 0.6.1 to include https://github.com/sourcegraph/go-diff/pull/55.
944
+
- The dependency `go-diff` has been upgraded to 0.6.1 to include <https://github.com/sourcegraph/go-diff/pull/55>.
0 commit comments