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
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,27 @@ All notable changes to `src-cli` are documented in this file.
13
13
14
14
### Added
15
15
16
+
### Changed
17
+
18
+
### Fixed
19
+
20
+
### Removed
21
+
22
+
## 3.41.1
23
+
24
+
### Added
25
+
16
26
- Batch specs that mount paths now cache results. [sourcegraph/sourcegraph#37216](https://github.com/sourcegraph/sourcegraph/issues/37216)
17
27
-`SRC_HEADERS="key:value\nkey2:value2"` is now supported for passing multiple headers when authenticating `src` with custom auth proxies. See [auth proxy configuration docs](AUTH_PROXY.md) for more information. [#796](https://github.com/sourcegraph/src-cli/pull/796)
18
28
19
29
### Changed
20
30
31
+
- Some internal changes to `src batch exec` mode for server-side execution.
32
+
21
33
### Fixed
22
34
23
35
- Handle SIGINT interrupt when reading from Stdin. [#794](https://github.com/sourcegraph/src-cli/pull/794)
0 commit comments