Skip to content

Gocannon v0.1.0

Compare
Choose a tag to compare
@kffl kffl released this 07 Nov 16:43
· 68 commits to master since this release
e592beb

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