Skip to content

Releases: sourcegraph/src-cli

3.43.1

18 Aug 22:04
1011302

Choose a tag to compare

Changelog

3.43.0

16 Aug 12:07
1aeca04

Choose a tag to compare

Changelog

3.42.3

09 Aug 19:49
da6bd59

Choose a tag to compare

Changelog

  • 86c548b Port workspaces path fix to src-cli (#779)
  • da6bd59 Run go mod tidy (#812)
  • c0cad1a Update dependency @types/tar to v6.1.2 (#808)
  • b400c2d batches: Log error from executeBatchSpecInWorkspaces (#811)
  • e043d96 search: use chunk matches to render multiline streamed results (#807)

3.42.2

20 Jul 23:44
f02a713

Choose a tag to compare

Changelog

  • f02a713 Don't keep unsupported/ignored repos error for server-side resolution (#804)

3.42.1

20 Jul 10:17
8db7dd7

Choose a tag to compare

Changelog

  • 8db7dd7 Fix workspace resolution for non-server-side (#803)

3.42.0

19 Jul 12:13
4d5a398

Choose a tag to compare

Changelog

3.41.1

11 Jul 17:38
16f9963

Choose a tag to compare

Changelog

  • ef2ba4d Cancel reading from stdin on Ctrl-C (#794)
  • 16f9963 Refactor execution to be able to use runSteps in exec mode directly (#798)
  • 0755599 batches: Cache filesystem mount (#795)
  • 256a8b7 batches: Refactor caching to get rid of execution cache results altogether (#797)
  • 237e58a batches: add SRC_HEADERS for passing multiple custom headers (#796)
  • 2fbc937 remove quotes from upload ID URL (#799)
  • 05e3f02 workflows: update pr-auditor workflow (#791)

3.41.0

17 Jun 11:50
9689dc7

Choose a tag to compare

Changelog

  • 9689dc7 Prepare changelog for 3.41.0 (#792)
  • 96335e5 batches: upsert batch change when running `src batch remote (#787)
  • 524c89a batches: use Docker CPU count as default parallelism, not GOMAXPROCS (#786)

3.40.11

16 Jun 16:00
46cc59c

Choose a tag to compare

Changelog

  • f776d41 Polish and use native workspaces in executors mode (#768)
  • 46cc59c Prepare changelog for 3.40.11 (#788)
  • 8503b35 batches: Don't let stderr clutter git output (#785)
  • 4723b4b docker: use a short timeout when inspecting images (#783)

3.40.10

15 Jun 00:06
ce71dcb

Choose a tag to compare

Changelog

  • 20635ab Don't write execution results to SSBC cache and remove unnecessary additional call to workspace.Diff (#777)
  • 98f49b9 Fix step caching (#781)
  • 181e3de Only apply cache result progress if resulted in diff (#778)
  • ce71dcb Prepare changelog for 3.40.10 (#782)
  • 75fa7f1 batches: Mount paths into a container (#770)