Skip to content

Releases: wayfair-incubator/minigun

Minigun v0.6.0

20 Jun 13:33
06f7cc9
Compare
Choose a tag to compare
  • Add support for HTTP2
  • Update to Go 1.22
  • Add build GH actions to build arm64 binaries and multi-arch Docker images

Minigun v0.5.1

06 Nov 10:48
21b0d68
Compare
Choose a tag to compare

Bugfix for #59

Minigun v0.5.0

17 Oct 09:02
ee3de08
Compare
Choose a tag to compare
  • Replace io/ioutil library which is deprecated since Go 1.16.
  • Add histogram metrics as a duplicate of existing summaries. Summaries are still required/used for in-app results calculation and reporting (when using CLI). But if you scrape/push metrics with Prometheus, you now have an option to use summaries or histograms.

Minigun v0.4.3

28 Feb 09:14
826eaef
Compare
Choose a tag to compare

Switch to Go 1.20 and also update prometheus client_golang library to 1.13.1

Minigun v0.4.2

01 Jun 11:30
7185caa
Compare
Choose a tag to compare
  • Closed bug: #28

Minigun v0.4.1

01 Feb 08:51
8afc7d8
Compare
Choose a tag to compare
  • New CLI arg --ab-time-per-request shows Apache Benchmark style time per request metric, which is hidden by default. Fixes #12.
  • OverallRequestTimeSeconds has been removed from the JSON report to avoid confusion. Related to #12.

Minigun v0.4.0

13 Dec 10:37
Compare
Choose a tag to compare
  • First public release.