Releases: sourcegraph/src-cli
Releases · sourcegraph/src-cli
3.41.1
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
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
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
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)
3.40.9
Changelog
- 087a6b7 batches: bump
sourcegraph/lib
(#772)
- 17dd444 batches: ensure .gitconfig email is properly inserted in batch spec (#773)
- 040e554 changelog: update for 4.30.9 (#771)
3.40.8
Changelog
- a8eddf8 changelog: update for 3.40.8 (#769)
- 097f617 go.mod: update to latest sourcegraph/sourcegraph/lib (#767)
3.40.7
Changelog
- dc24b0f Fix the regexp to extract the version from git refs (#766)
3.40.5
Changelog
- 72c480b Pin dependency @types/tar to 6.1.1 (#761)
- ad9dbba Simplify npm package release by setting the version (#763)
3.40.4
Changelog
- 9ab268f Use
setup-node
GitHub Actions step before running npm publish
. (#762)