cassowary v0.11.0 Release Notes
Release Date: 2020-06-11 // almost 5 years ago-
๐ Improvements
- โก๏ธ urfave/cli has been bumped from v1 to v2 and code has been updated to reflect version change. This also mean cassowary should be go get-able
- ๐จ run and run-file has been merged into a single command 'run'. To run file slurp mode just add the -f flag in the run command, readme has been updated to reflect changes. This also meant the cli part could be refactored and a lot of duplicated code was removed
- โก๏ธ updated go.mod
๐ Bugfixes
๐ A bug where when both file slurp mode and duration was specified would cause the http requests to fail has been fixed
๐ Changelog
๐จ c85379c Merge pull request #22 from rogerwelin/refactor-cli
๐จ 43fcb00 bumped urfave/cli to v2, refactored cli code, merge run & run-file into run
1c2ef1f fix bug when duration and slurpmode was specified
88fbd9f minor: readme fix
โก๏ธ a601154 minor: readme update
๐จ 68522b3 update readme to reflect refactoring
โก๏ธ b61a44c updated go.mod
Previous changes from v0.10.0
-
๐ Features
โ Adding support for custom TLS certificates and support for x509 authentication. Big thanks to @fate0 for implementation
๐ Changelog
๐ cff7785 Merge pull request #20 from fate0/custom-tls
๐ 2d75e69 add docs
๐ dab6a69 add support for custom tls config
โ 1d34252 add test case
โ ba84934 add testdata
โก๏ธ 25fd534 update cli usage
โก๏ธ a33db64 update cli usage