Releases: sourcegraph/run
Releases · sourcegraph/run
v0.12.0
What's Changed
- output: refactor to use go.bobheadxi.dev/streamline under the hood by @bobheadxi in #48
Full Changelog: v0.11.0...v0.12.0
v0.11.0
v0.10.0
What's Changed
- instrumentation: add run.LogCommands, run.TraceCommands by @bobheadxi in #42
- deps: upgrade to github.com/itchyny/gojq@v0.12.9 by @bobheadxi in #43
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Reflect func/method name in godoc by @jhchabran in #40
- output: make StreamLines accept string instead of bytes by @bobheadxi in #41
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
- output: always return data in String even with error by @bobheadxi in #38
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- output: fix io.Reader when used with LineMap by @bobheadxi in #37
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- arg: introduce Arg alias, add note about quoting by @bobheadxi in #36
- output: use io.Reader implementation more internally by @bobheadxi in #35
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
⚠️ BREAKING CHANGE: command: lift StdOut, StdErr into command, lift aggregator into output by @bobheadxi in #29- output: add String() (string, error) by @bobheadxi in #30
- output: refactor error handling and fix io.Reader implementation by @bobheadxi in #32
- ci: run on all pushes by @bobheadxi in #31
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
⚠️ BREAKING CHANGE: output: rework LineFilter API as LineMap by @bobheadxi in #24- command: add test for mixed output by @bobheadxi in #25
- ci: add code coverage by @bobheadxi in #26
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- command: add Bash convenience constructor by @bobheadxi in #22
- output: use unbounded buffers, add simple load test by @bobheadxi in #21
Full Changelog: v0.4.1...v0.5.0