Skip to content

Releases: AlexsanderHamir/GoFlow

Release v1.0.7

14 Jul 20:52

Choose a tag to compare

Fixed reference issue, despise new tag (1.0.6), users weren't capable of getting the new changes.

Release v1.0.6

14 Jul 18:05

Choose a tag to compare

What's New ?

  1. Graph viz dot notation files.
  2. Better formatted console output.
  3. Better measurement of stats.

Full Changelog: v1.0.5...v1.0.6

Release v1.0.5

08 Jul 21:32

Choose a tag to compare

No New Features

The following changed:

  1. Codebase structure.
  2. Library exposure.
  3. Proper documentation for exposed methods.
  4. Cleaner and more performant code.
  5. Easier set up with less useless features.
  6. More accurate measurement.

What's Changed

Full Changelog: v1.0.3...v1.0.5

Release v1.0.3

07 Jul 18:11

Choose a tag to compare

What's New ?

  1. Resolved some dependency and concurrency issues.
  2. Implemented goroutine stats tracking, so the user can know the latency per goroutine.

Release v1.0.0

07 Jul 13:48

Choose a tag to compare

Overview

  1. This initial release collects statistics for each stage of the pipeline, helping you identify stages that are producing too quickly or consuming too slowly.
  2. Simple configuration to simulate workload if necessary.