8000 Releases · sourcegraph/run · GitHub
[go: up one dir, main page]

Skip to content

Releases: sourcegraph/run

v0.12.0

30 Jan 19:32
1361dc9

Choose a tag to compare

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

31 Oct 17:07
9f0a46a

Choose a tag to compare

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

14 Oct 19:23
ac04230

Choose a tag to compare

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

07 Jun 23:18
e72b3f8

Choose a tag to compare

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

01 Jun 09:13
5af4f30

Choose a tag to compare

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

31 May 18:32
2ddd06d

Choose a tag to compare

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

30 May 18:04
40af693

Choose a tag to compare

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

21 May 21:51
ce5203d

Choose a tag to compare

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

18 May 17:55
5487dd4

Choose a tag to compare

What's Changed

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

v0.5.0

17 May 16:27
60df32d

Choose a tag to compare

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

0