Releases: goyek/x
Releases · goyek/x
0.2.0
Added
- Add
color.ReportFlow
which is an extension ofmiddleware.ReportFlow
. - Add
otelgoyek.Middleware
andotelgoyek.ExecutorMiddleware
which add OpenTelemetry tracing instrumentation.
Changed
- Bump
github.com/goyek/goyek
to2.2.0
. - Bump
github.com/fatih/color
to1.17.0
.
Remove
- Drop support for Go 1.17, 1.18, 1.19, 1.20.
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
This release primarily adds the boot.Main
and cmd.Exec
functions.
Added
- Add
boot.Main
function which is an extension ofgoyek.Main
with some
out-of-the-box configuration andflag
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 ofmiddleware.ReportStatus
. - Add
color.CodeLineLogger
which is an extension ofgoyek.CodeLineLogger
.