Skip to content

Releases: kffl/gocannon

Gocannon v1.3.0

21 Jul 18:07
e5cf194
Compare
Choose a tag to compare

What's Changed

  • refactor: move gocannon exported members to lib package by @kffl in #59
Dependencies:
  • build(deps): bump github.com/valyala/fasthttp from 1.31.0 to 1.32.0 by @dependabot in #36
  • build(deps): bump github.com/valyala/fasthttp from 1.32.0 to 1.33.0 by @dependabot in #38
  • build(deps): bump wangyoucao577/go-release-action from 1.22 to 1.23 by @dependabot in #37
  • build(deps): bump wangyoucao577/go-release-action from 1.23 to 1.25 by @dependabot in #40
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #41
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #43
  • build(deps): bump github.com/valyala/fasthttp from 1.33.0 to 1.34.0 by @dependabot in #42
  • build(deps): bump github.com/valyala/fasthttp from 1.34.0 to 1.36.0 by @dependabot in #48
  • build(deps): bump wangyoucao577/go-release-action from 1.25 to 1.28 by @dependabot in #47
  • build(deps): bump github.com/valyala/fasthttp from 1.36.0 to 1.37.0 by @dependabot in #49
  • build(deps): bump actions/setup-go from 2 to 3 by @dependabot in #45
  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.0 by @dependabot in #56

Full Changelog: v1.2.1...v1.3.0

Gocannon v1.2.1

09 Jan 15:15
d3c6847
Compare
Choose a tag to compare

What's Changed

  • docs: Minor documentation improvements: GoDoc, installation instructions and library usage info by @kffl in #33
  • fix: --header flag not being recognized by @kffl in #35

Full Changelog: v1.2.0...v1.2.1

Gocannon v1.2.0

25 Nov 09:45
644328d
Compare
Choose a tag to compare

What's Changed

  • Enable usage of gocannon as a library/dependency by @kffl in #27
  • build: bump Go version to 1.17 in CI and release workflows by @kffl in #29
  • Include README and license in archives with release binaries by @kffl in #30
  • The number of logical CPUs can be now set using --cpus flag by @TheCommonCold in #31
  • build(deps): bump wangyoucao577/go-release-action from 1.21 to 1.22 by @dependabot in #32

New Contributors

Full Changelog: v1.1.0...v1.2.0

Gocannon v1.1.0

15 Nov 18:58
1c5adc9
Compare
Choose a tag to compare

What's Changed

  • Check if target host is reachable before the load test start by @kffl in #22
  • Output load test report data as JSON or YAML by @kffl in #23

Full Changelog: v1.0.0...v1.1.0

Gocannon v1.0.0

12 Nov 13:23
9e9e763
Compare
Choose a tag to compare

What's Changed

  • Support for custom plugins by @kffl in #18

Full Changelog: v0.2.1...v1.0.0

Gocannon v0.2.1

12 Nov 12:47
790cae5
Compare
Choose a tag to compare

What's Changed

  • Improve request log report latency formatting by @kffl in #17

Full Changelog: v0.2.0...v0.2.1

Gocannon v0.2.0

10 Nov 16:22
c94beec
Compare
Choose a tag to compare

What's Changed

  • Add support for HTTPS targets by @kffl in #15

Full Changelog: v0.1.0...v0.2.0

Gocannon v0.1.0

07 Nov 16:43
e592beb
Compare
Choose a tag to compare

What's Changed

  • Add support for Dependabot by @jauderho in #5
  • build(deps): bump github.com/valyala/fasthttp from 1.27.0 to 1.31.0 by @dependabot in #6
  • Support for HTTP request methods other than GET (POST, PUT, PATCH and DELETE) by @kffl in #8
  • User-specified HTTP request body contents by @kffl in #9
  • Fix test that sometimes causes CI action to fail by @kffl in #11
  • Support for custom HTTP headers by @kffl in #13
  • GitHub Action to automatically build and publish release binaries by @kffl in #14

New Contributors

Full Changelog: v0.0.1...v0.1.0

Gocannon v0.0.1

31 Oct 17:49
Compare
Choose a tag to compare

The initial release of Gocannon.