Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: goyek/x

0.4.0

25 Nov 13:40
Immutable release. Only release title and notes can be modified.
v0.4.0
666236e

Choose a tag to compare

Changed

  • BREAKING: Change boot.Main command line syntax from [flags] [--] [tasks] to [tasks] [flags] [--] [args] to align with goyek v3 recommendation.
  • Bump github.com/goyek/goyek to 3.0.0.
  • Bump other dependencies.

Remove

  • Drop support for Go 1.22.

0.3.0

11 Mar 08:01
v0.3.0
853651e

Choose a tag to compare

Changed

  • Bump dependencies.

Remove

  • Drop support for Go 1.21.

0.2.0

09 Aug 08:56
v0.2.0
0f2db18

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

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

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

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

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

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

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

Choose a tag to compare

This release bumps goyek to 2.0.0-rc.9.