Releases: loveholidays/ripley
Releases · loveholidays/ripley
v0.1.2
Changelog
- 51775ee GoReleaser v2 upgrade
- 6f243e1 Merge pull request #17 from loveholidays/feature/goreleaser-v2-upgrade
v0.0.8
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
Changelog
- 07796d7 Adding workers flag to configure higher worker counts for super high load testing
v0.0.5
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.3
Changelog
- 7801edf Added HTTP client 'timeout' flag
- c8696ef Report errors in output instead of panicking (#3)
v0.0.2
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
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