Skip to content

Releases: goyek/x

0.2.0

09 Aug 08:56
v0.2.0
0f2db18
Compare
Choose a tag to compare

Added

  • Add color.ReportFlow which is an extension of middleware.ReportFlow.
  • Add otelgoyek.Middleware and otelgoyek.ExecutorMiddleware which add OpenTelemetry tracing instrumentation.

Changed

  • Bump github.com/goyek/goyek to 2.2.0.
  • Bump github.com/fatih/color to 1.17.0.

Remove

  • Drop support for Go 1.17, 1.18, 1.19, 1.20.

0.1.7

17 Jan 21:48
v0.1.7
f6e6809
Compare
Choose a tag to compare

Added

  • boot.Main buffers the output from parallel tasks to not have mixed output from parallel tasks execution.

Changed

  • Bump github.com/goyek/goyek to 2.1.0.

0.1.6

13 Nov 08:28
v0.1.6
f91f74f
Compare
Choose a tag to compare

Changed

  • Bump github.com/fatih/color to 1.16.0.

0.1.5

08 Feb 15:17
v0.1.5
b66e465
Compare
Choose a tag to compare

Changed

  • Bump github.com/goyek/goyek to 2.0.0.
  • Bump github.com/fatih/color to 1.14.1.

0.1.4

24 Nov 22:24
v0.1.4
a36d231
Compare
Choose a tag to compare

This release bumps goyek to 2.0.0-rc.12.

0.1.3

13 Nov 19:08
v0.1.3
f91587c
Compare
Choose a tag to compare

Fixed

  • Fix flag usage descriptions used in boot.Main.

0.1.2

13 Nov 18:17
v0.1.2
96e0a47
Compare
Choose a tag to compare

Added

  • Add color.NoColor function which disables colorizing the output.
  • Add -no-color flag to boot.Main that disables colorizing the output.

0.1.1

06 Nov 02:00
v0.1.1
ffc9c44
Compare
Choose a tag to compare

This release bumps goyek to 2.0.0-rc.9.

0.1.0

01 Nov 11:39
v0.1.0
b118ce5
Compare
Choose a tag to compare

This release primarily adds the boot.Main and cmd.Exec functions.

Added

  • Add boot.Main function which is an extension of goyek.Main with some
    out-of-the-box configuration and flag support.
  • Add cmd.Exec function that runs commands in a Shell-like way.
  • Add cmd.Dir option that sets the working directory.
  • Add cmd.Env option that sets an environment variable.
  • Add cmd.Stdin option that sets the standard input.
  • Add cmd.Stdout option that sets the standard output.
  • Add cmd.Stderr option that sets the standard error.
  • Add color.ReportStatus which is an extension of middleware.ReportStatus.
  • Add color.CodeLineLogger which is an extension of goyek.CodeLineLogger.