Skip to content

Releases: sourcegraph/run

v0.12.0

Choose a tag to compare

@bobheadxi bobheadxi released this 30 Jan 19:32
1361dc9

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

Choose a tag to compare

@bobheadxi bobheadxi released this 31 Oct 17:07
9f0a46a

What's Changed

  • add BashWithOpts command for strict bash exec by @burmudar in #45

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

Choose a tag to compare

@bobheadxi bobheadxi released this 14 Oct 19:23
ac04230

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

Choose a tag to compare

@bobheadxi bobheadxi released this 07 Jun 23:18
e72b3f8

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

Choose a tag to compare

@jhchabran jhchabran released this 01 Jun 09:13
5af4f30

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

Choose a tag to compare

@bobheadxi bobheadxi released this 31 May 18:32
2ddd06d

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

Choose a tag to compare

@bobheadxi bobheadxi released this 30 May 18:04
40af693

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

Choose a tag to compare

@bobheadxi bobheadxi released this 21 May 21:51
ce5203d

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

Choose a tag to compare

@bobheadxi bobheadxi released this 18 May 17:55
5487dd4

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@bobheadxi bobheadxi released this 17 May 16:27
60df32d

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