Recent Releases of gocannon

gocannon - Gocannon v1.3.0

What's Changed

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

Full Changelog: https://github.com/kffl/gocannon/compare/v1.2.1...v1.3.0

- Go
Published by kffl over 3 years ago

gocannon - Gocannon v1.2.1

What's Changed

  • docs: Minor documentation improvements: GoDoc, installation instructions and library usage info by @kffl in https://github.com/kffl/gocannon/pull/33
  • fix: --header flag not being recognized by @kffl in https://github.com/kffl/gocannon/pull/35

Full Changelog: https://github.com/kffl/gocannon/compare/v1.2.0...v1.2.1

- Go
Published by kffl about 4 years ago

gocannon - Gocannon v1.2.0

What's Changed

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

New Contributors

  • @TheCommonCold made their first contribution in https://github.com/kffl/gocannon/pull/31

Full Changelog: https://github.com/kffl/gocannon/compare/v1.1.0...v1.2.0

- Go
Published by kffl over 4 years ago

gocannon - Gocannon v1.1.0

What's Changed

  • Check if target host is reachable before the load test start by @kffl in https://github.com/kffl/gocannon/pull/22
  • Output load test report data as JSON or YAML by @kffl in https://github.com/kffl/gocannon/pull/23

Full Changelog: https://github.com/kffl/gocannon/compare/v1.0.0...v1.1.0

- Go
Published by kffl over 4 years ago

gocannon - Gocannon v1.0.0

What's Changed

  • Support for custom plugins by @kffl in https://github.com/kffl/gocannon/pull/18

Full Changelog: https://github.com/kffl/gocannon/compare/v0.2.1...v1.0.0

- Go
Published by kffl over 4 years ago

gocannon - Gocannon v0.2.1

What's Changed

  • Improve request log report latency formatting by @kffl in https://github.com/kffl/gocannon/pull/17

Full Changelog: https://github.com/kffl/gocannon/compare/v0.2.0...v0.2.1

- Go
Published by kffl over 4 years ago

gocannon - Gocannon v0.2.0

What's Changed

  • Add support for HTTPS targets by @kffl in https://github.com/kffl/gocannon/pull/15

Full Changelog: https://github.com/kffl/gocannon/compare/v0.1.0...v0.2.0

- Go
Published by kffl over 4 years ago

gocannon - Gocannon v0.1.0

What's Changed

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

New Contributors

  • @jauderho made their first contribution in https://github.com/kffl/gocannon/pull/5

Full Changelog: https://github.com/kffl/gocannon/compare/v0.0.1...v0.1.0

- Go
Published by kffl over 4 years ago

gocannon - Gocannon v0.0.1

The initial release of Gocannon.

- Go
Published by kffl over 4 years ago