Skip to content

Releases: loveholidays/ripley

v0.1.2

26 Jul 21:06
6f243e1
Compare
Choose a tag to compare

Changelog

  • 51775ee GoReleaser v2 upgrade
  • 6f243e1 Merge pull request #17 from loveholidays/feature/goreleaser-v2-upgrade

v0.0.8

17 Jan 00:02
003566f
Compare
Choose a tag to compare

Changelog

  • 003566f Merge pull request #11 from loveholidays/feature/fixing-goreleaser
  • 77890ae Removing deprecated goreleaser field
  • 74dd636 cleaning up GitHub workflow change
  • 94fdfd9 testing GoReleaser
  • 27ac44e testing name_template

v0.0.6

04 Jan 12:35
Compare
Choose a tag to compare

Changelog

  • 07796d7 Adding workers flag to configure higher worker counts for super high load testing

v0.0.5

04 Oct 18:56
24a7748
Compare
Choose a tag to compare

Changelog

  • 4fb4f9d Add strictMode option
  • b90a6cb Do not break session if got invalid HTTP Method
  • 24a7748 Merge pull request #6 from loveholidays/do-not-panic-on-req-err
  • 2b88e11 Rename strictMode to strict
  • 6321d50 Rename strictMode to strict
  • ef43eab Updated installation instructions

v0.0.4

15 Mar 17:11
f71680f
Compare
Choose a tag to compare

Changelog

v0.0.3

11 Mar 12:50
c8696ef
Compare
Choose a tag to compare

Changelog

  • 7801edf Added HTTP client 'timeout' flag
  • c8696ef Report errors in output instead of panicking (#3)

v0.0.2

12 Feb 12:43
Compare
Choose a tag to compare

Changelog

  • 2decf61 Fixed response result recording. Added example of the 'body' request input param
  • 3a34d66 Updated the section on what ripley does

v0.0.1

24 Jan 17:46
Compare
Choose a tag to compare

Changelog

  • 39e600f Added -memprofile option
  • b32a75d Added license blurb to source code files. Read and throw away HTTP response body.
  • c364e70 Clean up and fixed request validation bug
  • ccf4e0d Feature/add go releaser (#1)
  • dc7c53a Fixed memory leak. Added -dry-run option.
  • 471e696 first commit