Releases: AlexsanderHamir/GoFlow
Releases · AlexsanderHamir/GoFlow
Release v1.0.7
Fixed reference issue, despise new tag (1.0.6), users weren't capable of getting the new changes.
Release v1.0.6
What's New ?
- Graph viz dot notation files.
- Better formatted console output.
- Better measurement of stats.
Full Changelog: v1.0.5...v1.0.6
Release v1.0.5
No New Features
The following changed:
- Codebase structure.
- Library exposure.
- Proper documentation for exposed methods.
- Cleaner and more performant code.
- Easier set up with less useless features.
- More accurate measurement.
What's Changed
- Code review by @AlexsanderHamir in #5
- Tests by @AlexsanderHamir in #6
- github actions by @AlexsanderHamir in #8
Full Changelog: v1.0.3...v1.0.5
Release v1.0.3
What's New ?
- Resolved some dependency and concurrency issues.
- Implemented goroutine stats tracking, so the user can know the latency per goroutine.
Release v1.0.0
Overview
- This initial release collects statistics for each stage of the pipeline, helping you identify stages that are producing too quickly or consuming too slowly.
- Simple configuration to simulate workload if necessary.